Color Hex Logo

#dcadbd Color Hex

#DCADBD
(220,173,189)
0 Favorites   0 Comments

Color spaces of #dcadbd

RGB 220173189
HSL0.940.400.77
HSV340°21°86°
CMYK 0.000.210.14   0.14
XYZ53.644148.776954.7316
Yxy48.77690.34140.3104
Hunter Lab69.840514.88412.4248
CIE-Lab75.312319.6164-1.5865

#dcadbd color RGB value is (220,173,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 10111101
Octal 334 255 275
Decimal 220 173 189
Hex DC AD BD

RGB Percentages of Color #dcadbd

%37.80
%29.73
%32.47

CMYK Percentages of Color #dcadbd

%0
%21
%14
%14

Triadic Colors of #dcadbd

#dcadbd #bddcad #adbddc

Analogous Colors of #dcadbd

#dcadbd #dcb5ad #dcadd5

Monochromatic Colors of #dcadbd

#dcadbd

Complementary Color

#dcadbd #addccc

#dcadbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcadbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcadbd Color CSS Codes

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

#dcadbd Text Font Color

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

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


#dcadbd Background Color

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

This div background color is #dcadbd


#dcadbd Border Color

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

This div border color is #dcadbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcadbd


Comments

No comments written yet.

Please login to write comment.