Color Hex Logo

#deaaee Color Hex

#DEAAEE
(222,170,238)
0 Favorites   0 Comments

Color spaces of #deaaee

RGB 222170238
HSL0.790.670.80
HSV286°29°93°
CMYK 0.070.290.00   0.07
XYZ59.931550.452187.4684
Yxy50.45210.30290.2550
Hunter Lab71.029626.3081-23.2910
CIE-Lab76.345930.7119-26.7033

#deaaee color RGB value is (222,170,238).

#deaaee hex color red value is 222, green value is 170 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #deaaee hue: 0.79 , saturation: 0.67 and the lightness value of deaaee is 0.80.

The process color (four color CMYK) of #deaaee color hex is 0.07, 0.29, 0.00, 0.07. Web safe color of #deaaee is #cc99ff. Color #deaaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101010 11101110
Octal 336 252 356
Decimal 222 170 238
Hex DE AA EE

RGB Percentages of Color #deaaee

%35.24
%26.98
%37.78

CMYK Percentages of Color #deaaee

%7
%29
%0
%7

Triadic Colors of #deaaee

#deaaee #eedeaa #aaeede

Analogous Colors of #deaaee

#deaaee #eeaadc #bcaaee

Monochromatic Colors of #deaaee

#deaaee

Complementary Color

#deaaee #baeeaa

#deaaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaaee Color CSS Codes

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

#deaaee Text Font Color

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

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


#deaaee Background Color

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

This div background color is #deaaee


#deaaee Border Color

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

This div border color is #deaaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaaee

#deaaee Color Palettes


Comments

No comments written yet.

Please login to write comment.