Color Hex Logo

#dab69d Color Hex

#DAB69D
(218,182,157)
0 Favorites   0 Comments

Color spaces of #dab69d

RGB 218182157
HSL0.070.450.74
HSV25°28°85°
CMYK 0.000.170.28   0.15
XYZ51.727250.795638.9765
Yxy50.79560.36560.3590
Hunter Lab71.27104.827717.4654
CIE-Lab76.55509.278317.5703

#dab69d color RGB value is (218,182,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110110 10011101
Octal 332 266 235
Decimal 218 182 157
Hex DA B6 9D

RGB Percentages of Color #dab69d

%39.14
%32.68
%28.19

CMYK Percentages of Color #dab69d

%0
%17
%28
%15

Triadic Colors of #dab69d

#dab69d #9ddab6 #b69dda

Analogous Colors of #dab69d

#dab69d #dad59d #da9da3

Monochromatic Colors of #dab69d

#dab69d

Complementary Color

#dab69d #9dc1da

#dab69d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab69d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab69d Color CSS Codes

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

#dab69d Text Font Color

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

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


#dab69d Background Color

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

This div background color is #dab69d


#dab69d Border Color

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

This div border color is #dab69d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab69d


Comments

No comments written yet.

Please login to write comment.