Color Hex Logo

#eeaffe Color Hex

#EEAFFE
(238,175,254)
0 Favorites   0 Comments

Color spaces of #eeaffe

RGB 238175254
HSL0.800.980.84
HSV288°31°100°
CMYK 0.060.310.00   0.00
XYZ68.479355.9928100.9644
Yxy55.99280.30380.2484
Hunter Lab74.828332.4050-27.6190
CIE-Lab79.609736.1288-30.1847

#eeaffe color RGB value is (238,175,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101111 11111110
Octal 356 257 376
Decimal 238 175 254
Hex EE AF FE

RGB Percentages of Color #eeaffe

%35.68
%26.24
%38.08

CMYK Percentages of Color #eeaffe

%6
%31
%0
%0

Triadic Colors of #eeaffe

#eeaffe #feeeaf #affeee

Analogous Colors of #eeaffe

#eeaffe #feafe7 #c7affe

Monochromatic Colors of #eeaffe

#eeaffe

Complementary Color

#eeaffe #bffeaf

#eeaffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaffe Color CSS Codes

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

#eeaffe Text Font Color

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

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


#eeaffe Background Color

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

This div background color is #eeaffe


#eeaffe Border Color

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

This div border color is #eeaffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaffe


Comments

No comments written yet.

Please login to write comment.