Color Hex Logo

#edd7fe Color Hex

#EDD7FE
(237,215,254)
0 Favorites   0 Comments

Color spaces of #edd7fe

RGB 237215254
HSL0.760.950.92
HSV274°15°100°
CMYK 0.070.150.00   0.00
XYZ77.114973.7612103.9389
Yxy73.76120.30260.2895
Hunter Lab85.88439.9762-11.6349
CIE-Lab88.809514.5756-16.2198

#edd7fe color RGB value is (237,215,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010111 11111110
Octal 355 327 376
Decimal 237 215 254
Hex ED D7 FE

RGB Percentages of Color #edd7fe

%33.57
%30.45
%35.98

CMYK Percentages of Color #edd7fe

%7
%15
%0
%0

Triadic Colors of #edd7fe

#edd7fe #feedd7 #d7feed

Analogous Colors of #edd7fe

#edd7fe #fed7fc #dad7fe

Monochromatic Colors of #edd7fe

#edd7fe

Complementary Color

#edd7fe #e8fed7

#edd7fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd7fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd7fe Color CSS Codes

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

#edd7fe Text Font Color

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

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


#edd7fe Background Color

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

This div background color is #edd7fe


#edd7fe Border Color

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

This div border color is #edd7fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd7fe

Related Colors


Comments

No comments written yet.

Please login to write comment.