Color Hex Logo

#e6deea Color Hex

#E6DEEA
(230,222,234)
0 Favorites   0 Comments

Color spaces of #e6deea

RGB 230222234
HSL0.780.220.89
HSV280°92°
CMYK 0.020.050.00   0.08
XYZ73.605775.006188.4401
Yxy75.00610.31050.3164
Hunter Lab86.60610.14490.0787
CIE-Lab89.39594.8643-4.8893

#e6deea color RGB value is (230,222,234).

#e6deea hex color red value is 230, green value is 222 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e6deea hue: 0.78 , saturation: 0.22 and the lightness value of e6deea is 0.89.

The process color (four color CMYK) of #e6deea color hex is 0.02, 0.05, 0.00, 0.08. Web safe color of #e6deea is #ffccff. Color #e6deea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011110 11101010
Octal 346 336 352
Decimal 230 222 234
Hex E6 DE EA

RGB Percentages of Color #e6deea

%33.53
%32.36
%34.11

CMYK Percentages of Color #e6deea

%2
%5
%0
%8

Triadic Colors of #e6deea

#e6deea #eae6de #deeae6

Analogous Colors of #e6deea

#e6deea #eadee8 #e0deea

Monochromatic Colors of #e6deea

#e6deea

Complementary Color

#e6deea #e2eade

#e6deea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6deea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6deea Color CSS Codes

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

#e6deea Text Font Color

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

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


#e6deea Background Color

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

This div background color is #e6deea


#e6deea Border Color

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

This div border color is #e6deea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6deea


Comments

No comments written yet.

Please login to write comment.