Color Hex Logo

#daaa87 Color Hex

#DAAA87
(218,170,135)
0 Favorites   0 Comments

Color spaces of #daaa87

RGB 218170135
HSL0.070.530.69
HSV25°38°85°
CMYK 0.000.220.38   0.15
XYZ47.661345.404129.1735
Yxy45.40410.38990.3714
Hunter Lab67.38268.337821.4980
CIE-Lab73.157212.935324.7837

#daaa87 color RGB value is (218,170,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 10000111
Octal 332 252 207
Decimal 218 170 135
Hex DA AA 87

RGB Percentages of Color #daaa87

%41.68
%32.50
%25.81

CMYK Percentages of Color #daaa87

%0
%22
%38
%15

Triadic Colors of #daaa87

#daaa87 #87daaa #aa87da

Analogous Colors of #daaa87

#daaa87 #dad487 #da878e

Monochromatic Colors of #daaa87

#daaa87

Complementary Color

#daaa87 #87b7da

#daaa87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaa87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaa87 Color CSS Codes

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

#daaa87 Text Font Color

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

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


#daaa87 Background Color

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

This div background color is #daaa87


#daaa87 Border Color

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

This div border color is #daaa87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaa87


Comments

No comments written yet.

Please login to write comment.