Color Hex Logo

#dccbad Color Hex

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

Color spaces of #dccbad

RGB 220203173
HSL0.110.400.77
HSV38°21°86°
CMYK 0.000.080.21   0.14
XYZ58.414060.944648.2199
Yxy60.94460.34860.3637
Hunter Lab78.0670-3.053918.0251
CIE-Lab82.34901.187117.1202

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

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

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

Base Numbers

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

RGB Percentages of Color #dccbad

%36.91
%34.06
%29.03

CMYK Percentages of Color #dccbad

%0
%8
%21
%14

Triadic Colors of #dccbad

#dccbad #addccb #cbaddc

Analogous Colors of #dccbad

#dccbad #d6dcad #dcb4ad

Monochromatic Colors of #dccbad

#dccbad

Complementary Color

#dccbad #adbedc

#dccbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccbad Color CSS Codes

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

#dccbad Text Font Color

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

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


#dccbad Background Color

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

This div background color is #dccbad


#dccbad Border Color

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

This div border color is #dccbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccbad


Comments

No comments written yet.

Please login to write comment.