Color Hex Logo

#edd7ff Color Hex

#EDD7FF
(237,215,255)
0 Favorites   0 Comments

Color spaces of #edd7ff

RGB 237215255
HSL0.761.000.92
HSV273°16°100°
CMYK 0.070.160.00   0.00
XYZ77.275573.8254104.7846
Yxy73.82540.30200.2885
Hunter Lab85.921710.1747-12.1611
CIE-Lab88.839914.7681-16.7000

#edd7ff color RGB value is (237,215,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010111 11111111
Octal 355 327 377
Decimal 237 215 255
Hex ED D7 FF

RGB Percentages of Color #edd7ff

%33.52
%30.41
%36.07

CMYK Percentages of Color #edd7ff

%7
%16
%0
%0

Triadic Colors of #edd7ff

#edd7ff #ffedd7 #d7ffed

Analogous Colors of #edd7ff

#edd7ff #ffd7fd #d9d7ff

Monochromatic Colors of #edd7ff

#edd7ff

Complementary Color

#edd7ff #e9ffd7

#edd7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd7ff Color CSS Codes

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

#edd7ff Text Font Color

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

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


#edd7ff Background Color

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

This div background color is #edd7ff


#edd7ff Border Color

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

This div border color is #edd7ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,215,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd7ff

Related Colors

#edd7ff Color Palettes


Comments

No comments written yet.

Please login to write comment.