Color Hex Logo

#dcabaa Color Hex

#DCABAA
(220,171,170)
0 Favorites   0 Comments

Color spaces of #dcabaa

RGB 220171170
HSL0.000.420.76
HSV23°86°
CMYK 0.000.220.23   0.14
XYZ51.333847.243744.4436
Yxy47.24370.35890.3303
Hunter Lab68.734113.02759.7768
CIE-Lab74.345417.76527.4092

#dcabaa color RGB value is (220,171,170).

#dcabaa hex color red value is 220, green value is 171 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dcabaa hue: 0.00 , saturation: 0.42 and the lightness value of dcabaa is 0.76.

The process color (four color CMYK) of #dcabaa color hex is 0.00, 0.22, 0.23, 0.14. Web safe color of #dcabaa is #cc9999. Color #dcabaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 10101010
Octal 334 253 252
Decimal 220 171 170
Hex DC AB AA

RGB Percentages of Color #dcabaa

%39.22
%30.48
%30.30

CMYK Percentages of Color #dcabaa

%0
%22
%23
%14

Triadic Colors of #dcabaa

#dcabaa #aadcab #abaadc

Analogous Colors of #dcabaa

#dcabaa #dcc4aa #dcaac2

Monochromatic Colors of #dcabaa

#dcabaa

Complementary Color

#dcabaa #aadbdc

#dcabaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcabaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcabaa Color CSS Codes

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

#dcabaa Text Font Color

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

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


#dcabaa Background Color

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

This div background color is #dcabaa


#dcabaa Border Color

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

This div border color is #dcabaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,171,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dcabaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcabaa


Comments

No comments written yet.

Please login to write comment.