Color Hex Logo

#e2deea Color Hex

#E2DEEA
(226,222,234)
0 Favorites   0 Comments

Color spaces of #e2deea

RGB 226222234
HSL0.720.220.89
HSV260°92°
CMYK 0.030.050.00   0.08
XYZ72.336674.351888.3807
Yxy74.35180.30770.3163
Hunter Lab86.2275-1.1537-0.4113
CIE-Lab89.08853.5349-5.3775

#e2deea color RGB value is (226,222,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011110 11101010
Octal 342 336 352
Decimal 226 222 234
Hex E2 DE EA

RGB Percentages of Color #e2deea

%33.14
%32.55
%34.31

CMYK Percentages of Color #e2deea

%3
%5
%0
%8

Triadic Colors of #e2deea

#e2deea #eae2de #deeae2

Analogous Colors of #e2deea

#e2deea #e8deea #dee0ea

Monochromatic Colors of #e2deea

#e2deea

Complementary Color

#e2deea #e6eade

#e2deea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2deea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2deea Color CSS Codes

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

#e2deea Text Font Color

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

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


#e2deea Background Color

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

This div background color is #e2deea


#e2deea Border Color

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

This div border color is #e2deea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2deea


Comments

No comments written yet.

Please login to write comment.