Color Hex Logo

#dcdbac Color Hex

#DCDBAC
(220,219,172)
0 Favorites   0 Comments

Color spaces of #dcdbac

RGB 220219172
HSL0.160.410.77
HSV59°22°86°
CMYK 0.000.000.22   0.14
XYZ62.293168.857249.0373
Yxy68.85720.34570.3821
Hunter Lab82.9802-11.215823.0487
CIE-Lab86.4333-7.208823.3056

#dcdbac color RGB value is (220,219,172).

#dcdbac hex color red value is 220, green value is 219 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dcdbac hue: 0.16 , saturation: 0.41 and the lightness value of dcdbac is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011011 10101100
Octal 334 333 254
Decimal 220 219 172
Hex DC DB AC

RGB Percentages of Color #dcdbac

%36.01
%35.84
%28.15

CMYK Percentages of Color #dcdbac

%0
%0
%22
%14

Triadic Colors of #dcdbac

#dcdbac #acdcdb #dbacdc

Analogous Colors of #dcdbac

#dcdbac #c5dcac #dcc3ac

Monochromatic Colors of #dcdbac

#dcdbac

Complementary Color

#dcdbac #acaddc

#dcdbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdbac Color CSS Codes

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

#dcdbac Text Font Color

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

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


#dcdbac Background Color

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

This div background color is #dcdbac


#dcdbac Border Color

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

This div border color is #dcdbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdbac


Comments

No comments written yet.

Please login to write comment.