Color Hex Logo

#e6daef Color Hex

#E6DAEF
(230,218,239)
0 Favorites   0 Comments

Color spaces of #e6daef

RGB 230218239
HSL0.760.400.90
HSV274°94°
CMYK 0.040.090.00   0.06
XYZ73.284573.197891.9274
Yxy73.19780.30740.3070
Hunter Lab85.55573.1753-3.8166
CIE-Lab88.54207.8760-8.7827

#e6daef color RGB value is (230,218,239).

#e6daef hex color red value is 230, green value is 218 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e6daef hue: 0.76 , saturation: 0.40 and the lightness value of e6daef is 0.90.

The process color (four color CMYK) of #e6daef color hex is 0.04, 0.09, 0.00, 0.06. Web safe color of #e6daef is #ffccff. Color #e6daef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011010 11101111
Octal 346 332 357
Decimal 230 218 239
Hex E6 DA EF

RGB Percentages of Color #e6daef

%33.48
%31.73
%34.79

CMYK Percentages of Color #e6daef

%4
%9
%0
%6

Triadic Colors of #e6daef

#e6daef #efe6da #daefe6

Analogous Colors of #e6daef

#e6daef #efdaee #dcdaef

Monochromatic Colors of #e6daef

#e6daef

Complementary Color

#e6daef #e3efda

#e6daef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6daef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6daef Color CSS Codes

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

#e6daef Text Font Color

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

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


#e6daef Background Color

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

This div background color is #e6daef


#e6daef Border Color

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

This div border color is #e6daef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6daef


Comments

No comments written yet.

Please login to write comment.