Color Hex Logo

#deaad5 Color Hex

#DEAAD5
(222,170,213)
0 Favorites   0 Comments

Color spaces of #deaad5

RGB 222170213
HSL0.860.440.77
HSV310°23°87°
CMYK 0.000.230.04   0.13
XYZ56.509249.083169.4464
Yxy49.08310.32280.2804
Hunter Lab70.059321.3726-9.7298
CIE-Lab75.503026.0237-14.3940

#deaad5 color RGB value is (222,170,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101010 11010101
Octal 336 252 325
Decimal 222 170 213
Hex DE AA D5

RGB Percentages of Color #deaad5

%36.69
%28.10
%35.21

CMYK Percentages of Color #deaad5

%0
%23
%4
%13

Triadic Colors of #deaad5

#deaad5 #d5deaa #aad5de

Analogous Colors of #deaad5

#deaad5 #deaabb #cdaade

Monochromatic Colors of #deaad5

#deaad5

Complementary Color

#deaad5 #aadeb3

#deaad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaad5 Color CSS Codes

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

#deaad5 Text Font Color

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

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


#deaad5 Background Color

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

This div background color is #deaad5


#deaad5 Border Color

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

This div border color is #deaad5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,170,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 #deaad5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaad5


Comments

No comments written yet.

Please login to write comment.