Color Hex Logo

#dcdcab Color Hex

#DCDCAB
(220,220,171)
0 Favorites   0 Comments

Color spaces of #dcdcab

RGB 220220171
HSL0.170.410.77
HSV60°22°86°
CMYK 0.000.000.22   0.14
XYZ62.459169.342348.6205
Yxy69.34230.34620.3843
Hunter Lab83.2720-11.840123.6724
CIE-Lab86.6733-7.857724.1549

#dcdcab color RGB value is (220,220,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011100 10101011
Octal 334 334 253
Decimal 220 220 171
Hex DC DC AB

RGB Percentages of Color #dcdcab

%36.01
%36.01
%27.99

CMYK Percentages of Color #dcdcab

%0
%0
%22
%14

Triadic Colors of #dcdcab

#dcdcab #abdcdc #dcabdc

Analogous Colors of #dcdcab

#dcdcab #c4dcab #dcc4ab

Monochromatic Colors of #dcdcab

#dcdcab

Complementary Color

#dcdcab #ababdc

#dcdcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdcab Color CSS Codes

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

#dcdcab Text Font Color

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

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


#dcdcab Background Color

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

This div background color is #dcdcab


#dcdcab Border Color

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

This div border color is #dcdcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdcab


Comments

No comments written yet.

Please login to write comment.