Color Hex Logo

#fed972 Color Hex

#FED972
(254,217,114)
0 Favorites   0 Comments

Color spaces of #fed972

RGB 254217114
HSL0.120.990.72
HSV44°55°100°
CMYK 0.000.150.55   0.00
XYZ68.723271.911426.1778
Yxy71.91140.41200.4311
Hunter Lab84.8006-3.742941.0577
CIE-Lab87.92590.814654.8206

#fed972 color RGB value is (254,217,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011001 01110010
Octal 376 331 162
Decimal 254 217 114
Hex FE D9 72

RGB Percentages of Color #fed972

%43.42
%37.09
%19.49

CMYK Percentages of Color #fed972

%0
%15
%55
%0

Triadic Colors of #fed972

#fed972 #72fed9 #d972fe

Analogous Colors of #fed972

#fed972 #ddfe72 #fe9372

Monochromatic Colors of #fed972

#fed972

Complementary Color

#fed972 #7297fe

#fed972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed972 Color CSS Codes

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

#fed972 Text Font Color

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

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


#fed972 Background Color

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

This div background color is #fed972


#fed972 Border Color

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

This div border color is #fed972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed972


Comments

No comments written yet.

Please login to write comment.