Color Hex Logo

#eab88a Color Hex

#EAB88A
(234,184,138)
0 Favorites   0 Comments

Color spaces of #eab88a

RGB 234184138
HSL0.080.700.73
HSV29°41°92°
CMYK 0.000.210.41   0.08
XYZ55.659653.608431.4586
Yxy53.60840.39550.3809
Hunter Lab73.21787.563325.7780
CIE-Lab78.232812.139430.2527

#eab88a color RGB value is (234,184,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111000 10001010
Octal 352 270 212
Decimal 234 184 138
Hex EA B8 8A

RGB Percentages of Color #eab88a

%42.09
%33.09
%24.82

CMYK Percentages of Color #eab88a

%0
%21
%41
%8

Triadic Colors of #eab88a

#eab88a #8aeab8 #b88aea

Analogous Colors of #eab88a

#eab88a #eae88a #ea8a8c

Monochromatic Colors of #eab88a

#eab88a

Complementary Color

#eab88a #8abcea

#eab88a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab88a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab88a Color CSS Codes

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

#eab88a Text Font Color

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

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


#eab88a Background Color

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

This div background color is #eab88a


#eab88a Border Color

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

This div border color is #eab88a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab88a


Comments

No comments written yet.

Please login to write comment.