Color Hex Logo

#dcccac Color Hex

#DCCCAC
(220,204,172)
0 Favorites   0 Comments

Color spaces of #dcccac

RGB 220204172
HSL0.110.410.77
HSV40°22°86°
CMYK 0.000.070.22   0.14
XYZ58.554561.379947.7911
Yxy61.37990.34910.3660
Hunter Lab78.3453-3.695218.6745
CIE-Lab82.58260.520717.9762

#dcccac color RGB value is (220,204,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 10101100
Octal 334 314 254
Decimal 220 204 172
Hex DC CC AC

RGB Percentages of Color #dcccac

%36.91
%34.23
%28.86

CMYK Percentages of Color #dcccac

%0
%7
%22
%14

Triadic Colors of #dcccac

#dcccac #acdccc #ccacdc

Analogous Colors of #dcccac

#dcccac #d4dcac #dcb4ac

Monochromatic Colors of #dcccac

#dcccac

Complementary Color

#dcccac #acbcdc

#dcccac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcccac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcccac Color CSS Codes

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

#dcccac Text Font Color

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

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


#dcccac Background Color

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

This div background color is #dcccac


#dcccac Border Color

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

This div border color is #dcccac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcccac


Comments

No comments written yet.

Please login to write comment.