Color Hex Logo

#eabaa0 Color Hex

#EABAA0
(234,186,160)
0 Favorites   0 Comments

Color spaces of #eabaa0

RGB 234186160
HSL0.060.640.77
HSV21°32°92°
CMYK 0.000.210.32   0.08
XYZ57.835855.148340.8541
Yxy55.14830.37600.3585
Hunter Lab74.26199.059019.3658
CIE-Lab79.126613.669219.7594

#eabaa0 color RGB value is (234,186,160).

#eabaa0 hex color red value is 234, green value is 186 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #eabaa0 hue: 0.06 , saturation: 0.64 and the lightness value of eabaa0 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111010 10100000
Octal 352 272 240
Decimal 234 186 160
Hex EA BA A0

RGB Percentages of Color #eabaa0

%40.34
%32.07
%27.59

CMYK Percentages of Color #eabaa0

%0
%21
%32
%8

Triadic Colors of #eabaa0

#eabaa0 #a0eaba #baa0ea

Analogous Colors of #eabaa0

#eabaa0 #eadfa0 #eaa0ab

Monochromatic Colors of #eabaa0

#eabaa0

Complementary Color

#eabaa0 #a0d0ea

#eabaa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabaa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabaa0 Color CSS Codes

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

#eabaa0 Text Font Color

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

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


#eabaa0 Background Color

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

This div background color is #eabaa0


#eabaa0 Border Color

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

This div border color is #eabaa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabaa0


Comments

No comments written yet.

Please login to write comment.