Color Hex Logo

#eab89a Color Hex

#EAB89A
(234,184,154)
0 Favorites   0 Comments

Color spaces of #eab89a

RGB 234184154
HSL0.060.660.76
HSV23°34°92°
CMYK 0.000.210.34   0.08
XYZ56.904954.106538.0162
Yxy54.10650.38180.3631
Hunter Lab73.55719.365320.8474
CIE-Lab78.523813.982022.1406

#eab89a color RGB value is (234,184,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111000 10011010
Octal 352 270 232
Decimal 234 184 154
Hex EA B8 9A

RGB Percentages of Color #eab89a

%40.91
%32.17
%26.92

CMYK Percentages of Color #eab89a

%0
%21
%34
%8

Triadic Colors of #eab89a

#eab89a #9aeab8 #b89aea

Analogous Colors of #eab89a

#eab89a #eae09a #ea9aa4

Monochromatic Colors of #eab89a

#eab89a

Complementary Color

#eab89a #9accea

#eab89a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab89a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab89a Color CSS Codes

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

#eab89a Text Font Color

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

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


#eab89a Background Color

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

This div background color is #eab89a


#eab89a Border Color

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

This div border color is #eab89a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab89a


Comments

No comments written yet.

Please login to write comment.