Color Hex Logo

#eabaaa Color Hex

#EABAAA
(234,186,170)
0 Favorites   0 Comments

Color spaces of #eabaaa

RGB 234186170
HSL0.040.600.79
HSV15°27°92°
CMYK 0.000.210.27   0.08
XYZ58.746355.512545.6489
Yxy55.51250.36740.3472
Hunter Lab74.506710.355115.8288
CIE-Lab79.335614.980414.6837

#eabaaa color RGB value is (234,186,170).

#eabaaa hex color red value is 234, green value is 186 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #eabaaa hue: 0.04 , saturation: 0.60 and the lightness value of eabaaa is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111010 10101010
Octal 352 272 252
Decimal 234 186 170
Hex EA BA AA

RGB Percentages of Color #eabaaa

%39.66
%31.53
%28.81

CMYK Percentages of Color #eabaaa

%0
%21
%27
%8

Triadic Colors of #eabaaa

#eabaaa #aaeaba #baaaea

Analogous Colors of #eabaaa

#eabaaa #eadaaa #eaaaba

Monochromatic Colors of #eabaaa

#eabaaa

Complementary Color

#eabaaa #aadaea

#eabaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabaaa Color CSS Codes

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

#eabaaa Text Font Color

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

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


#eabaaa Background Color

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

This div background color is #eabaaa


#eabaaa Border Color

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

This div border color is #eabaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabaaa


Comments

No comments written yet.

Please login to write comment.