Color Hex Logo

#dab69f Color Hex

#DAB69F
(218,182,159)
0 Favorites   0 Comments

Color spaces of #dab69f

RGB 218182159
HSL0.060.440.74
HSV23°27°85°
CMYK 0.000.170.27   0.15
XYZ51.899450.864539.8833
Yxy50.86450.36380.3566
Hunter Lab71.31945.086416.7673
CIE-Lab76.59699.550516.5495

#dab69f color RGB value is (218,182,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110110 10011111
Octal 332 266 237
Decimal 218 182 159
Hex DA B6 9F

RGB Percentages of Color #dab69f

%39.00
%32.56
%28.44

CMYK Percentages of Color #dab69f

%0
%17
%27
%15

Triadic Colors of #dab69f

#dab69f #9fdab6 #b69fda

Analogous Colors of #dab69f

#dab69f #dad49f #da9fa6

Monochromatic Colors of #dab69f

#dab69f

Complementary Color

#dab69f #9fc3da

#dab69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab69f Color CSS Codes

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

#dab69f Text Font Color

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

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


#dab69f Background Color

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

This div background color is #dab69f


#dab69f Border Color

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

This div border color is #dab69f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,182,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 #dab69f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab69f


Comments

No comments written yet.

Please login to write comment.