Color Hex Logo

#eeaefd Color Hex

#EEAEFD
(238,174,253)
0 Favorites   0 Comments

Color spaces of #eeaefd

RGB 238174253
HSL0.800.950.84
HSV289°31°99°
CMYK 0.060.310.00   0.01
XYZ68.125655.5411100.0584
Yxy55.54110.30450.2483
Hunter Lab74.525932.7501-27.4346
CIE-Lab79.351936.4669-30.0441

#eeaefd color RGB value is (238,174,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101110 11111101
Octal 356 256 375
Decimal 238 174 253
Hex EE AE FD

RGB Percentages of Color #eeaefd

%35.79
%26.17
%38.05

CMYK Percentages of Color #eeaefd

%6
%31
%0
%1

Triadic Colors of #eeaefd

#eeaefd #fdeeae #aefdee

Analogous Colors of #eeaefd

#eeaefd #fdaee5 #c7aefd

Monochromatic Colors of #eeaefd

#eeaefd

Complementary Color

#eeaefd #bdfdae

#eeaefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaefd Color CSS Codes

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

#eeaefd Text Font Color

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

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


#eeaefd Background Color

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

This div background color is #eeaefd


#eeaefd Border Color

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

This div border color is #eeaefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaefd


Comments

No comments written yet.

Please login to write comment.