Color Hex Logo

#dab56f Color Hex

#DAB56F
(218,181,111)
0 Favorites   0 Comments

Color spaces of #dab56f

RGB 218181111
HSL0.110.590.65
HSV39°49°85°
CMYK 0.000.170.49   0.15
XYZ48.306649.100921.9703
Yxy49.10090.40470.4113
Hunter Lab70.07200.429130.4607
CIE-Lab75.51414.561040.4764

#dab56f color RGB value is (218,181,111).

#dab56f hex color red value is 218, green value is 181 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #dab56f hue: 0.11 , saturation: 0.59 and the lightness value of dab56f is 0.65.

The process color (four color CMYK) of #dab56f color hex is 0.00, 0.17, 0.49, 0.15. Web safe color of #dab56f is #cccc66. Color #dab56f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110101 01101111
Octal 332 265 157
Decimal 218 181 111
Hex DA B5 6F

RGB Percentages of Color #dab56f

%42.75
%35.49
%21.76

CMYK Percentages of Color #dab56f

%0
%17
%49
%15

Triadic Colors of #dab56f

#dab56f #6fdab5 #b56fda

Analogous Colors of #dab56f

#dab56f #cada6f #da806f

Monochromatic Colors of #dab56f

#dab56f

Complementary Color

#dab56f #6f94da

#dab56f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab56f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab56f Color CSS Codes

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

#dab56f Text Font Color

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

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


#dab56f Background Color

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

This div background color is #dab56f


#dab56f Border Color

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

This div border color is #dab56f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab56f


Comments

No comments written yet.

Please login to write comment.