Color Hex Logo

#dcacaa Color Hex

#DCACAA
(220,172,170)
0 Favorites   0 Comments

Color spaces of #dcacaa

RGB 220172170
HSL0.010.420.76
HSV23°86°
CMYK 0.000.220.23   0.14
XYZ51.523447.623044.5068
Yxy47.62300.35870.3315
Hunter Lab69.009412.504110.0682
CIE-Lab74.586517.22657.7547

#dcacaa color RGB value is (220,172,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 10101010
Octal 334 254 252
Decimal 220 172 170
Hex DC AC AA

RGB Percentages of Color #dcacaa

%39.15
%30.60
%30.25

CMYK Percentages of Color #dcacaa

%0
%22
%23
%14

Triadic Colors of #dcacaa

#dcacaa #aadcac #acaadc

Analogous Colors of #dcacaa

#dcacaa #dcc5aa #dcaac1

Monochromatic Colors of #dcacaa

#dcacaa

Complementary Color

#dcacaa #aadadc

#dcacaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcacaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcacaa Color CSS Codes

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

#dcacaa Text Font Color

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

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


#dcacaa Background Color

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

This div background color is #dcacaa


#dcacaa Border Color

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

This div border color is #dcacaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcacaa


Comments

No comments written yet.

Please login to write comment.