Color Hex Logo

#eeab7d Color Hex

#EEAB7D
(238,171,125)
0 Favorites   0 Comments

Color spaces of #eeab7d

RGB 238171125
HSL0.070.770.71
HSV24°47°93°
CMYK 0.000.280.47   0.07
XYZ53.524548.783625.9972
Yxy48.78360.41720.3802
Hunter Lab69.845314.560726.8233
CIE-Lab75.316519.291133.3669

#eeab7d color RGB value is (238,171,125).

#eeab7d hex color red value is 238, green value is 171 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #eeab7d hue: 0.07 , saturation: 0.77 and the lightness value of eeab7d is 0.71.

The process color (four color CMYK) of #eeab7d color hex is 0.00, 0.28, 0.47, 0.07. Web safe color of #eeab7d is #ff9966. Color #eeab7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101011 01111101
Octal 356 253 175
Decimal 238 171 125
Hex EE AB 7D

RGB Percentages of Color #eeab7d

%44.57
%32.02
%23.41

CMYK Percentages of Color #eeab7d

%0
%28
%47
%7

Triadic Colors of #eeab7d

#eeab7d #7deeab #ab7dee

Analogous Colors of #eeab7d

#eeab7d #eee47d #ee7d88

Monochromatic Colors of #eeab7d

#eeab7d

Complementary Color

#eeab7d #7dc0ee

#eeab7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeab7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeab7d Color CSS Codes

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

#eeab7d Text Font Color

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

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


#eeab7d Background Color

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

This div background color is #eeab7d


#eeab7d Border Color

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

This div border color is #eeab7d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,171,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eeab7d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eeab7d;
  -webkit-box-shadow: 1px 1px 3px 2px #eeab7d;
  box-shadow:         1px 1px 3px 2px #eeab7d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,171,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeab7d

#eeab7d Color Palettes


Comments

No comments written yet.

Please login to write comment.