Color Hex Logo

#deaad1 Color Hex

#DEAAD1
(222,170,209)
0 Favorites   0 Comments

Color spaces of #deaad1

RGB 222170209
HSL0.880.440.77
HSV315°23°87°
CMYK 0.000.230.06   0.13
XYZ56.007548.882566.8049
Yxy48.88250.32620.2847
Hunter Lab69.916020.6376-7.7105
CIE-Lab75.378225.3138-12.3981

#deaad1 color RGB value is (222,170,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101010 11010001
Octal 336 252 321
Decimal 222 170 209
Hex DE AA D1

RGB Percentages of Color #deaad1

%36.94
%28.29
%34.78

CMYK Percentages of Color #deaad1

%0
%23
%6
%13

Triadic Colors of #deaad1

#deaad1 #d1deaa #aad1de

Analogous Colors of #deaad1

#deaad1 #deaab7 #d1aade

Monochromatic Colors of #deaad1

#deaad1

Complementary Color

#deaad1 #aadeb7

#deaad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaad1 Color CSS Codes

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

#deaad1 Text Font Color

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

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


#deaad1 Background Color

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

This div background color is #deaad1


#deaad1 Border Color

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

This div border color is #deaad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaad1


Comments

No comments written yet.

Please login to write comment.