Color Hex Logo

#eeaabc Color Hex

#EEAABC
(238,170,188)
0 Favorites   0 Comments

Color spaces of #eeaabc

RGB 238170188
HSL0.960.670.80
HSV344°29°93°
CMYK 0.000.290.21   0.07
XYZ58.711750.557454.2411
Yxy50.55740.35910.3092
Hunter Lab71.103722.95934.5435
CIE-Lab76.410127.50640.7827

#eeaabc color RGB value is (238,170,188).

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

The process color (four color CMYK) of #eeaabc color hex is 0.00, 0.29, 0.21, 0.07. Web safe color of #eeaabc is #ff99cc. Color #eeaabc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101010 10111100
Octal 356 252 274
Decimal 238 170 188
Hex EE AA BC

RGB Percentages of Color #eeaabc

%39.93
%28.52
%31.54

CMYK Percentages of Color #eeaabc

%0
%29
%21
%7

Triadic Colors of #eeaabc

#eeaabc #bceeaa #aabcee

Analogous Colors of #eeaabc

#eeaabc #eebaaa #eeaade

Monochromatic Colors of #eeaabc

#eeaabc

Complementary Color

#eeaabc #aaeedc

#eeaabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaabc Color CSS Codes

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

#eeaabc Text Font Color

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

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


#eeaabc Background Color

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

This div background color is #eeaabc


#eeaabc Border Color

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

This div border color is #eeaabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaabc


Comments

No comments written yet.

Please login to write comment.