Color Hex Logo

#eaba8a Color Hex

#EABA8A
(234,186,138)
0 Favorites   0 Comments

Color spaces of #eaba8a

RGB 234186138
HSL0.080.700.73
HSV30°41°92°
CMYK 0.000.210.41   0.08
XYZ56.078054.445231.5981
Yxy54.44520.39460.3831
Hunter Lab73.78706.532526.2609
CIE-Lab78.720611.082530.8985

#eaba8a color RGB value is (234,186,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111010 10001010
Octal 352 272 212
Decimal 234 186 138
Hex EA BA 8A

RGB Percentages of Color #eaba8a

%41.94
%33.33
%24.73

CMYK Percentages of Color #eaba8a

%0
%21
%41
%8

Triadic Colors of #eaba8a

#eaba8a #8aeaba #ba8aea

Analogous Colors of #eaba8a

#eaba8a #eaea8a #ea8a8a

Monochromatic Colors of #eaba8a

#eaba8a

Complementary Color

#eaba8a #8abaea

#eaba8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaba8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaba8a Color CSS Codes

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

#eaba8a Text Font Color

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

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


#eaba8a Background Color

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

This div background color is #eaba8a


#eaba8a Border Color

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

This div border color is #eaba8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaba8a


Comments

No comments written yet.

Please login to write comment.