Color Hex Logo

#eacb89 Color Hex

#EACB89
(234,203,137)
0 Favorites   0 Comments

Color spaces of #eacb89

RGB 234203137
HSL0.110.700.73
HSV41°41°92°
CMYK 0.000.130.41   0.08
XYZ59.803062.010432.4842
Yxy62.01040.38760.4019
Hunter Lab78.7467-2.247530.6647
CIE-Lab82.91902.073336.9107

#eacb89 color RGB value is (234,203,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001011 10001001
Octal 352 313 211
Decimal 234 203 137
Hex EA CB 89

RGB Percentages of Color #eacb89

%40.77
%35.37
%23.87

CMYK Percentages of Color #eacb89

%0
%13
%41
%8

Triadic Colors of #eacb89

#eacb89 #89eacb #cb89ea

Analogous Colors of #eacb89

#eacb89 #d9ea89 #ea9b89

Monochromatic Colors of #eacb89

#eacb89

Complementary Color

#eacb89 #89a8ea

#eacb89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacb89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacb89 Color CSS Codes

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

#eacb89 Text Font Color

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

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


#eacb89 Background Color

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

This div background color is #eacb89


#eacb89 Border Color

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

This div border color is #eacb89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacb89


Comments

No comments written yet.

Please login to write comment.