Color Hex Logo

#dab79f Color Hex

#DAB79F
(218,183,159)
1 Favorites   0 Comments

Color spaces of #dab79f

RGB 218183159
HSL0.070.440.74
HSV24°27°85°
CMYK 0.000.160.27   0.15
XYZ52.104951.275639.9518
Yxy51.27560.36350.3577
Hunter Lab71.60704.573517.0451
CIE-Lab76.84579.016816.8966

#dab79f color RGB value is (218,183,159).

#dab79f hex color red value is 218, green value is 183 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dab79f hue: 0.07 , saturation: 0.44 and the lightness value of dab79f is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110111 10011111
Octal 332 267 237
Decimal 218 183 159
Hex DA B7 9F

RGB Percentages of Color #dab79f

%38.93
%32.68
%28.39

CMYK Percentages of Color #dab79f

%0
%16
%27
%15

Triadic Colors of #dab79f

#dab79f #9fdab7 #b79fda

Analogous Colors of #dab79f

#dab79f #dad59f #da9fa5

Monochromatic Colors of #dab79f

#dab79f

Complementary Color

#dab79f #9fc2da

#dab79f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab79f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab79f Color CSS Codes

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

#dab79f Text Font Color

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

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


#dab79f Background Color

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

This div background color is #dab79f


#dab79f Border Color

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

This div border color is #dab79f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab79f

#dab79f Color Palettes


Comments

No comments written yet.

Please login to write comment.