Color Hex Logo

#deaddc Color Hex

#DEADDC
(222,173,220)
0 Favorites   0 Comments

Color spaces of #deaddc

RGB 222173220
HSL0.840.430.77
HSV302°22°87°
CMYK 0.000.220.01   0.13
XYZ57.986050.584074.4176
Yxy50.58400.31690.2764
Hunter Lab71.122421.0665-12.2513
CIE-Lab76.426325.6748-16.8156

#deaddc color RGB value is (222,173,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101101 11011100
Octal 336 255 334
Decimal 222 173 220
Hex DE AD DC

RGB Percentages of Color #deaddc

%36.10
%28.13
%35.77

CMYK Percentages of Color #deaddc

%0
%22
%1
%13

Triadic Colors of #deaddc

#deaddc #dcdead #addcde

Analogous Colors of #deaddc

#deaddc #deadc4 #c8adde

Monochromatic Colors of #deaddc

#deaddc

Complementary Color

#deaddc #addeaf

#deaddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaddc Color CSS Codes

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

#deaddc Text Font Color

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

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


#deaddc Background Color

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

This div background color is #deaddc


#deaddc Border Color

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

This div border color is #deaddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaddc


Comments

No comments written yet.

Please login to write comment.