Color Hex Logo

#dab76e Color Hex

#DAB76E
(218,183,110)
0 Favorites   0 Comments

Color spaces of #dab76e

RGB 218183110
HSL0.110.590.64
HSV41°50°85°
CMYK 0.000.160.50   0.15
XYZ48.661449.898221.8184
Yxy49.89820.40420.4145
Hunter Lab70.6387-0.653031.1340
CIE-Lab76.00673.411941.5968

#dab76e color RGB value is (218,183,110).

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

The process color (four color CMYK) of #dab76e color hex is 0.00, 0.16, 0.50, 0.15. Web safe color of #dab76e is #cccc66. Color #dab76e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110111 01101110
Octal 332 267 156
Decimal 218 183 110
Hex DA B7 6E

RGB Percentages of Color #dab76e

%42.66
%35.81
%21.53

CMYK Percentages of Color #dab76e

%0
%16
%50
%15

Triadic Colors of #dab76e

#dab76e #6edab7 #b76eda

Analogous Colors of #dab76e

#dab76e #c7da6e #da816e

Monochromatic Colors of #dab76e

#dab76e

Complementary Color

#dab76e #6e91da

#dab76e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab76e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab76e Color CSS Codes

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

#dab76e Text Font Color

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

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


#dab76e Background Color

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

This div background color is #dab76e


#dab76e Border Color

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

This div border color is #dab76e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab76e


Comments

No comments written yet.

Please login to write comment.