Color Hex Logo

#eeafff Color Hex

#EEAFFF
(238,175,255)
1 Favorites   0 Comments

Color spaces of #eeafff

RGB 238175255
HSL0.801.000.84
HSV287°31°100°
CMYK 0.070.310.00   0.00
XYZ68.639956.0571101.8101
Yxy56.05710.30300.2475
Hunter Lab74.871332.6190-28.2127
CIE-Lab79.646336.3213-30.6647

#eeafff color RGB value is (238,175,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101111 11111111
Octal 356 257 377
Decimal 238 175 255
Hex EE AF FF

RGB Percentages of Color #eeafff

%35.63
%26.20
%38.17

CMYK Percentages of Color #eeafff

%7
%31
%0
%0

Triadic Colors of #eeafff

#eeafff #ffeeaf #afffee

Analogous Colors of #eeafff

#eeafff #ffafe8 #c6afff

Monochromatic Colors of #eeafff

#eeafff

Complementary Color

#eeafff #c0ffaf

#eeafff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeafff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeafff Color CSS Codes

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

#eeafff Text Font Color

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

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


#eeafff Background Color

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

This div background color is #eeafff


#eeafff Border Color

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

This div border color is #eeafff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeafff

#eeafff Color Palettes


Comments

No comments written yet.

Please login to write comment.