Color Hex Logo

#ead079 Color Hex

#EAD079
(234,208,121)
0 Favorites   0 Comments

Color spaces of #ead079

RGB 234208121
HSL0.130.730.70
HSV46°48°92°
CMYK 0.000.110.48   0.08
XYZ59.938863.984727.2803
Yxy63.98470.39640.4232
Hunter Lab79.9904-6.228835.7728
CIE-Lab83.9578-2.080546.2571

#ead079 color RGB value is (234,208,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010000 01111001
Octal 352 320 171
Decimal 234 208 121
Hex EA D0 79

RGB Percentages of Color #ead079

%41.56
%36.94
%21.49

CMYK Percentages of Color #ead079

%0
%11
%48
%8

Triadic Colors of #ead079

#ead079 #79ead0 #d079ea

Analogous Colors of #ead079

#ead079 #ccea79 #ea9879

Monochromatic Colors of #ead079

#ead079

Complementary Color

#ead079 #7993ea

#ead079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead079 Color CSS Codes

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

#ead079 Text Font Color

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

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


#ead079 Background Color

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

This div background color is #ead079


#ead079 Border Color

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

This div border color is #ead079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead079


Comments

No comments written yet.

Please login to write comment.