Color Hex Logo

#dccabd Color Hex

#DCCABD
(220,202,189)
0 Favorites   0 Comments

Color spaces of #dccabd

RGB 220202189
HSL0.070.310.80
HSV25°14°86°
CMYK 0.000.080.14   0.14
XYZ59.821061.130856.7906
Yxy61.13080.33660.3439
Hunter Lab78.1862-0.253811.6650
CIE-Lab82.44904.14198.7485

#dccabd color RGB value is (220,202,189).

#dccabd hex color red value is 220, green value is 202 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dccabd hue: 0.07 , saturation: 0.31 and the lightness value of dccabd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 10111101
Octal 334 312 275
Decimal 220 202 189
Hex DC CA BD

RGB Percentages of Color #dccabd

%36.01
%33.06
%30.93

CMYK Percentages of Color #dccabd

%0
%8
%14
%14

Triadic Colors of #dccabd

#dccabd #bddcca #cabddc

Analogous Colors of #dccabd

#dccabd #dcdabd #dcbdc0

Monochromatic Colors of #dccabd

#dccabd

Complementary Color

#dccabd #bdcfdc

#dccabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccabd Color CSS Codes

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

#dccabd Text Font Color

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

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


#dccabd Background Color

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

This div background color is #dccabd


#dccabd Border Color

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

This div border color is #dccabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccabd


Comments

No comments written yet.

Please login to write comment.