Color Hex Logo

#dab56a Color Hex

#DAB56A
(218,181,106)
0 Favorites   0 Comments

Color spaces of #dab56a

RGB 218181106
HSL0.110.600.64
HSV40°51°85°
CMYK 0.000.170.51   0.15
XYZ48.038848.993820.5605
Yxy48.99380.40850.4166
Hunter Lab69.99560.014431.5811
CIE-Lab75.44754.109342.9264

#dab56a color RGB value is (218,181,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110101 01101010
Octal 332 265 152
Decimal 218 181 106
Hex DA B5 6A

RGB Percentages of Color #dab56a

%43.17
%35.84
%20.99

CMYK Percentages of Color #dab56a

%0
%17
%51
%15

Triadic Colors of #dab56a

#dab56a #6adab5 #b56ada

Analogous Colors of #dab56a

#dab56a #c7da6a #da7d6a

Monochromatic Colors of #dab56a

#dab56a

Complementary Color

#dab56a #6a8fda

#dab56a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab56a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab56a Color CSS Codes

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

#dab56a Text Font Color

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

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


#dab56a Background Color

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

This div background color is #dab56a


#dab56a Border Color

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

This div border color is #dab56a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab56a


Comments

No comments written yet.

Please login to write comment.