Color Hex Logo

#fed579 Color Hex

#FED579
(254,213,121)
0 Favorites   0 Comments

Color spaces of #fed579

RGB 254213121
HSL0.120.990.74
HSV42°52°100°
CMYK 0.000.160.52   0.00
XYZ68.118570.039828.0180
Yxy70.03980.40990.4215
Hunter Lab83.6898-1.168838.7335
CIE-Lab87.01643.415050.4041

#fed579 color RGB value is (254,213,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010101 01111001
Octal 376 325 171
Decimal 254 213 121
Hex FE D5 79

RGB Percentages of Color #fed579

%43.20
%36.22
%20.58

CMYK Percentages of Color #fed579

%0
%16
%52
%0

Triadic Colors of #fed579

#fed579 #79fed5 #d579fe

Analogous Colors of #fed579

#fed579 #e5fe79 #fe9379

Monochromatic Colors of #fed579

#fed579

Complementary Color

#fed579 #79a2fe

#fed579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed579 Color CSS Codes

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

#fed579 Text Font Color

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

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


#fed579 Background Color

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

This div background color is #fed579


#fed579 Border Color

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

This div border color is #fed579


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,213,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fed579">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed579


Comments

No comments written yet.

Please login to write comment.