Color Hex Logo

#eeac8b Color Hex

#EEAC8B
(238,172,139)
0 Favorites   0 Comments

Color spaces of #eeac8b

RGB 238172139
HSL0.060.740.74
HSV20°42°93°
CMYK 0.000.280.42   0.07
XYZ54.672649.546331.1079
Yxy49.54630.40400.3661
Hunter Lab70.389115.463423.0697
CIE-Lab75.789920.181826.5339

#eeac8b color RGB value is (238,172,139).

#eeac8b hex color red value is 238, green value is 172 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #eeac8b hue: 0.06 , saturation: 0.74 and the lightness value of eeac8b is 0.74.

The process color (four color CMYK) of #eeac8b color hex is 0.00, 0.28, 0.42, 0.07. Web safe color of #eeac8b is #ff9999. Color #eeac8b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101100 10001011
Octal 356 254 213
Decimal 238 172 139
Hex EE AC 8B

RGB Percentages of Color #eeac8b

%43.35
%31.33
%25.32

CMYK Percentages of Color #eeac8b

%0
%28
%42
%7

Triadic Colors of #eeac8b

#eeac8b #8beeac #ac8bee

Analogous Colors of #eeac8b

#eeac8b #eede8b #ee8b9c

Monochromatic Colors of #eeac8b

#eeac8b

Complementary Color

#eeac8b #8bcdee

#eeac8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeac8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeac8b Color CSS Codes

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

#eeac8b Text Font Color

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

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


#eeac8b Background Color

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

This div background color is #eeac8b


#eeac8b Border Color

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

This div border color is #eeac8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeac8b


Comments

No comments written yet.

Please login to write comment.