Color Hex Logo

#daac87 Color Hex

#DAAC87
(218,172,135)
0 Favorites   0 Comments

Color spaces of #daac87

RGB 218172135
HSL0.070.530.69
HSV27°38°85°
CMYK 0.000.210.38   0.15
XYZ48.039146.159729.2995
Yxy46.15970.38900.3738
Hunter Lab67.94097.315621.9899
CIE-Lab73.649011.862025.4464

#daac87 color RGB value is (218,172,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101100 10000111
Octal 332 254 207
Decimal 218 172 135
Hex DA AC 87

RGB Percentages of Color #daac87

%41.52
%32.76
%25.71

CMYK Percentages of Color #daac87

%0
%21
%38
%15

Triadic Colors of #daac87

#daac87 #87daac #ac87da

Analogous Colors of #daac87

#daac87 #dad687 #da878c

Monochromatic Colors of #daac87

#daac87

Complementary Color

#daac87 #87b5da

#daac87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daac87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daac87 Color CSS Codes

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

#daac87 Text Font Color

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

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


#daac87 Background Color

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

This div background color is #daac87


#daac87 Border Color

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

This div border color is #daac87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daac87


Comments

No comments written yet.

Please login to write comment.