Color Hex Logo

#eeaab2 Color Hex

#EEAAB2
(238,170,178)
0 Favorites   0 Comments

Color spaces of #eeaab2

RGB 238170178
HSL0.980.670.80
HSV353°29°93°
CMYK 0.000.290.25   0.07
XYZ57.670550.140948.7581
Yxy50.14090.36830.3202
Hunter Lab70.810221.45918.7416
CIE-Lab76.155726.07105.8771

#eeaab2 color RGB value is (238,170,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101010 10110010
Octal 356 252 262
Decimal 238 170 178
Hex EE AA B2

RGB Percentages of Color #eeaab2

%40.61
%29.01
%30.38

CMYK Percentages of Color #eeaab2

%0
%29
%25
%7

Triadic Colors of #eeaab2

#eeaab2 #b2eeaa #aab2ee

Analogous Colors of #eeaab2

#eeaab2 #eec4aa #eeaad4

Monochromatic Colors of #eeaab2

#eeaab2

Complementary Color

#eeaab2 #aaeee6

#eeaab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaab2 Color CSS Codes

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

#eeaab2 Text Font Color

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

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


#eeaab2 Background Color

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

This div background color is #eeaab2


#eeaab2 Border Color

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

This div border color is #eeaab2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaab2


Comments

No comments written yet.

Please login to write comment.