Color Hex Logo

#dcadcb Color Hex

#DCADCB
(220,173,203)
0 Favorites   0 Comments

Color spaces of #dcadcb

RGB 220173203
HSL0.890.400.77
HSV322°21°86°
CMYK 0.000.210.08   0.14
XYZ55.238349.414663.1265
Yxy49.41460.32920.2945
Hunter Lab70.295517.2483-4.0365
CIE-Lab75.708521.9619-8.6503

#dcadcb color RGB value is (220,173,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 11001011
Octal 334 255 313
Decimal 220 173 203
Hex DC AD CB

RGB Percentages of Color #dcadcb

%36.91
%29.03
%34.06

CMYK Percentages of Color #dcadcb

%0
%21
%8
%14

Triadic Colors of #dcadcb

#dcadcb #cbdcad #adcbdc

Analogous Colors of #dcadcb

#dcadcb #dcadb4 #d6addc

Monochromatic Colors of #dcadcb

#dcadcb

Complementary Color

#dcadcb #addcbe

#dcadcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcadcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcadcb Color CSS Codes

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

#dcadcb Text Font Color

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

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


#dcadcb Background Color

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

This div background color is #dcadcb


#dcadcb Border Color

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

This div border color is #dcadcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcadcb


Comments

No comments written yet.

Please login to write comment.