Color Hex Logo

#dcadaa Color Hex

#DCADAA
(220,173,170)
0 Favorites   0 Comments

Color spaces of #dcadaa

RGB 220173170
HSL0.010.420.76
HSV23°86°
CMYK 0.000.210.23   0.14
XYZ51.714548.005144.5705
Yxy48.00510.35840.3327
Hunter Lab69.285711.981510.3596
CIE-Lab74.828116.68848.1005

#dcadaa color RGB value is (220,173,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 10101010
Octal 334 255 252
Decimal 220 173 170
Hex DC AD AA

RGB Percentages of Color #dcadaa

%39.08
%30.73
%30.20

CMYK Percentages of Color #dcadaa

%0
%21
%23
%14

Triadic Colors of #dcadaa

#dcadaa #aadcad #adaadc

Analogous Colors of #dcadaa

#dcadaa #dcc6aa #dcaac0

Monochromatic Colors of #dcadaa

#dcadaa

Complementary Color

#dcadaa #aad9dc

#dcadaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcadaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcadaa Color CSS Codes

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

#dcadaa Text Font Color

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

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


#dcadaa Background Color

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

This div background color is #dcadaa


#dcadaa Border Color

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

This div border color is #dcadaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcadaa


Comments

No comments written yet.

Please login to write comment.