Color Hex Logo

#ead979 Color Hex

#EAD979
(234,217,121)
0 Favorites   0 Comments

Color spaces of #ead979

RGB 234217121
HSL0.140.730.70
HSV51°48°92°
CMYK 0.000.070.48   0.08
XYZ62.195768.498628.0326
Yxy68.49860.39180.4316
Hunter Lab82.7639-10.697037.8529
CIE-Lab86.2552-6.667449.0696

#ead979 color RGB value is (234,217,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011001 01111001
Octal 352 331 171
Decimal 234 217 121
Hex EA D9 79

RGB Percentages of Color #ead979

%40.91
%37.94
%21.15

CMYK Percentages of Color #ead979

%0
%7
%48
%8

Triadic Colors of #ead979

#ead979 #79ead9 #d979ea

Analogous Colors of #ead979

#ead979 #c3ea79 #eaa179

Monochromatic Colors of #ead979

#ead979

Complementary Color

#ead979 #798aea

#ead979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead979 Color CSS Codes

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

#ead979 Text Font Color

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

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


#ead979 Background Color

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

This div background color is #ead979


#ead979 Border Color

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

This div border color is #ead979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead979


Comments

No comments written yet.

Please login to write comment.