Color Hex Logo

#daccaa Color Hex

#DACCAA
(218,204,170)
0 Favorites   0 Comments

Color spaces of #daccaa

RGB 218204170
HSL0.120.390.76
HSV43°22°85°
CMYK 0.000.060.22   0.15
XYZ57.762060.993446.7587
Yxy60.99340.34900.3685
Hunter Lab78.0983-4.652219.1709
CIE-Lab82.3752-0.513618.7211

#daccaa color RGB value is (218,204,170).

#daccaa hex color red value is 218, green value is 204 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #daccaa hue: 0.12 , saturation: 0.39 and the lightness value of daccaa is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001100 10101010
Octal 332 314 252
Decimal 218 204 170
Hex DA CC AA

RGB Percentages of Color #daccaa

%36.82
%34.46
%28.72

CMYK Percentages of Color #daccaa

%0
%6
%22
%15

Triadic Colors of #daccaa

#daccaa #aadacc #ccaada

Analogous Colors of #daccaa

#daccaa #d0daaa #dab4aa

Monochromatic Colors of #daccaa

#daccaa

Complementary Color

#daccaa #aab8da

#daccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#daccaa Color CSS Codes

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

#daccaa Text Font Color

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

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


#daccaa Background Color

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

This div background color is #daccaa


#daccaa Border Color

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

This div border color is #daccaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daccaa


Comments

No comments written yet.

Please login to write comment.