Color Hex Logo

#fec072 Color Hex

#FEC072
(254,192,114)
0 Favorites   0 Comments

Color spaces of #fec072

RGB 254192114
HSL0.090.990.72
HSV33°55°100°
CMYK 0.000.240.55   0.00
XYZ62.760059.985024.1900
Yxy59.98500.42710.4082
Hunter Lab77.45009.106335.6969
CIE-Lab81.830013.715247.5415

#fec072 color RGB value is (254,192,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000000 01110010
Octal 376 300 162
Decimal 254 192 114
Hex FE C0 72

RGB Percentages of Color #fec072

%45.36
%34.29
%20.36

CMYK Percentages of Color #fec072

%0
%24
%55
%0

Triadic Colors of #fec072

#fec072 #72fec0 #c072fe

Analogous Colors of #fec072

#fec072 #f6fe72 #fe7a72

Monochromatic Colors of #fec072

#fec072

Complementary Color

#fec072 #72b0fe

#fec072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec072 Color CSS Codes

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

#fec072 Text Font Color

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

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


#fec072 Background Color

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

This div background color is #fec072


#fec072 Border Color

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

This div border color is #fec072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec072

Related Colors


Comments

No comments written yet.

Please login to write comment.