Color Hex Logo

#eeaaf1 Color Hex

#EEAAF1
(238,170,241)
0 Favorites   0 Comments

Color spaces of #eeaaf1

RGB 238170241
HSL0.830.720.81
HSV297°29°95°
CMYK 0.010.290.00   0.05
XYZ65.511853.277590.0498
Yxy53.27750.31370.2551
Hunter Lab72.991432.4736-22.0523
CIE-Lab78.038636.3305-25.5962

#eeaaf1 color RGB value is (238,170,241).

#eeaaf1 hex color red value is 238, green value is 170 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #eeaaf1 hue: 0.83 , saturation: 0.72 and the lightness value of eeaaf1 is 0.81.

The process color (four color CMYK) of #eeaaf1 color hex is 0.01, 0.29, 0.00, 0.05. Web safe color of #eeaaf1 is #ff99ff. Color #eeaaf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101010 11110001
Octal 356 252 361
Decimal 238 170 241
Hex EE AA F1

RGB Percentages of Color #eeaaf1

%36.67
%26.19
%37.13

CMYK Percentages of Color #eeaaf1

%1
%29
%0
%5

Triadic Colors of #eeaaf1

#eeaaf1 #f1eeaa #aaf1ee

Analogous Colors of #eeaaf1

#eeaaf1 #f1aad1 #cbaaf1

Monochromatic Colors of #eeaaf1

#eeaaf1

Complementary Color

#eeaaf1 #adf1aa

#eeaaf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaaf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaaf1 Color CSS Codes

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

#eeaaf1 Text Font Color

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

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


#eeaaf1 Background Color

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

This div background color is #eeaaf1


#eeaaf1 Border Color

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

This div border color is #eeaaf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaaf1

Related Colors


Comments

No comments written yet.

Please login to write comment.