Color Hex Logo

#e3deed Color Hex

#E3DEED
(227,222,237)
0 Favorites   0 Comments

Color spaces of #e3deed

RGB 227222237
HSL0.720.290.90
HSV260°93°
CMYK 0.040.060.00   0.07
XYZ73.085974.687990.6849
Yxy74.68790.30650.3132
Hunter Lab86.4222-0.2841-1.7189
CIE-Lab89.24664.4243-6.7123

#e3deed color RGB value is (227,222,237).

#e3deed hex color red value is 227, green value is 222 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e3deed hue: 0.72 , saturation: 0.29 and the lightness value of e3deed is 0.90.

The process color (four color CMYK) of #e3deed color hex is 0.04, 0.06, 0.00, 0.07. Web safe color of #e3deed is #ccccff. Color #e3deed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 11011110 11101101
Octal 343 336 355
Decimal 227 222 237
Hex E3 DE ED

RGB Percentages of Color #e3deed

%33.09
%32.36
%34.55

CMYK Percentages of Color #e3deed

%4
%6
%0
%7

Triadic Colors of #e3deed

#e3deed #ede3de #deede3

Analogous Colors of #e3deed

#e3deed #ebdeed #dee1ed

Monochromatic Colors of #e3deed

#e3deed

Complementary Color

#e3deed #e8edde

#e3deed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3deed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3deed Color CSS Codes

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

#e3deed Text Font Color

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

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


#e3deed Background Color

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

This div background color is #e3deed


#e3deed Border Color

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

This div border color is #e3deed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3deed

#e3deed Color Palettes


Comments

No comments written yet.

Please login to write comment.