Color Hex Logo

#eeaaeb Color Hex

#EEAAEB
(238,170,235)
0 Favorites   0 Comments

Color spaces of #eeaaeb

RGB 238170235
HSL0.840.670.80
HSV303°29°93°
CMYK 0.000.290.01   0.07
XYZ64.630052.924885.4064
Yxy52.92480.31840.2608
Hunter Lab72.749431.2664-18.6807
CIE-Lab77.830635.2364-22.6709

#eeaaeb color RGB value is (238,170,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101010 11101011
Octal 356 252 353
Decimal 238 170 235
Hex EE AA EB

RGB Percentages of Color #eeaaeb

%37.01
%26.44
%36.55

CMYK Percentages of Color #eeaaeb

%0
%29
%1
%7

Triadic Colors of #eeaaeb

#eeaaeb #ebeeaa #aaebee

Analogous Colors of #eeaaeb

#eeaaeb #eeaac9 #cfaaee

Monochromatic Colors of #eeaaeb

#eeaaeb

Complementary Color

#eeaaeb #aaeead

#eeaaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaaeb Color CSS Codes

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

#eeaaeb Text Font Color

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

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


#eeaaeb Background Color

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

This div background color is #eeaaeb


#eeaaeb Border Color

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

This div border color is #eeaaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaaeb


Comments

No comments written yet.

Please login to write comment.