Color Hex Logo

#edd6fe Color Hex

#EDD6FE
(237,214,254)
0 Favorites   0 Comments

Color spaces of #edd6fe

RGB 237214254
HSL0.760.950.92
HSV275°16°100°
CMYK 0.070.160.00   0.00
XYZ76.861073.2534103.8542
Yxy73.25340.30260.2884
Hunter Lab85.588210.5195-12.0318
CIE-Lab88.568415.1023-16.5819

#edd6fe color RGB value is (237,214,254).

#edd6fe hex color red value is 237, green value is 214 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #edd6fe hue: 0.76 , saturation: 0.95 and the lightness value of edd6fe is 0.92.

The process color (four color CMYK) of #edd6fe color hex is 0.07, 0.16, 0.00, 0.00. Web safe color of #edd6fe is #ffccff. Color #edd6fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010110 11111110
Octal 355 326 376
Decimal 237 214 254
Hex ED D6 FE

RGB Percentages of Color #edd6fe

%33.62
%30.35
%36.03

CMYK Percentages of Color #edd6fe

%7
%16
%0
%0

Triadic Colors of #edd6fe

#edd6fe #feedd6 #d6feed

Analogous Colors of #edd6fe

#edd6fe #fed6fb #d9d6fe

Monochromatic Colors of #edd6fe

#edd6fe

Complementary Color

#edd6fe #e7fed6

#edd6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd6fe Color CSS Codes

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

#edd6fe Text Font Color

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

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


#edd6fe Background Color

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

This div background color is #edd6fe


#edd6fe Border Color

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

This div border color is #edd6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd6fe


Comments

No comments written yet.

Please login to write comment.