Color Hex Logo

#eedafd Color Hex

#EEDAFD
(238,218,253)
0 Favorites   0 Comments

Color spaces of #eedafd

RGB 238218253
HSL0.760.900.92
HSV274°14°99°
CMYK 0.060.140.00   0.01
XYZ78.060975.4118103.3702
Yxy75.41180.30390.2936
Hunter Lab86.84008.4846-9.7880
CIE-Lab89.585513.1298-14.5220

#eedafd color RGB value is (238,218,253).

#eedafd hex color red value is 238, green value is 218 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #eedafd hue: 0.76 , saturation: 0.90 and the lightness value of eedafd is 0.92.

The process color (four color CMYK) of #eedafd color hex is 0.06, 0.14, 0.00, 0.01. Web safe color of #eedafd is #ffccff. Color #eedafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 11111101
Octal 356 332 375
Decimal 238 218 253
Hex EE DA FD

RGB Percentages of Color #eedafd

%33.57
%30.75
%35.68

CMYK Percentages of Color #eedafd

%6
%14
%0
%1

Triadic Colors of #eedafd

#eedafd #fdeeda #dafdee

Analogous Colors of #eedafd

#eedafd #fddafb #dddafd

Monochromatic Colors of #eedafd

#eedafd

Complementary Color

#eedafd #e9fdda

#eedafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedafd Color CSS Codes

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

#eedafd Text Font Color

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

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


#eedafd Background Color

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

This div background color is #eedafd


#eedafd Border Color

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

This div border color is #eedafd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,218,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 #eedafd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedafd

Related Colors


Comments

No comments written yet.

Please login to write comment.