Color Hex Logo

#eaad8a Color Hex

#EAAD8A
(234,173,138)
0 Favorites   0 Comments

Color spaces of #eaad8a

RGB 234173138
HSL0.060.700.73
HSV22°41°92°
CMYK 0.000.260.41   0.08
XYZ53.462749.214530.7263
Yxy49.21450.40080.3689
Hunter Lab70.153013.264623.1387
CIE-Lab75.584617.976626.7207

#eaad8a color RGB value is (234,173,138).

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

The process color (four color CMYK) of #eaad8a color hex is 0.00, 0.26, 0.41, 0.08. Web safe color of #eaad8a is #ff9999. Color #eaad8a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101101 10001010
Octal 352 255 212
Decimal 234 173 138
Hex EA AD 8A

RGB Percentages of Color #eaad8a

%42.94
%31.74
%25.32

CMYK Percentages of Color #eaad8a

%0
%26
%41
%8

Triadic Colors of #eaad8a

#eaad8a #8aeaad #ad8aea

Analogous Colors of #eaad8a

#eaad8a #eadd8a #ea8a97

Monochromatic Colors of #eaad8a

#eaad8a

Complementary Color

#eaad8a #8ac7ea

#eaad8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaad8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaad8a Color CSS Codes

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

#eaad8a Text Font Color

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

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


#eaad8a Background Color

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

This div background color is #eaad8a


#eaad8a Border Color

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

This div border color is #eaad8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaad8a


Comments

No comments written yet.

Please login to write comment.