Color Hex Logo

#dcaddf Color Hex

#DCADDF
(220,173,223)
0 Favorites   0 Comments

Color spaces of #dcaddf

RGB 220173223
HSL0.820.440.78
HSV296°22°87°
CMYK 0.010.220.00   0.13
XYZ57.778150.430576.5009
Yxy50.43050.31280.2730
Hunter Lab71.014420.9542-14.1605
CIE-Lab76.332725.5708-18.6058

#dcaddf color RGB value is (220,173,223).

#dcaddf hex color red value is 220, green value is 173 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dcaddf hue: 0.82 , saturation: 0.44 and the lightness value of dcaddf is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 11011111
Octal 334 255 337
Decimal 220 173 223
Hex DC AD DF

RGB Percentages of Color #dcaddf

%35.71
%28.08
%36.20

CMYK Percentages of Color #dcaddf

%1
%22
%0
%13

Triadic Colors of #dcaddf

#dcaddf #dfdcad #addfdc

Analogous Colors of #dcaddf

#dcaddf #dfadc9 #c3addf

Monochromatic Colors of #dcaddf

#dcaddf

Complementary Color

#dcaddf #b0dfad

#dcaddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaddf Color CSS Codes

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

#dcaddf Text Font Color

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

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


#dcaddf Background Color

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

This div background color is #dcaddf


#dcaddf Border Color

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

This div border color is #dcaddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaddf

#dcaddf Color Palettes


Comments

No comments written yet.

Please login to write comment.