Color Hex Logo

#eabb8b Color Hex

#EABB8B
(234,187,139)
0 Favorites   0 Comments

Color spaces of #eabb8b

RGB 234187139
HSL0.080.690.73
HSV30°41°92°
CMYK 0.000.200.41   0.08
XYZ56.362254.897232.0517
Yxy54.89720.39330.3831
Hunter Lab74.09266.122626.2166
CIE-Lab78.982010.663030.7186

#eabb8b color RGB value is (234,187,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111011 10001011
Octal 352 273 213
Decimal 234 187 139
Hex EA BB 8B

RGB Percentages of Color #eabb8b

%41.79
%33.39
%24.82

CMYK Percentages of Color #eabb8b

%0
%20
%41
%8

Triadic Colors of #eabb8b

#eabb8b #8beabb #bb8bea

Analogous Colors of #eabb8b

#eabb8b #eaea8b #ea8c8b

Monochromatic Colors of #eabb8b

#eabb8b

Complementary Color

#eabb8b #8bbaea

#eabb8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabb8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabb8b Color CSS Codes

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

#eabb8b Text Font Color

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

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


#eabb8b Background Color

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

This div background color is #eabb8b


#eabb8b Border Color

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

This div border color is #eabb8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabb8b


Comments

No comments written yet.

Please login to write comment.