Color Hex Logo

#dcbdad Color Hex

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

Color spaces of #dcbdad

RGB 220189173
HSL0.060.400.77
HSV20°21°86°
CMYK 0.000.140.21   0.14
XYZ55.255654.628047.1671
Yxy54.62800.35180.3478
Hunter Lab73.91084.102613.9009
CIE-Lab78.82658.565912.1647

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

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

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

Base Numbers

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

RGB Percentages of Color #dcbdad

%37.80
%32.47
%29.73

CMYK Percentages of Color #dcbdad

%0
%14
%21
%14

Triadic Colors of #dcbdad

#dcbdad #addcbd #bdaddc

Analogous Colors of #dcbdad

#dcbdad #dcd5ad #dcadb5

Monochromatic Colors of #dcbdad

#dcbdad

Complementary Color

#dcbdad #adccdc

#dcbdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbdad Color CSS Codes

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

#dcbdad Text Font Color

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

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


#dcbdad Background Color

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

This div background color is #dcbdad


#dcbdad Border Color

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

This div border color is #dcbdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbdad


Comments

No comments written yet.

Please login to write comment.