Color Hex Logo

#e7daed Color Hex

#E7DAED
(231,218,237)
0 Favorites   0 Comments

Color spaces of #e7daed

RGB 231218237
HSL0.780.350.89
HSV281°93°
CMYK 0.030.080.00   0.07
XYZ73.312573.246290.3947
Yxy73.24620.30940.3091
Hunter Lab85.58403.1337-2.7139
CIE-Lab88.56507.8351-7.6866

#e7daed color RGB value is (231,218,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11011010 11101101
Octal 347 332 355
Decimal 231 218 237
Hex E7 DA ED

RGB Percentages of Color #e7daed

%33.67
%31.78
%34.55

CMYK Percentages of Color #e7daed

%3
%8
%0
%7

Triadic Colors of #e7daed

#e7daed #ede7da #daede7

Analogous Colors of #e7daed

#e7daed #eddaea #dedaed

Monochromatic Colors of #e7daed

#e7daed

Complementary Color

#e7daed #e0edda

#e7daed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7daed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7daed Color CSS Codes

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

#e7daed Text Font Color

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

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


#e7daed Background Color

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

This div background color is #e7daed


#e7daed Border Color

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

This div border color is #e7daed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7daed


Comments

No comments written yet.

Please login to write comment.