Color Hex Logo

#eeaaec Color Hex

#EEAAEC
(238,170,236)
0 Favorites   0 Comments

Color spaces of #eeaaec

RGB 238170236
HSL0.840.670.80
HSV302°29°93°
CMYK 0.000.290.01   0.07
XYZ64.774952.982786.1696
Yxy52.98270.31760.2598
Hunter Lab72.789231.4655-19.2365
CIE-Lab77.864835.4173-23.1597

#eeaaec color RGB value is (238,170,236).

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

The process color (four color CMYK) of #eeaaec color hex is 0.00, 0.29, 0.01, 0.07. Web safe color of #eeaaec is #ff99ff. Color #eeaaec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101010 11101100
Octal 356 252 354
Decimal 238 170 236
Hex EE AA EC

RGB Percentages of Color #eeaaec

%36.96
%26.40
%36.65

CMYK Percentages of Color #eeaaec

%0
%29
%1
%7

Triadic Colors of #eeaaec

#eeaaec #eceeaa #aaecee

Analogous Colors of #eeaaec

#eeaaec #eeaaca #ceaaee

Monochromatic Colors of #eeaaec

#eeaaec

Complementary Color

#eeaaec #aaeeac

#eeaaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaaec Color CSS Codes

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

#eeaaec Text Font Color

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

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


#eeaaec Background Color

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

This div background color is #eeaaec


#eeaaec Border Color

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

This div border color is #eeaaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaaec


Comments

No comments written yet.

Please login to write comment.