Color Hex Logo

#fecc72 Color Hex

#FECC72
(254,204,114)
0 Favorites   0 Comments

Color spaces of #fecc72

RGB 254204114
HSL0.110.990.72
HSV39°55°100°
CMYK 0.000.200.55   0.00
XYZ65.503265.471525.1045
Yxy65.47150.41970.4195
Hunter Lab80.91452.901938.2448
CIE-Lab84.72617.485551.0271

#fecc72 color RGB value is (254,204,114).

#fecc72 hex color red value is 254, green value is 204 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #fecc72 hue: 0.11 , saturation: 0.99 and the lightness value of fecc72 is 0.72.

The process color (four color CMYK) of #fecc72 color hex is 0.00, 0.20, 0.55, 0.00. Web safe color of #fecc72 is #ffcc66. Color #fecc72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 01110010
Octal 376 314 162
Decimal 254 204 114
Hex FE CC 72

RGB Percentages of Color #fecc72

%44.41
%35.66
%19.93

CMYK Percentages of Color #fecc72

%0
%20
%55
%0

Triadic Colors of #fecc72

#fecc72 #72fecc #cc72fe

Analogous Colors of #fecc72

#fecc72 #eafe72 #fe8672

Monochromatic Colors of #fecc72

#fecc72

Complementary Color

#fecc72 #72a4fe

#fecc72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecc72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecc72 Color CSS Codes

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

#fecc72 Text Font Color

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

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


#fecc72 Background Color

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

This div background color is #fecc72


#fecc72 Border Color

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

This div border color is #fecc72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecc72

Related Colors


Comments

No comments written yet.

Please login to write comment.