Color Hex Logo

#dcdabd Color Hex

#DCDABD
(220,218,189)
0 Favorites   0 Comments

Color spaces of #dcdabd

RGB 220218189
HSL0.160.310.80
HSV56°14°86°
CMYK 0.000.010.14   0.14
XYZ63.771969.032658.1076
Yxy69.03260.33400.3616
Hunter Lab83.0859-8.394016.6946
CIE-Lab86.5202-4.173414.5328

#dcdabd color RGB value is (220,218,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011010 10111101
Octal 334 332 275
Decimal 220 218 189
Hex DC DA BD

RGB Percentages of Color #dcdabd

%35.09
%34.77
%30.14

CMYK Percentages of Color #dcdabd

%0
%1
%14
%14

Triadic Colors of #dcdabd

#dcdabd #bddcda #dabddc

Analogous Colors of #dcdabd

#dcdabd #cfdcbd #dccbbd

Monochromatic Colors of #dcdabd

#dcdabd

Complementary Color

#dcdabd #bdbfdc

#dcdabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdabd Color CSS Codes

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

#dcdabd Text Font Color

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

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


#dcdabd Background Color

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

This div background color is #dcdabd


#dcdabd Border Color

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

This div border color is #dcdabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdabd

#dcdabd Color Palettes


Comments

No comments written yet.

Please login to write comment.