Color Hex Logo

#deaed5 Color Hex

#DEAED5
(222,174,213)
0 Favorites   0 Comments

Color spaces of #deaed5

RGB 222174213
HSL0.860.420.78
HSV311°22°87°
CMYK 0.000.220.04   0.13
XYZ57.270550.605869.7002
Yxy50.60580.32250.2850
Hunter Lab71.137819.2130-8.2954
CIE-Lab76.439623.8662-12.9886

#deaed5 color RGB value is (222,174,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101110 11010101
Octal 336 256 325
Decimal 222 174 213
Hex DE AE D5

RGB Percentages of Color #deaed5

%36.45
%28.57
%34.98

CMYK Percentages of Color #deaed5

%0
%22
%4
%13

Triadic Colors of #deaed5

#deaed5 #d5deae #aed5de

Analogous Colors of #deaed5

#deaed5 #deaebd #cfaede

Monochromatic Colors of #deaed5

#deaed5

Complementary Color

#deaed5 #aedeb7

#deaed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaed5 Color CSS Codes

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

#deaed5 Text Font Color

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

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


#deaed5 Background Color

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

This div background color is #deaed5


#deaed5 Border Color

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

This div border color is #deaed5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaed5


Comments

No comments written yet.

Please login to write comment.