Color Hex Logo

#dcbbab Color Hex

#DCBBAB
(220,187,171)
0 Favorites   0 Comments

Color spaces of #dcbbab

RGB 220187171
HSL0.050.410.77
HSV20°22°86°
CMYK 0.000.150.22   0.14
XYZ54.636253.696646.0129
Yxy53.69660.35400.3479
Hunter Lab73.27804.853514.0650
CIE-Lab78.28459.337112.4747

#dcbbab color RGB value is (220,187,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 10101011
Octal 334 273 253
Decimal 220 187 171
Hex DC BB AB

RGB Percentages of Color #dcbbab

%38.06
%32.35
%29.58

CMYK Percentages of Color #dcbbab

%0
%15
%22
%14

Triadic Colors of #dcbbab

#dcbbab #abdcbb #bbabdc

Analogous Colors of #dcbbab

#dcbbab #dcd4ab #dcabb4

Monochromatic Colors of #dcbbab

#dcbbab

Complementary Color

#dcbbab #abccdc

#dcbbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbbab Color CSS Codes

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

#dcbbab Text Font Color

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

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


#dcbbab Background Color

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

This div background color is #dcbbab


#dcbbab Border Color

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

This div border color is #dcbbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbbab


Comments

No comments written yet.

Please login to write comment.