Color Hex Logo

#e0dee3 Color Hex

#E0DEE3
(224,222,227)
0 Favorites   0 Comments

Color spaces of #e0dee3

RGB 224222227
HSL0.730.080.88
HSV264°89°
CMYK 0.010.020.00   0.11
XYZ70.726973.635983.1585
Yxy73.63590.31090.3236
Hunter Lab85.8114-3.04772.6109
CIE-Lab88.75011.5818-2.2115

#e0dee3 color RGB value is (224,222,227).

#e0dee3 hex color red value is 224, green value is 222 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #e0dee3 hue: 0.73 , saturation: 0.08 and the lightness value of e0dee3 is 0.88.

The process color (four color CMYK) of #e0dee3 color hex is 0.01, 0.02, 0.00, 0.11. Web safe color of #e0dee3 is #cccccc. Color #e0dee3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011110 11100011
Octal 340 336 343
Decimal 224 222 227
Hex E0 DE E3

RGB Percentages of Color #e0dee3

%33.28
%32.99
%33.73

CMYK Percentages of Color #e0dee3

%1
%2
%0
%11

Triadic Colors of #e0dee3

#e0dee3 #e3e0de #dee3e0

Analogous Colors of #e0dee3

#e0dee3 #e3dee3 #dedfe3

Monochromatic Colors of #e0dee3

#e0dee3

Complementary Color

#e0dee3 #e1e3de

#e0dee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0dee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0dee3 Color CSS Codes

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

#e0dee3 Text Font Color

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

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


#e0dee3 Background Color

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

This div background color is #e0dee3


#e0dee3 Border Color

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

This div border color is #e0dee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0dee3


Comments

No comments written yet.

Please login to write comment.