Color Hex Logo

#dacd9c Color Hex

#DACD9C
(218,205,156)
0 Favorites   0 Comments

Color spaces of #dacd9c

RGB 218205156
HSL0.130.460.73
HSV47°28°85°
CMYK 0.000.060.28   0.15
XYZ56.745560.968440.2298
Yxy60.96840.35930.3860
Hunter Lab78.0823-6.920924.1100
CIE-Lab82.3618-2.954726.0758

#dacd9c color RGB value is (218,205,156).

#dacd9c hex color red value is 218, green value is 205 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #dacd9c hue: 0.13 , saturation: 0.46 and the lightness value of dacd9c is 0.73.

The process color (four color CMYK) of #dacd9c color hex is 0.00, 0.06, 0.28, 0.15. Web safe color of #dacd9c is #cccc99. Color #dacd9c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001101 10011100
Octal 332 315 234
Decimal 218 205 156
Hex DA CD 9C

RGB Percentages of Color #dacd9c

%37.65
%35.41
%26.94

CMYK Percentages of Color #dacd9c

%0
%6
%28
%15

Triadic Colors of #dacd9c

#dacd9c #9cdacd #cd9cda

Analogous Colors of #dacd9c

#dacd9c #c8da9c #daae9c

Monochromatic Colors of #dacd9c

#dacd9c

Complementary Color

#dacd9c #9ca9da

#dacd9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacd9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacd9c Color CSS Codes

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

#dacd9c Text Font Color

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

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


#dacd9c Background Color

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

This div background color is #dacd9c


#dacd9c Border Color

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

This div border color is #dacd9c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,205,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dacd9c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dacd9c;
  -webkit-box-shadow: 1px 1px 3px 2px #dacd9c;
  box-shadow:         1px 1px 3px 2px #dacd9c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,205,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacd9c


Comments

No comments written yet.

Please login to write comment.