color codes Logo

#fbcc7c color codes

#FBCC7C
(251,204,124)
0 Favorites   0 Comments

Color spaces of #fbcc7c

RGB 251204124
HSL0.100.940.74
HSV38°51°98°
CMYK 0.000.190.51   0.02
XYZ65.014665.150228.2174
Yxy65.15020.41050.4113
Hunter Lab80.71572.525235.7738
CIE-Lab84.56117.096045.8698

#fbcc7c color RGB value is (251,204,124).

#fbcc7c hex color red value is 251, green value is 204 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #fbcc7c hue: 0.10 , saturation: 0.94 and the lightness value of fbcc7c is 0.74.

The process color (four color CMYK) of #fbcc7c color code is 0.00, 0.19, 0.51, 0.02. Web safe color of #fbcc7c is #ffcc66. Color #fbcc7c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001100 01111100
Octal 373 314 174
Decimal 251 204 124
Hex FB CC 7C

RGB Percentages of Color #fbcc7c

%43.35
%35.23
%21.42

CMYK Percentages of Color #fbcc7c

%0
%19
%51
%2

Triadic Colors of #fbcc7c

#fbcc7c #7cfbcc #cc7cfb

Analogous Colors of #fbcc7c

#fbcc7c #ebfb7c #fb8d7c

Monochromatic Colors of #fbcc7c

#fbcc7c

Complementary Color

#fbcc7c #7cabfb

#fbcc7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcc7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcc7c Color CSS Codes

.mybgcolor {background-color:#fbcc7c; } 
.myforecolor {color:#fbcc7c; }
.mybordercolor {border:3px solid #fbcc7c; }

#fbcc7c Text Font Color

<p style="color:#fbcc7c">Text here</p>

This sample text font color is #fbcc7c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fbcc7c Background Color

<div style="background-color:#fbcc7c">
Div content here</div>

This div background color is #fbcc7c


#fbcc7c Border Color

<div style="border:3px solid #fbcc7c">
Div here</div>

This div border color is #fbcc7c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,204,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbcc7c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbcc7c;
  -webkit-box-shadow: 1px 1px 3px 2px #fbcc7c;
  box-shadow:         1px 1px 3px 2px #fbcc7c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,204,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fbcc7c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fbcc7c;
  -webkit-box-shadow: 1px 1px 3px 2px #fbcc7c;
  box-shadow:         1px 1px 3px 2px #fbcc7c;">
Div content here</div>

This div box has shadow with color #fbcc7c


Comments

No comments written yet.

Please login to write comment.