Color Hex Logo

#daab7f Color Hex

#DAAB7F
(218,171,127)
0 Favorites   0 Comments

Color spaces of #daab7f

RGB 218171127
HSL0.080.550.68
HSV29°42°85°
CMYK 0.000.220.42   0.15
XYZ47.307145.563626.3800
Yxy45.56360.39670.3821
Hunter Lab67.50086.973124.0794
CIE-Lab73.261511.499329.2177

#daab7f color RGB value is (218,171,127).

#daab7f hex color red value is 218, green value is 171 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #daab7f hue: 0.08 , saturation: 0.55 and the lightness value of daab7f is 0.68.

The process color (four color CMYK) of #daab7f color hex is 0.00, 0.22, 0.42, 0.15. Web safe color of #daab7f is #cc9966. Color #daab7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 01111111
Octal 332 253 177
Decimal 218 171 127
Hex DA AB 7F

RGB Percentages of Color #daab7f

%42.25
%33.14
%24.61

CMYK Percentages of Color #daab7f

%0
%22
%42
%15

Triadic Colors of #daab7f

#daab7f #7fdaab #ab7fda

Analogous Colors of #daab7f

#daab7f #dad97f #da7f81

Monochromatic Colors of #daab7f

#daab7f

Complementary Color

#daab7f #7faeda

#daab7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daab7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daab7f Color CSS Codes

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

#daab7f Text Font Color

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

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


#daab7f Background Color

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

This div background color is #daab7f


#daab7f Border Color

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

This div border color is #daab7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daab7f


Comments

No comments written yet.

Please login to write comment.