Color Hex Logo

#dacd8c Color Hex

#DACD8C
(218,205,140)
0 Favorites   0 Comments

Color spaces of #dacd8c

RGB 218205140
HSL0.140.510.70
HSV50°36°85°
CMYK 0.000.060.36   0.15
XYZ55.478460.461533.5572
Yxy60.46150.37110.4044
Hunter Lab77.7570-8.717828.8424
CIE-Lab82.0884-4.933834.0232

#dacd8c color RGB value is (218,205,140).

#dacd8c hex color red value is 218, green value is 205 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #dacd8c hue: 0.14 , saturation: 0.51 and the lightness value of dacd8c is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001101 10001100
Octal 332 315 214
Decimal 218 205 140
Hex DA CD 8C

RGB Percentages of Color #dacd8c

%38.72
%36.41
%24.87

CMYK Percentages of Color #dacd8c

%0
%6
%36
%15

Triadic Colors of #dacd8c

#dacd8c #8cdacd #cd8cda

Analogous Colors of #dacd8c

#dacd8c #c0da8c #daa68c

Monochromatic Colors of #dacd8c

#dacd8c

Complementary Color

#dacd8c #8c99da

#dacd8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacd8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacd8c Color CSS Codes

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

#dacd8c Text Font Color

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

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


#dacd8c Background Color

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

This div background color is #dacd8c


#dacd8c Border Color

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

This div border color is #dacd8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacd8c


Comments

No comments written yet.

Please login to write comment.