Color Hex Logo

#e7daee Color Hex

#E7DAEE
(231,218,238)
0 Favorites   0 Comments

Color spaces of #e7daee

RGB 231218238
HSL0.780.370.89
HSV279°93°
CMYK 0.030.080.00   0.07
XYZ73.459073.304891.1665
Yxy73.30480.30870.3081
Hunter Lab85.61823.3181-3.1994
CIE-Lab88.59298.0202-8.1719

#e7daee color RGB value is (231,218,238).

#e7daee hex color red value is 231, green value is 218 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e7daee hue: 0.78 , saturation: 0.37 and the lightness value of e7daee is 0.89.

The process color (four color CMYK) of #e7daee color hex is 0.03, 0.08, 0.00, 0.07. Web safe color of #e7daee is #ffccff. Color #e7daee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11011010 11101110
Octal 347 332 356
Decimal 231 218 238
Hex E7 DA EE

RGB Percentages of Color #e7daee

%33.62
%31.73
%34.64

CMYK Percentages of Color #e7daee

%3
%8
%0
%7

Triadic Colors of #e7daee

#e7daee #eee7da #daeee7

Analogous Colors of #e7daee

#e7daee #eedaeb #dddaee

Monochromatic Colors of #e7daee

#e7daee

Complementary Color

#e7daee #e1eeda

#e7daee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7daee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7daee Color CSS Codes

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

#e7daee Text Font Color

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

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


#e7daee Background Color

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

This div background color is #e7daee


#e7daee Border Color

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

This div border color is #e7daee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,218,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7daee


Comments

No comments written yet.

Please login to write comment.