Color Hex Logo

#dcbaab Color Hex

#DCBAAB
(220,186,171)
0 Favorites   0 Comments

Color spaces of #dcbaab

RGB 220186171
HSL0.050.410.77
HSV18°22°86°
CMYK 0.000.150.22   0.14
XYZ54.424853.273745.9424
Yxy53.27370.35420.3467
Hunter Lab72.98885.369713.7724
CIE-Lab78.03639.869912.1235

#dcbaab color RGB value is (220,186,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 10101011
Octal 334 272 253
Decimal 220 186 171
Hex DC BA AB

RGB Percentages of Color #dcbaab

%38.13
%32.24
%29.64

CMYK Percentages of Color #dcbaab

%0
%15
%22
%14

Triadic Colors of #dcbaab

#dcbaab #abdcba #baabdc

Analogous Colors of #dcbaab

#dcbaab #dcd3ab #dcabb5

Monochromatic Colors of #dcbaab

#dcbaab

Complementary Color

#dcbaab #abcddc

#dcbaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbaab Color CSS Codes

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

#dcbaab Text Font Color

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

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


#dcbaab Background Color

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

This div background color is #dcbaab


#dcbaab Border Color

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

This div border color is #dcbaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbaab


Comments

No comments written yet.

Please login to write comment.