Color Hex Logo

#dab79a Color Hex

#DAB79A
(218,183,154)
0 Favorites   0 Comments

Color spaces of #dab79a

RGB 218183154
HSL0.080.460.73
HSV27°29°85°
CMYK 0.000.160.29   0.15
XYZ51.679751.105537.7124
Yxy51.10550.36780.3637
Hunter Lab71.48813.935818.7642
CIE-Lab76.74298.343719.4462

#dab79a color RGB value is (218,183,154).

#dab79a hex color red value is 218, green value is 183 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #dab79a hue: 0.08 , saturation: 0.46 and the lightness value of dab79a is 0.73.

The process color (four color CMYK) of #dab79a color hex is 0.00, 0.16, 0.29, 0.15. Web safe color of #dab79a is #cccc99. Color #dab79a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110111 10011010
Octal 332 267 232
Decimal 218 183 154
Hex DA B7 9A

RGB Percentages of Color #dab79a

%39.28
%32.97
%27.75

CMYK Percentages of Color #dab79a

%0
%16
%29
%15

Triadic Colors of #dab79a

#dab79a #9adab7 #b79ada

Analogous Colors of #dab79a

#dab79a #dad79a #da9a9d

Monochromatic Colors of #dab79a

#dab79a

Complementary Color

#dab79a #9abdda

#dab79a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab79a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab79a Color CSS Codes

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

#dab79a Text Font Color

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

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


#dab79a Background Color

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

This div background color is #dab79a


#dab79a Border Color

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

This div border color is #dab79a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab79a


Comments

No comments written yet.

Please login to write comment.