Color Hex Logo

#dcad9f Color Hex

#DCAD9F
(220,173,159)
0 Favorites   0 Comments

Color spaces of #dcad9f

RGB 220173159
HSL0.040.470.74
HSV14°28°86°
CMYK 0.000.210.28   0.14
XYZ50.716847.606039.3167
Yxy47.60600.36850.3459
Hunter Lab68.997110.462714.5127
CIE-Lab74.575715.134313.7457

#dcad9f color RGB value is (220,173,159).

#dcad9f hex color red value is 220, green value is 173 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dcad9f hue: 0.04 , saturation: 0.47 and the lightness value of dcad9f is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 10011111
Octal 334 255 237
Decimal 220 173 159
Hex DC AD 9F

RGB Percentages of Color #dcad9f

%39.86
%31.34
%28.80

CMYK Percentages of Color #dcad9f

%0
%21
%28
%14

Triadic Colors of #dcad9f

#dcad9f #9fdcad #ad9fdc

Analogous Colors of #dcad9f

#dcad9f #dccc9f #dc9fb0

Monochromatic Colors of #dcad9f

#dcad9f

Complementary Color

#dcad9f #9fcedc

#dcad9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcad9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcad9f Color CSS Codes

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

#dcad9f Text Font Color

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

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


#dcad9f Background Color

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

This div background color is #dcad9f


#dcad9f Border Color

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

This div border color is #dcad9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcad9f


Comments

No comments written yet.

Please login to write comment.