Color Hex Logo

#eaad5f Color Hex

#EAAD5F
(234,173,95)
0 Favorites   0 Comments

Color spaces of #eaad5f

RGB 23417395
HSL0.090.770.65
HSV34°59°92°
CMYK 0.000.260.59   0.08
XYZ50.940848.205817.4462
Yxy48.20580.43690.4135
Hunter Lab69.43049.461533.7031
CIE-Lab74.954514.097748.1897

#eaad5f color RGB value is (234,173,95).

#eaad5f hex color red value is 234, green value is 173 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #eaad5f hue: 0.09 , saturation: 0.77 and the lightness value of eaad5f is 0.65.

The process color (four color CMYK) of #eaad5f color hex is 0.00, 0.26, 0.59, 0.08. Web safe color of #eaad5f is #ff9966. Color #eaad5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101101 01011111
Octal 352 255 137
Decimal 234 173 95
Hex EA AD 5F

RGB Percentages of Color #eaad5f

%46.61
%34.46
%18.92

CMYK Percentages of Color #eaad5f

%0
%26
%59
%8

Triadic Colors of #eaad5f

#eaad5f #5feaad #ad5fea

Analogous Colors of #eaad5f

#eaad5f #e2ea5f #ea685f

Monochromatic Colors of #eaad5f

#eaad5f

Complementary Color

#eaad5f #5f9cea

#eaad5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaad5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaad5f Color CSS Codes

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

#eaad5f Text Font Color

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

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


#eaad5f Background Color

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

This div background color is #eaad5f


#eaad5f Border Color

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

This div border color is #eaad5f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,173,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaad5f


Comments

No comments written yet.

Please login to write comment.