Color Hex Logo

#e5d4eb Color Hex

#E5D4EB
(229,212,235)
0 Favorites   0 Comments

Color spaces of #e5d4eb

RGB 229212235
HSL0.790.370.88
HSV284°10°92°
CMYK 0.030.100.00   0.08
XYZ70.852069.743188.3247
Yxy69.74310.30950.3047
Hunter Lab83.51235.2931-4.2479
CIE-Lab86.87079.9497-9.1618

#e5d4eb color RGB value is (229,212,235).

#e5d4eb hex color red value is 229, green value is 212 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e5d4eb hue: 0.79 , saturation: 0.37 and the lightness value of e5d4eb is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11010100 11101011
Octal 345 324 353
Decimal 229 212 235
Hex E5 D4 EB

RGB Percentages of Color #e5d4eb

%33.88
%31.36
%34.76

CMYK Percentages of Color #e5d4eb

%3
%10
%0
%8

Triadic Colors of #e5d4eb

#e5d4eb #ebe5d4 #d4ebe5

Analogous Colors of #e5d4eb

#e5d4eb #ebd4e6 #dad4eb

Monochromatic Colors of #e5d4eb

#e5d4eb

Complementary Color

#e5d4eb #daebd4

#e5d4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5d4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5d4eb Color CSS Codes

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

#e5d4eb Text Font Color

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

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


#e5d4eb Background Color

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

This div background color is #e5d4eb


#e5d4eb Border Color

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

This div border color is #e5d4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5d4eb


Comments

No comments written yet.

Please login to write comment.