Color Hex Logo

#e5deea Color Hex

#E5DEEA
(229,222,234)
0 Favorites   0 Comments

Color spaces of #e5deea

RGB 229222234
HSL0.760.220.89
HSV275°92°
CMYK 0.020.050.00   0.08
XYZ73.285774.841188.4251
Yxy74.84110.30980.3164
Hunter Lab86.5108-0.1814-0.0445
CIE-Lab89.31854.5313-5.0121

#e5deea color RGB value is (229,222,234).

#e5deea hex color red value is 229, green value is 222 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e5deea hue: 0.76 , saturation: 0.22 and the lightness value of e5deea is 0.89.

The process color (four color CMYK) of #e5deea color hex is 0.02, 0.05, 0.00, 0.08. Web safe color of #e5deea is #ccccff. Color #e5deea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011110 11101010
Octal 345 336 352
Decimal 229 222 234
Hex E5 DE EA

RGB Percentages of Color #e5deea

%33.43
%32.41
%34.16

CMYK Percentages of Color #e5deea

%2
%5
%0
%8

Triadic Colors of #e5deea

#e5deea #eae5de #deeae5

Analogous Colors of #e5deea

#e5deea #eadee9 #dfdeea

Monochromatic Colors of #e5deea

#e5deea

Complementary Color

#e5deea #e3eade

#e5deea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5deea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5deea Color CSS Codes

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

#e5deea Text Font Color

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

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


#e5deea Background Color

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

This div background color is #e5deea


#e5deea Border Color

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

This div border color is #e5deea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5deea


Comments

No comments written yet.

Please login to write comment.