Color Hex Logo

#dcadab Color Hex

#DCADAB
(220,173,171)
0 Favorites   0 Comments

Color spaces of #dcadab

RGB 220173171
HSL0.010.410.77
HSV22°86°
CMYK 0.000.210.22   0.14
XYZ51.809548.043145.0707
Yxy48.04310.35750.3315
Hunter Lab69.313112.12559.9660
CIE-Lab74.852116.83497.5883

#dcadab color RGB value is (220,173,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 10101011
Octal 334 255 253
Decimal 220 173 171
Hex DC AD AB

RGB Percentages of Color #dcadab

%39.01
%30.67
%30.32

CMYK Percentages of Color #dcadab

%0
%21
%22
%14

Triadic Colors of #dcadab

#dcadab #abdcad #adabdc

Analogous Colors of #dcadab

#dcadab #dcc6ab #dcabc2

Monochromatic Colors of #dcadab

#dcadab

Complementary Color

#dcadab #abdadc

#dcadab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcadab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcadab Color CSS Codes

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

#dcadab Text Font Color

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

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


#dcadab Background Color

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

This div background color is #dcadab


#dcadab Border Color

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

This div border color is #dcadab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcadab


Comments

No comments written yet.

Please login to write comment.