Color Hex Logo

#dab98c Color Hex

#DAB98C
(218,185,140)
0 Favorites   0 Comments

Color spaces of #dab98c

RGB 218185140
HSL0.100.510.70
HSV35°36°85°
CMYK 0.000.150.36   0.15
XYZ50.996051.496832.0630
Yxy51.49680.37900.3827
Hunter Lab71.76131.265923.7421
CIE-Lab76.97905.518427.2494

#dab98c color RGB value is (218,185,140).

#dab98c hex color red value is 218, green value is 185 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #dab98c hue: 0.10 , saturation: 0.51 and the lightness value of dab98c is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 10001100
Octal 332 271 214
Decimal 218 185 140
Hex DA B9 8C

RGB Percentages of Color #dab98c

%40.15
%34.07
%25.78

CMYK Percentages of Color #dab98c

%0
%15
%36
%15

Triadic Colors of #dab98c

#dab98c #8cdab9 #b98cda

Analogous Colors of #dab98c

#dab98c #d4da8c #da928c

Monochromatic Colors of #dab98c

#dab98c

Complementary Color

#dab98c #8cadda

#dab98c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab98c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab98c Color CSS Codes

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

#dab98c Text Font Color

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

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


#dab98c Background Color

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

This div background color is #dab98c


#dab98c Border Color

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

This div border color is #dab98c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab98c


Comments

No comments written yet.

Please login to write comment.