Color Hex Logo

#dcad9d Color Hex

#DCAD9D
(220,173,157)
0 Favorites   0 Comments

Color spaces of #dcad9d

RGB 220173157
HSL0.040.470.74
HSV15°29°86°
CMYK 0.000.210.29   0.14
XYZ50.544647.537138.4099
Yxy47.53710.37030.3483
Hunter Lab68.947210.199415.2330
CIE-Lab74.532014.863214.7738

#dcad9d color RGB value is (220,173,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 10011101
Octal 334 255 235
Decimal 220 173 157
Hex DC AD 9D

RGB Percentages of Color #dcad9d

%40.00
%31.45
%28.55

CMYK Percentages of Color #dcad9d

%0
%21
%29
%14

Triadic Colors of #dcad9d

#dcad9d #9ddcad #ad9ddc

Analogous Colors of #dcad9d

#dcad9d #dccd9d #dc9dad

Monochromatic Colors of #dcad9d

#dcad9d

Complementary Color

#dcad9d #9dccdc

#dcad9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcad9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcad9d Color CSS Codes

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

#dcad9d Text Font Color

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

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


#dcad9d Background Color

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

This div background color is #dcad9d


#dcad9d Border Color

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

This div border color is #dcad9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcad9d


Comments

No comments written yet.

Please login to write comment.