Color Hex Logo

#dcadd4 Color Hex

#DCADD4
(220,173,212)
0 Favorites   0 Comments

Color spaces of #dcadd4

RGB 220173212
HSL0.860.400.77
HSV310°21°86°
CMYK 0.000.210.04   0.14
XYZ56.342449.856368.9410
Yxy49.85630.32170.2847
Hunter Lab70.609018.8682-8.4631
CIE-Lab75.981023.5493-13.1512

#dcadd4 color RGB value is (220,173,212).

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

The process color (four color CMYK) of #dcadd4 color hex is 0.00, 0.21, 0.04, 0.14. Web safe color of #dcadd4 is #cc99cc. Color #dcadd4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 11010100
Octal 334 255 324
Decimal 220 173 212
Hex DC AD D4

RGB Percentages of Color #dcadd4

%36.36
%28.60
%35.04

CMYK Percentages of Color #dcadd4

%0
%21
%4
%14

Triadic Colors of #dcadd4

#dcadd4 #d4dcad #add4dc

Analogous Colors of #dcadd4

#dcadd4 #dcadbd #cdaddc

Monochromatic Colors of #dcadd4

#dcadd4

Complementary Color

#dcadd4 #addcb5

#dcadd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcadd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcadd4 Color CSS Codes

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

#dcadd4 Text Font Color

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

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


#dcadd4 Background Color

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

This div background color is #dcadd4


#dcadd4 Border Color

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

This div border color is #dcadd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcadd4


Comments

No comments written yet.

Please login to write comment.