Color Hex Logo

#dcaaaa Color Hex

#DCAAAA
(220,170,170)
0 Favorites   0 Comments

Color spaces of #dcaaaa

RGB 220170170
HSL0.000.420.76
HSV23°86°
CMYK 0.000.230.23   0.14
XYZ51.145646.867444.3809
Yxy46.86740.35920.3291
Hunter Lab68.459813.55099.4855
CIE-Lab74.104918.30367.0643

#dcaaaa color RGB value is (220,170,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101010 10101010
Octal 334 252 252
Decimal 220 170 170
Hex DC AA AA

RGB Percentages of Color #dcaaaa

%39.29
%30.36
%30.36

CMYK Percentages of Color #dcaaaa

%0
%23
%23
%14

Triadic Colors of #dcaaaa

#dcaaaa #aadcaa #aaaadc

Analogous Colors of #dcaaaa

#dcaaaa #dcc3aa #dcaac3

Monochromatic Colors of #dcaaaa

#dcaaaa

Complementary Color

#dcaaaa #aadcdc

#dcaaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaaaa Color CSS Codes

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

#dcaaaa Text Font Color

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

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


#dcaaaa Background Color

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

This div background color is #dcaaaa


#dcaaaa Border Color

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

This div border color is #dcaaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaaaa

#dcaaaa Color Palettes


Comments

No comments written yet.

Please login to write comment.