Color Hex Logo

#e0daeb Color Hex

#E0DAEB
(224,218,235)
0 Favorites   0 Comments

Color spaces of #e0daeb

RGB 224218235
HSL0.730.300.89
HSV261°92°
CMYK 0.050.070.00   0.08
XYZ70.807371.988388.7604
Yxy71.98830.30580.3109
Hunter Lab84.84590.4850-2.6333
CIE-Lab87.96305.1464-7.5849

#e0daeb color RGB value is (224,218,235).

#e0daeb hex color red value is 224, green value is 218 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e0daeb hue: 0.73 , saturation: 0.30 and the lightness value of e0daeb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011010 11101011
Octal 340 332 353
Decimal 224 218 235
Hex E0 DA EB

RGB Percentages of Color #e0daeb

%33.09
%32.20
%34.71

CMYK Percentages of Color #e0daeb

%5
%7
%0
%8

Triadic Colors of #e0daeb

#e0daeb #ebe0da #daebe0

Analogous Colors of #e0daeb

#e0daeb #e9daeb #daddeb

Monochromatic Colors of #e0daeb

#e0daeb

Complementary Color

#e0daeb #e5ebda

#e0daeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0daeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0daeb Color CSS Codes

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

#e0daeb Text Font Color

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

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


#e0daeb Background Color

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

This div background color is #e0daeb


#e0daeb Border Color

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

This div border color is #e0daeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0daeb


Comments

No comments written yet.

Please login to write comment.