Color Hex Logo

#eac88b Color Hex

#EAC88B
(234,200,139)
0 Favorites   0 Comments

Color spaces of #eac88b

RGB 234200139
HSL0.110.690.73
HSV39°41°92°
CMYK 0.000.150.41   0.08
XYZ59.246260.665133.0130
Yxy60.66510.38740.3967
Hunter Lab77.8878-0.525729.3912
CIE-Lab82.19843.845434.9470

#eac88b color RGB value is (234,200,139).

#eac88b hex color red value is 234, green value is 200 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #eac88b hue: 0.11 , saturation: 0.69 and the lightness value of eac88b is 0.73.

The process color (four color CMYK) of #eac88b color hex is 0.00, 0.15, 0.41, 0.08. Web safe color of #eac88b is #ffcc99. Color #eac88b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001000 10001011
Octal 352 310 213
Decimal 234 200 139
Hex EA C8 8B

RGB Percentages of Color #eac88b

%40.84
%34.90
%24.26

CMYK Percentages of Color #eac88b

%0
%15
%41
%8

Triadic Colors of #eac88b

#eac88b #8beac8 #c88bea

Analogous Colors of #eac88b

#eac88b #ddea8b #ea998b

Monochromatic Colors of #eac88b

#eac88b

Complementary Color

#eac88b #8badea

#eac88b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac88b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac88b Color CSS Codes

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

#eac88b Text Font Color

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

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


#eac88b Background Color

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

This div background color is #eac88b


#eac88b Border Color

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

This div border color is #eac88b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,200,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 #eac88b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac88b


Comments

No comments written yet.

Please login to write comment.