Color Hex Logo

#e5d8ec Color Hex

#E5D8EC
(229,216,236)
0 Favorites   0 Comments

Color spaces of #e5d8ec

RGB 229216236
HSL0.780.340.89
HSV279°93°
CMYK 0.030.080.00   0.07
XYZ72.009371.825989.4254
Yxy71.82590.30870.3079
Hunter Lab84.75023.3525-3.2356
CIE-Lab87.88478.0340-8.1852

#e5d8ec color RGB value is (229,216,236).

#e5d8ec hex color red value is 229, green value is 216 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e5d8ec hue: 0.78 , saturation: 0.34 and the lightness value of e5d8ec is 0.89.

The process color (four color CMYK) of #e5d8ec color hex is 0.03, 0.08, 0.00, 0.07. Web safe color of #e5d8ec is #ccccff. Color #e5d8ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011000 11101100
Octal 345 330 354
Decimal 229 216 236
Hex E5 D8 EC

RGB Percentages of Color #e5d8ec

%33.63
%31.72
%34.65

CMYK Percentages of Color #e5d8ec

%3
%8
%0
%7

Triadic Colors of #e5d8ec

#e5d8ec #ece5d8 #d8ece5

Analogous Colors of #e5d8ec

#e5d8ec #ecd8e9 #dbd8ec

Monochromatic Colors of #e5d8ec

#e5d8ec

Complementary Color

#e5d8ec #dfecd8

#e5d8ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5d8ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5d8ec Color CSS Codes

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

#e5d8ec Text Font Color

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

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


#e5d8ec Background Color

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

This div background color is #e5d8ec


#e5d8ec Border Color

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

This div border color is #e5d8ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5d8ec


Comments

No comments written yet.

Please login to write comment.