Color Hex Logo

#deadd4 Color Hex

#DEADD4
(222,173,212)
0 Favorites   0 Comments

Color spaces of #deadd4

RGB 222173212
HSL0.870.430.77
HSV312°22°87°
CMYK 0.000.220.05   0.13
XYZ56.951450.170268.9695
Yxy50.17020.32340.2849
Hunter Lab70.830919.5683-8.1502
CIE-Lab76.173624.2269-12.8427

#deadd4 color RGB value is (222,173,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101101 11010100
Octal 336 255 324
Decimal 222 173 212
Hex DE AD D4

RGB Percentages of Color #deadd4

%36.57
%28.50
%34.93

CMYK Percentages of Color #deadd4

%0
%22
%5
%13

Triadic Colors of #deadd4

#deadd4 #d4dead #add4de

Analogous Colors of #deadd4

#deadd4 #deadbc #d0adde

Monochromatic Colors of #deadd4

#deadd4

Complementary Color

#deadd4 #addeb7

#deadd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deadd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deadd4 Color CSS Codes

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

#deadd4 Text Font Color

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

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


#deadd4 Background Color

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

This div background color is #deadd4


#deadd4 Border Color

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

This div border color is #deadd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deadd4


Comments

No comments written yet.

Please login to write comment.