Color Hex Logo

#fed572 Color Hex

#FED572
(254,213,114)
0 Favorites   0 Comments

Color spaces of #fed572

RGB 254213114
HSL0.120.990.72
HSV42°55°100°
CMYK 0.000.160.55   0.00
XYZ67.704669.874225.8383
Yxy69.87420.41430.4276
Hunter Lab83.5908-1.707340.1867
CIE-Lab86.93512.857153.6523

#fed572 color RGB value is (254,213,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010101 01110010
Octal 376 325 162
Decimal 254 213 114
Hex FE D5 72

RGB Percentages of Color #fed572

%43.72
%36.66
%19.62

CMYK Percentages of Color #fed572

%0
%16
%55
%0

Triadic Colors of #fed572

#fed572 #72fed5 #d572fe

Analogous Colors of #fed572

#fed572 #e1fe72 #fe8f72

Monochromatic Colors of #fed572

#fed572

Complementary Color

#fed572 #729bfe

#fed572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed572 Color CSS Codes

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

#fed572 Text Font Color

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

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


#fed572 Background Color

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

This div background color is #fed572


#fed572 Border Color

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

This div border color is #fed572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed572


Comments

No comments written yet.

Please login to write comment.