Color Hex Logo

#daac9d Color Hex

#DAAC9D
(218,172,157)
0 Favorites   0 Comments

Color spaces of #daac9d

RGB 218172157
HSL0.040.450.74
HSV15°28°85°
CMYK 0.000.210.28   0.15
XYZ49.751846.844838.3180
Yxy46.84480.36880.3472
Hunter Lab68.44339.977014.7167
CIE-Lab74.090414.637714.1251

#daac9d color RGB value is (218,172,157).

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

The process color (four color CMYK) of #daac9d color hex is 0.00, 0.21, 0.28, 0.15. Web safe color of #daac9d is #cc9999. Color #daac9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101100 10011101
Octal 332 254 235
Decimal 218 172 157
Hex DA AC 9D

RGB Percentages of Color #daac9d

%39.85
%31.44
%28.70

CMYK Percentages of Color #daac9d

%0
%21
%28
%15

Triadic Colors of #daac9d

#daac9d #9ddaac #ac9dda

Analogous Colors of #daac9d

#daac9d #dacb9d #da9dad

Monochromatic Colors of #daac9d

#daac9d

Complementary Color

#daac9d #9dcbda

#daac9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daac9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daac9d Color CSS Codes

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

#daac9d Text Font Color

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

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


#daac9d Background Color

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

This div background color is #daac9d


#daac9d Border Color

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

This div border color is #daac9d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,172,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 #daac9d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daac9d


Comments

No comments written yet.

Please login to write comment.