Color Hex Logo

#daaf82 Color Hex

#DAAF82
(218,175,130)
0 Favorites   0 Comments

Color spaces of #daaf82

RGB 218175130
HSL0.090.540.68
HSV31°40°85°
CMYK 0.000.200.40   0.15
XYZ48.272747.177127.6809
Yxy47.17710.39200.3831
Hunter Lab68.68565.251224.1855
CIE-Lab74.30299.688228.9966

#daaf82 color RGB value is (218,175,130).

#daaf82 hex color red value is 218, green value is 175 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #daaf82 hue: 0.09 , saturation: 0.54 and the lightness value of daaf82 is 0.68.

The process color (four color CMYK) of #daaf82 color hex is 0.00, 0.20, 0.40, 0.15. Web safe color of #daaf82 is #cc9999. Color #daaf82 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101111 10000010
Octal 332 257 202
Decimal 218 175 130
Hex DA AF 82

RGB Percentages of Color #daaf82

%41.68
%33.46
%24.86

CMYK Percentages of Color #daaf82

%0
%20
%40
%15

Triadic Colors of #daaf82

#daaf82 #82daaf #af82da

Analogous Colors of #daaf82

#daaf82 #d9da82 #da8382

Monochromatic Colors of #daaf82

#daaf82

Complementary Color

#daaf82 #82adda

#daaf82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaf82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaf82 Color CSS Codes

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

#daaf82 Text Font Color

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

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


#daaf82 Background Color

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

This div background color is #daaf82


#daaf82 Border Color

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

This div border color is #daaf82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaf82


Comments

No comments written yet.

Please login to write comment.