Color Hex Logo

#dccaac Color Hex

#DCCAAC
(220,202,172)
0 Favorites   0 Comments

Color spaces of #dccaac

RGB 220202172
HSL0.100.410.77
HSV38°22°86°
CMYK 0.000.080.22   0.14
XYZ58.082160.435347.6336
Yxy60.43530.34960.3637
Hunter Lab77.7401-2.682318.0894
CIE-Lab82.07421.564617.2669

#dccaac color RGB value is (220,202,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 10101100
Octal 334 312 254
Decimal 220 202 172
Hex DC CA AC

RGB Percentages of Color #dccaac

%37.04
%34.01
%28.96

CMYK Percentages of Color #dccaac

%0
%8
%22
%14

Triadic Colors of #dccaac

#dccaac #acdcca #caacdc

Analogous Colors of #dccaac

#dccaac #d6dcac #dcb2ac

Monochromatic Colors of #dccaac

#dccaac

Complementary Color

#dccaac #acbedc

#dccaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccaac Color CSS Codes

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

#dccaac Text Font Color

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

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


#dccaac Background Color

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

This div background color is #dccaac


#dccaac Border Color

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

This div border color is #dccaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccaac


Comments

No comments written yet.

Please login to write comment.