Color Hex Logo

#e6deef Color Hex

#E6DEEF
(230,222,239)
0 Favorites   0 Comments

Color spaces of #e6deef

RGB 230222239
HSL0.750.350.90
HSV268°94°
CMYK 0.040.070.00   0.06
XYZ74.334475.297592.2774
Yxy75.29750.30730.3113
Hunter Lab86.77411.0559-2.3083
CIE-Lab89.53225.7870-7.3151

#e6deef color RGB value is (230,222,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011110 11101111
Octal 346 336 357
Decimal 230 222 239
Hex E6 DE EF

RGB Percentages of Color #e6deef

%33.29
%32.13
%34.59

CMYK Percentages of Color #e6deef

%4
%7
%0
%6

Triadic Colors of #e6deef

#e6deef #efe6de #deefe6

Analogous Colors of #e6deef

#e6deef #efdeef #dedfef

Monochromatic Colors of #e6deef

#e6deef

Complementary Color

#e6deef #e7efde

#e6deef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6deef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6deef Color CSS Codes

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

#e6deef Text Font Color

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

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


#e6deef Background Color

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

This div background color is #e6deef


#e6deef Border Color

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

This div border color is #e6deef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6deef


Comments

No comments written yet.

Please login to write comment.