Color Hex Logo

#fecc9b Color Hex

#FECC9B
(254,204,155)
0 Favorites   0 Comments

Color spaces of #fecc9b

RGB 254204155
HSL0.080.980.80
HSV30°39°100°
CMYK 0.000.200.39   0.00
XYZ68.382366.623140.2658
Yxy66.62310.39020.3801
Hunter Lab81.62306.704027.8875
CIE-Lab85.313311.332931.1218

#fecc9b color RGB value is (254,204,155).

#fecc9b hex color red value is 254, green value is 204 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #fecc9b hue: 0.08 , saturation: 0.98 and the lightness value of fecc9b is 0.80.

The process color (four color CMYK) of #fecc9b color hex is 0.00, 0.20, 0.39, 0.00. Web safe color of #fecc9b is #ffcc99. Color #fecc9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 10011011
Octal 376 314 233
Decimal 254 204 155
Hex FE CC 9B

RGB Percentages of Color #fecc9b

%41.44
%33.28
%25.29

CMYK Percentages of Color #fecc9b

%0
%20
%39
%0

Triadic Colors of #fecc9b

#fecc9b #9bfecc #cc9bfe

Analogous Colors of #fecc9b

#fecc9b #fefe9b #fe9b9c

Monochromatic Colors of #fecc9b

#fecc9b

Complementary Color

#fecc9b #9bcdfe

#fecc9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecc9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecc9b Color CSS Codes

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

#fecc9b Text Font Color

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

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


#fecc9b Background Color

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

This div background color is #fecc9b


#fecc9b Border Color

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

This div border color is #fecc9b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,204,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 #fecc9b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecc9b


Comments

No comments written yet.

Please login to write comment.