Color Hex Logo

#fec872 Color Hex

#FEC872
(254,200,114)
0 Favorites   0 Comments

Color spaces of #fec872

RGB 254200114
HSL0.100.990.72
HSV37°55°100°
CMYK 0.000.210.55   0.00
XYZ64.564663.594324.7916
Yxy63.59430.42210.4158
Hunter Lab79.74604.963037.3900
CIE-Lab83.75419.555649.8629

#fec872 color RGB value is (254,200,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001000 01110010
Octal 376 310 162
Decimal 254 200 114
Hex FE C8 72

RGB Percentages of Color #fec872

%44.72
%35.21
%20.07

CMYK Percentages of Color #fec872

%0
%21
%55
%0

Triadic Colors of #fec872

#fec872 #72fec8 #c872fe

Analogous Colors of #fec872

#fec872 #eefe72 #fe8272

Monochromatic Colors of #fec872

#fec872

Complementary Color

#fec872 #72a8fe

#fec872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec872 Color CSS Codes

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

#fec872 Text Font Color

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

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


#fec872 Background Color

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

This div background color is #fec872


#fec872 Border Color

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

This div border color is #fec872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec872

Related Colors

#fec872 Color Palettes


Comments

No comments written yet.

Please login to write comment.