Color Hex Logo

#e6daed Color Hex

#E6DAED
(230,218,237)
0 Favorites   0 Comments

Color spaces of #e6daed

RGB 230218237
HSL0.770.350.89
HSV278°93°
CMYK 0.030.080.00   0.07
XYZ72.990673.080290.3796
Yxy73.08020.30870.3091
Hunter Lab85.48702.8050-2.8425
CIE-Lab88.48607.5037-7.8124

#e6daed color RGB value is (230,218,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011010 11101101
Octal 346 332 355
Decimal 230 218 237
Hex E6 DA ED

RGB Percentages of Color #e6daed

%33.58
%31.82
%34.60

CMYK Percentages of Color #e6daed

%3
%8
%0
%7

Triadic Colors of #e6daed

#e6daed #ede6da #daede6

Analogous Colors of #e6daed

#e6daed #eddaeb #dddaed

Monochromatic Colors of #e6daed

#e6daed

Complementary Color

#e6daed #e1edda

#e6daed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6daed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6daed Color CSS Codes

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

#e6daed Text Font Color

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

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


#e6daed Background Color

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

This div background color is #e6daed


#e6daed Border Color

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

This div border color is #e6daed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6daed


Comments

No comments written yet.

Please login to write comment.