Color Hex Logo

#eaad8f Color Hex

#EAAD8F
(234,173,143)
0 Favorites   0 Comments

Color spaces of #eaad8f

RGB 234173143
HSL0.050.680.74
HSV20°39°92°
CMYK 0.000.260.39   0.08
XYZ53.833249.362732.6772
Yxy49.36270.39620.3633
Hunter Lab70.258613.816921.6053
CIE-Lab75.676418.532024.1594

#eaad8f color RGB value is (234,173,143).

#eaad8f hex color red value is 234, green value is 173 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #eaad8f hue: 0.05 , saturation: 0.68 and the lightness value of eaad8f is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101101 10001111
Octal 352 255 217
Decimal 234 173 143
Hex EA AD 8F

RGB Percentages of Color #eaad8f

%42.55
%31.45
%26.00

CMYK Percentages of Color #eaad8f

%0
%26
%39
%8

Triadic Colors of #eaad8f

#eaad8f #8feaad #ad8fea

Analogous Colors of #eaad8f

#eaad8f #eadb8f #ea8f9f

Monochromatic Colors of #eaad8f

#eaad8f

Complementary Color

#eaad8f #8fccea

#eaad8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaad8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaad8f Color CSS Codes

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

#eaad8f Text Font Color

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

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


#eaad8f Background Color

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

This div background color is #eaad8f


#eaad8f Border Color

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

This div border color is #eaad8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaad8f


Comments

No comments written yet.

Please login to write comment.