Color Hex Logo

#ead579 Color Hex

#EAD579
(234,213,121)
0 Favorites   0 Comments

Color spaces of #ead579

RGB 234213121
HSL0.140.730.70
HSV49°48°92°
CMYK 0.000.090.48   0.08
XYZ61.177166.461427.6931
Yxy66.46140.39380.4279
Hunter Lab81.5239-8.716936.9263
CIE-Lab85.2312-4.636747.8199

#ead579 color RGB value is (234,213,121).

#ead579 hex color red value is 234, green value is 213 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #ead579 hue: 0.14 , saturation: 0.73 and the lightness value of ead579 is 0.70.

The process color (four color CMYK) of #ead579 color hex is 0.00, 0.09, 0.48, 0.08. Web safe color of #ead579 is #ffcc66. Color #ead579 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010101 01111001
Octal 352 325 171
Decimal 234 213 121
Hex EA D5 79

RGB Percentages of Color #ead579

%41.20
%37.50
%21.30

CMYK Percentages of Color #ead579

%0
%9
%48
%8

Triadic Colors of #ead579

#ead579 #79ead5 #d579ea

Analogous Colors of #ead579

#ead579 #c7ea79 #ea9d79

Monochromatic Colors of #ead579

#ead579

Complementary Color

#ead579 #798eea

#ead579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead579 Color CSS Codes

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

#ead579 Text Font Color

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

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


#ead579 Background Color

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

This div background color is #ead579


#ead579 Border Color

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

This div border color is #ead579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead579


Comments

No comments written yet.

Please login to write comment.