Color Hex Logo

#daac89 Color Hex

#DAAC89
(218,172,137)
0 Favorites   0 Comments

Color spaces of #daac89

RGB 218172137
HSL0.070.520.70
HSV26°37°85°
CMYK 0.000.210.37   0.15
XYZ48.181346.216630.0482
Yxy46.21660.38720.3714
Hunter Lab67.98287.538021.3819
CIE-Lab73.685912.095924.4193

#daac89 color RGB value is (218,172,137).

#daac89 hex color red value is 218, green value is 172 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #daac89 hue: 0.07 , saturation: 0.52 and the lightness value of daac89 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101100 10001001
Octal 332 254 211
Decimal 218 172 137
Hex DA AC 89

RGB Percentages of Color #daac89

%41.37
%32.64
%26.00

CMYK Percentages of Color #daac89

%0
%21
%37
%15

Triadic Colors of #daac89

#daac89 #89daac #ac89da

Analogous Colors of #daac89

#daac89 #dad589 #da898f

Monochromatic Colors of #daac89

#daac89

Complementary Color

#daac89 #89b7da

#daac89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daac89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daac89 Color CSS Codes

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

#daac89 Text Font Color

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

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


#daac89 Background Color

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

This div background color is #daac89


#daac89 Border Color

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

This div border color is #daac89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daac89


Comments

No comments written yet.

Please login to write comment.