Color Hex Logo

#eabb9a Color Hex

#EABB9A
(234,187,154)
0 Favorites   0 Comments

Color spaces of #eabb9a

RGB 234187154
HSL0.070.660.76
HSV25°34°92°
CMYK 0.000.200.34   0.08
XYZ57.534755.366238.2262
Yxy55.36620.38070.3664
Hunter Lab74.40857.806421.6266
CIE-Lab79.251712.393323.1369

#eabb9a color RGB value is (234,187,154).

#eabb9a hex color red value is 234, green value is 187 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #eabb9a hue: 0.07 , saturation: 0.66 and the lightness value of eabb9a is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111011 10011010
Octal 352 273 232
Decimal 234 187 154
Hex EA BB 9A

RGB Percentages of Color #eabb9a

%40.70
%32.52
%26.78

CMYK Percentages of Color #eabb9a

%0
%20
%34
%8

Triadic Colors of #eabb9a

#eabb9a #9aeabb #bb9aea

Analogous Colors of #eabb9a

#eabb9a #eae39a #ea9aa1

Monochromatic Colors of #eabb9a

#eabb9a

Complementary Color

#eabb9a #9ac9ea

#eabb9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabb9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabb9a Color CSS Codes

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

#eabb9a Text Font Color

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

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


#eabb9a Background Color

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

This div background color is #eabb9a


#eabb9a Border Color

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

This div border color is #eabb9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabb9a


Comments

No comments written yet.

Please login to write comment.