Color Hex Logo

#dccaab Color Hex

#DCCAAB
(220,202,171)
0 Favorites   0 Comments

Color spaces of #dccaab

RGB 220202171
HSL0.110.410.77
HSV38°22°86°
CMYK 0.000.080.22   0.14
XYZ57.986460.397047.1296
Yxy60.39700.35030.3649
Hunter Lab77.7155-2.816718.4452
CIE-Lab82.05351.420717.7686

#dccaab color RGB value is (220,202,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 10101011
Octal 334 312 253
Decimal 220 202 171
Hex DC CA AB

RGB Percentages of Color #dccaab

%37.10
%34.06
%28.84

CMYK Percentages of Color #dccaab

%0
%8
%22
%14

Triadic Colors of #dccaab

#dccaab #abdcca #caabdc

Analogous Colors of #dccaab

#dccaab #d6dcab #dcb2ab

Monochromatic Colors of #dccaab

#dccaab

Complementary Color

#dccaab #abbddc

#dccaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccaab Color CSS Codes

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

#dccaab Text Font Color

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

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


#dccaab Background Color

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

This div background color is #dccaab


#dccaab Border Color

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

This div border color is #dccaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccaab


Comments

No comments written yet.

Please login to write comment.