Color Hex Logo

#deadd2 Color Hex

#DEADD2
(222,173,210)
0 Favorites   0 Comments

Color spaces of #deadd2

RGB 222173210
HSL0.870.430.77
HSV315°22°87°
CMYK 0.000.220.05   0.13
XYZ56.700650.069967.6488
Yxy50.06990.32510.2871
Hunter Lab70.760119.2033-7.1510
CIE-Lab76.112123.8722-11.8453

#deadd2 color RGB value is (222,173,210).

#deadd2 hex color red value is 222, green value is 173 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #deadd2 hue: 0.87 , saturation: 0.43 and the lightness value of deadd2 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101101 11010010
Octal 336 255 322
Decimal 222 173 210
Hex DE AD D2

RGB Percentages of Color #deadd2

%36.69
%28.60
%34.71

CMYK Percentages of Color #deadd2

%0
%22
%5
%13

Triadic Colors of #deadd2

#deadd2 #d2dead #add2de

Analogous Colors of #deadd2

#deadd2 #deadba #d2adde

Monochromatic Colors of #deadd2

#deadd2

Complementary Color

#deadd2 #addeb9

#deadd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deadd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deadd2 Color CSS Codes

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

#deadd2 Text Font Color

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

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


#deadd2 Background Color

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

This div background color is #deadd2


#deadd2 Border Color

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

This div border color is #deadd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deadd2


Comments

No comments written yet.

Please login to write comment.