Color Hex Logo

#deaae0 Color Hex

#DEAAE0
(222,170,224)
0 Favorites   0 Comments

Color spaces of #deaae0

RGB 222170224
HSL0.830.470.77
HSV298°24°88°
CMYK 0.010.240.00   0.12
XYZ57.953549.660977.0520
Yxy49.66090.31380.2689
Hunter Lab70.470523.4714-15.4980
CIE-Lab75.860728.0339-19.8457

#deaae0 color RGB value is (222,170,224).

#deaae0 hex color red value is 222, green value is 170 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #deaae0 hue: 0.83 , saturation: 0.47 and the lightness value of deaae0 is 0.77.

The process color (four color CMYK) of #deaae0 color hex is 0.01, 0.24, 0.00, 0.12. Web safe color of #deaae0 is #cc99cc. Color #deaae0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101010 11100000
Octal 336 252 340
Decimal 222 170 224
Hex DE AA E0

RGB Percentages of Color #deaae0

%36.04
%27.60
%36.36

CMYK Percentages of Color #deaae0

%1
%24
%0
%12

Triadic Colors of #deaae0

#deaae0 #e0deaa #aae0de

Analogous Colors of #deaae0

#deaae0 #e0aac7 #c3aae0

Monochromatic Colors of #deaae0

#deaae0

Complementary Color

#deaae0 #ace0aa

#deaae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaae0 Color CSS Codes

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

#deaae0 Text Font Color

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

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


#deaae0 Background Color

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

This div background color is #deaae0


#deaae0 Border Color

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

This div border color is #deaae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaae0


Comments

No comments written yet.

Please login to write comment.