Color Hex Logo

#dcc2ab Color Hex

#DCC2AB
(220,194,171)
0 Favorites   0 Comments

Color spaces of #dcc2ab

RGB 220194171
HSL0.080.410.77
HSV28°22°86°
CMYK 0.000.120.22   0.14
XYZ56.157756.739546.5201
Yxy56.73950.35230.3559
Hunter Lab75.32561.257716.1112
CIE-Lab80.03295.624914.9397

#dcc2ab color RGB value is (220,194,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 10101011
Octal 334 302 253
Decimal 220 194 171
Hex DC C2 AB

RGB Percentages of Color #dcc2ab

%37.61
%33.16
%29.23

CMYK Percentages of Color #dcc2ab

%0
%12
%22
%14

Triadic Colors of #dcc2ab

#dcc2ab #abdcc2 #c2abdc

Analogous Colors of #dcc2ab

#dcc2ab #dcdbab #dcabad

Monochromatic Colors of #dcc2ab

#dcc2ab

Complementary Color

#dcc2ab #abc5dc

#dcc2ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc2ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc2ab Color CSS Codes

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

#dcc2ab Text Font Color

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

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


#dcc2ab Background Color

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

This div background color is #dcc2ab


#dcc2ab Border Color

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

This div border color is #dcc2ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc2ab

#dcc2ab Color Palettes


Comments

No comments written yet.

Please login to write comment.