Color Hex Logo

#fcd99b Color Hex

#FCD99B
(252,217,155)
0 Favorites   0 Comments

Color spaces of #fcd99b

RGB 252217155
HSL0.110.940.80
HSV38°38°99°
CMYK 0.000.140.38   0.01
XYZ70.874172.687741.3050
Yxy72.68770.38340.3932
Hunter Lab85.2571-0.813130.9554
CIE-Lab88.29863.842335.0443

#fcd99b color RGB value is (252,217,155).

#fcd99b hex color red value is 252, green value is 217 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #fcd99b hue: 0.11 , saturation: 0.94 and the lightness value of fcd99b is 0.80.

The process color (four color CMYK) of #fcd99b color hex is 0.00, 0.14, 0.38, 0.01. Web safe color of #fcd99b is #ffcc99. Color #fcd99b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011001 10011011
Octal 374 331 233
Decimal 252 217 155
Hex FC D9 9B

RGB Percentages of Color #fcd99b

%40.38
%34.78
%24.84

CMYK Percentages of Color #fcd99b

%0
%14
%38
%1

Triadic Colors of #fcd99b

#fcd99b #9bfcd9 #d99bfc

Analogous Colors of #fcd99b

#fcd99b #effc9b #fca99b

Monochromatic Colors of #fcd99b

#fcd99b

Complementary Color

#fcd99b #9bbefc

#fcd99b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd99b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd99b Color CSS Codes

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

#fcd99b Text Font Color

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

This sample text font color is #fcd99b
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.


#fcd99b Background Color

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

This div background color is #fcd99b


#fcd99b Border Color

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

This div border color is #fcd99b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,217,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcd99b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcd99b;
  -webkit-box-shadow: 1px 1px 3px 2px #fcd99b;
  box-shadow:         1px 1px 3px 2px #fcd99b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,217,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd99b

Related Colors


Comments

No comments written yet.

Please login to write comment.