Color Hex Logo

#fee572 Color Hex

#FEE572
(254,229,114)
0 Favorites   0 Comments

Color spaces of #fee572

RGB 254229114
HSL0.140.990.72
HSV49°55°100°
CMYK 0.000.100.55   0.00
XYZ71.929678.324427.2466
Yxy78.32440.40520.4413
Hunter Lab88.5011-9.800343.6973
CIE-Lab90.9277-5.250658.3262

#fee572 color RGB value is (254,229,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100101 01110010
Octal 376 345 162
Decimal 254 229 114
Hex FE E5 72

RGB Percentages of Color #fee572

%42.55
%38.36
%19.10

CMYK Percentages of Color #fee572

%0
%10
%55
%0

Triadic Colors of #fee572

#fee572 #72fee5 #e572fe

Analogous Colors of #fee572

#fee572 #d1fe72 #fe9f72

Monochromatic Colors of #fee572

#fee572

Complementary Color

#fee572 #728bfe

#fee572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee572 Color CSS Codes

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

#fee572 Text Font Color

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

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


#fee572 Background Color

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

This div background color is #fee572


#fee572 Border Color

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

This div border color is #fee572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee572


Comments

No comments written yet.

Please login to write comment.