Color Hex Logo

#fecc9d Color Hex

#FECC9D
(254,204,157)
0 Favorites   0 Comments

Color spaces of #fecc9d

RGB 254204157
HSL0.080.980.81
HSV29°38°100°
CMYK 0.000.200.38   0.00
XYZ68.551766.690941.1579
Yxy66.69090.38860.3781
Hunter Lab81.66456.925527.2837
CIE-Lab85.347611.554430.1286

#fecc9d color RGB value is (254,204,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 10011101
Octal 376 314 235
Decimal 254 204 157
Hex FE CC 9D

RGB Percentages of Color #fecc9d

%41.30
%33.17
%25.53

CMYK Percentages of Color #fecc9d

%0
%20
%38
%0

Triadic Colors of #fecc9d

#fecc9d #9dfecc #cc9dfe

Analogous Colors of #fecc9d

#fecc9d #fefd9d #fe9d9f

Monochromatic Colors of #fecc9d

#fecc9d

Complementary Color

#fecc9d #9dcffe

#fecc9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecc9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecc9d Color CSS Codes

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

#fecc9d Text Font Color

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

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


#fecc9d Background Color

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

This div background color is #fecc9d


#fecc9d Border Color

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

This div border color is #fecc9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecc9d


Comments

No comments written yet.

Please login to write comment.