Color Hex Logo

#deaed0 Color Hex

#DEAED0
(222,174,208)
0 Favorites   0 Comments

Color spaces of #deaed0

RGB 222174208
HSL0.880.420.78
HSV318°22°87°
CMYK 0.000.220.06   0.13
XYZ56.645450.355866.4086
Yxy50.35580.32670.2904
Hunter Lab70.961818.3048-5.8124
CIE-Lab76.287122.9813-10.4942

#deaed0 color RGB value is (222,174,208).

#deaed0 hex color red value is 222, green value is 174 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #deaed0 hue: 0.88 , saturation: 0.42 and the lightness value of deaed0 is 0.78.

The process color (four color CMYK) of #deaed0 color hex is 0.00, 0.22, 0.06, 0.13. Web safe color of #deaed0 is #cc99cc. Color #deaed0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101110 11010000
Octal 336 256 320
Decimal 222 174 208
Hex DE AE D0

RGB Percentages of Color #deaed0

%36.75
%28.81
%34.44

CMYK Percentages of Color #deaed0

%0
%22
%6
%13

Triadic Colors of #deaed0

#deaed0 #d0deae #aed0de

Analogous Colors of #deaed0

#deaed0 #deaeb8 #d4aede

Monochromatic Colors of #deaed0

#deaed0

Complementary Color

#deaed0 #aedebc

#deaed0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaed0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaed0 Color CSS Codes

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

#deaed0 Text Font Color

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

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


#deaed0 Background Color

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

This div background color is #deaed0


#deaed0 Border Color

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

This div border color is #deaed0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaed0


Comments

No comments written yet.

Please login to write comment.