Color Hex Logo

#eeaaf7 Color Hex

#EEAAF7
(238,170,247)
0 Favorites   0 Comments

Color spaces of #eeaaf7

RGB 238170247
HSL0.810.830.82
HSV293°31°97°
CMYK 0.040.310.00   0.03
XYZ66.423153.642094.8487
Yxy53.64200.30910.2496
Hunter Lab73.240733.7131-25.5137
CIE-Lab78.252537.4468-28.5046

#eeaaf7 color RGB value is (238,170,247).

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

The process color (four color CMYK) of #eeaaf7 color hex is 0.04, 0.31, 0.00, 0.03. Web safe color of #eeaaf7 is #ff99ff. Color #eeaaf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101010 11110111
Octal 356 252 367
Decimal 238 170 247
Hex EE AA F7

RGB Percentages of Color #eeaaf7

%36.34
%25.95
%37.71

CMYK Percentages of Color #eeaaf7

%4
%31
%0
%3

Triadic Colors of #eeaaf7

#eeaaf7 #f7eeaa #aaf7ee

Analogous Colors of #eeaaf7

#eeaaf7 #f7aada #c8aaf7

Monochromatic Colors of #eeaaf7

#eeaaf7

Complementary Color

#eeaaf7 #b3f7aa

#eeaaf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaaf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaaf7 Color CSS Codes

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

#eeaaf7 Text Font Color

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

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


#eeaaf7 Background Color

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

This div background color is #eeaaf7


#eeaaf7 Border Color

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

This div border color is #eeaaf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaaf7

Related Colors


Comments

No comments written yet.

Please login to write comment.