Color Hex Logo

#dcad8f Color Hex

#DCAD8F
(220,173,143)
0 Favorites   0 Comments

Color spaces of #dcad8f

RGB 220173143
HSL0.060.520.71
HSV23°35°86°
CMYK 0.000.210.35   0.14
XYZ49.416747.086032.4706
Yxy47.08600.38320.3651
Hunter Lab68.61928.464519.9775
CIE-Lab74.244713.065621.9738

#dcad8f color RGB value is (220,173,143).

#dcad8f hex color red value is 220, green value is 173 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dcad8f hue: 0.06 , saturation: 0.52 and the lightness value of dcad8f is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 10001111
Octal 334 255 217
Decimal 220 173 143
Hex DC AD 8F

RGB Percentages of Color #dcad8f

%41.04
%32.28
%26.68

CMYK Percentages of Color #dcad8f

%0
%21
%35
%14

Triadic Colors of #dcad8f

#dcad8f #8fdcad #ad8fdc

Analogous Colors of #dcad8f

#dcad8f #dcd48f #dc8f98

Monochromatic Colors of #dcad8f

#dcad8f

Complementary Color

#dcad8f #8fbedc

#dcad8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcad8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcad8f Color CSS Codes

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

#dcad8f Text Font Color

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

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


#dcad8f Background Color

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

This div background color is #dcad8f


#dcad8f Border Color

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

This div border color is #dcad8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcad8f


Comments

No comments written yet.

Please login to write comment.