Color Hex Logo

#eab98a Color Hex

#EAB98A
(234,185,138)
0 Favorites   0 Comments

Color spaces of #eab98a

RGB 234185138
HSL0.080.700.73
HSV29°41°92°
CMYK 0.000.210.41   0.08
XYZ55.868154.025331.5281
Yxy54.02530.39500.3820
Hunter Lab73.50197.047826.0193
CIE-Lab78.476511.610930.5754

#eab98a color RGB value is (234,185,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111001 10001010
Octal 352 271 212
Decimal 234 185 138
Hex EA B9 8A

RGB Percentages of Color #eab98a

%42.01
%33.21
%24.78

CMYK Percentages of Color #eab98a

%0
%21
%41
%8

Triadic Colors of #eab98a

#eab98a #8aeab9 #b98aea

Analogous Colors of #eab98a

#eab98a #eae98a #ea8a8b

Monochromatic Colors of #eab98a

#eab98a

Complementary Color

#eab98a #8abbea

#eab98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab98a Color CSS Codes

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

#eab98a Text Font Color

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

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


#eab98a Background Color

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

This div background color is #eab98a


#eab98a Border Color

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

This div border color is #eab98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab98a


Comments

No comments written yet.

Please login to write comment.