Color Hex Logo

#edd8eb Color Hex

#EDD8EB
(237,216,235)
0 Favorites   0 Comments

Color spaces of #edd8eb

RGB 237216235
HSL0.850.370.89
HSV306°93°
CMYK 0.000.090.01   0.07
XYZ74.476373.114488.7844
Yxy73.11440.31510.3093
Hunter Lab85.50705.8358-1.7077
CIE-Lab88.502210.5193-6.6719

#edd8eb color RGB value is (237,216,235).

#edd8eb hex color red value is 237, green value is 216 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #edd8eb hue: 0.85 , saturation: 0.37 and the lightness value of edd8eb is 0.89.

The process color (four color CMYK) of #edd8eb color hex is 0.00, 0.09, 0.01, 0.07. Web safe color of #edd8eb is #ffccff. Color #edd8eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 11101011
Octal 355 330 353
Decimal 237 216 235
Hex ED D8 EB

RGB Percentages of Color #edd8eb

%34.45
%31.40
%34.16

CMYK Percentages of Color #edd8eb

%0
%9
%1
%7

Triadic Colors of #edd8eb

#edd8eb #ebedd8 #d8ebed

Analogous Colors of #edd8eb

#edd8eb #edd8e1 #e5d8ed

Monochromatic Colors of #edd8eb

#edd8eb

Complementary Color

#edd8eb #d8edda

#edd8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd8eb Color CSS Codes

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

#edd8eb Text Font Color

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

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


#edd8eb Background Color

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

This div background color is #edd8eb


#edd8eb Border Color

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

This div border color is #edd8eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd8eb


Comments

No comments written yet.

Please login to write comment.