Color Hex Logo

#eeabaa Color Hex

#EEABAA
(238,171,170)
0 Favorites   0 Comments

Color spaces of #eeabaa

RGB 238171170
HSL0.000.670.80
HSV29°93°
CMYK 0.000.280.29   0.07
XYZ57.078550.205244.7124
Yxy50.20520.37550.3303
Hunter Lab70.855619.795212.1849
CIE-Lab76.195024.447910.2998

#eeabaa color RGB value is (238,171,170).

#eeabaa hex color red value is 238, green value is 171 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #eeabaa hue: 0.00 , saturation: 0.67 and the lightness value of eeabaa is 0.80.

The process color (four color CMYK) of #eeabaa color hex is 0.00, 0.28, 0.29, 0.07. Web safe color of #eeabaa is #ff9999. Color #eeabaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101011 10101010
Octal 356 253 252
Decimal 238 171 170
Hex EE AB AA

RGB Percentages of Color #eeabaa

%41.11
%29.53
%29.36

CMYK Percentages of Color #eeabaa

%0
%28
%29
%7

Triadic Colors of #eeabaa

#eeabaa #aaeeab #abaaee

Analogous Colors of #eeabaa

#eeabaa #eecdaa #eeaacb

Monochromatic Colors of #eeabaa

#eeabaa

Complementary Color

#eeabaa #aaedee

#eeabaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeabaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeabaa Color CSS Codes

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

#eeabaa Text Font Color

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

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


#eeabaa Background Color

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

This div background color is #eeabaa


#eeabaa Border Color

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

This div border color is #eeabaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeabaa


Comments

No comments written yet.

Please login to write comment.