Color Hex Logo

#dab98e Color Hex

#DAB98E
(218,185,142)
0 Favorites   0 Comments

Color spaces of #dab98e

RGB 218185142
HSL0.090.510.71
HSV34°35°85°
CMYK 0.000.150.35   0.15
XYZ51.144951.556332.8469
Yxy51.55630.37730.3804
Hunter Lab71.80271.490423.1391
CIE-Lab77.01485.759126.2355

#dab98e color RGB value is (218,185,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 10001110
Octal 332 271 216
Decimal 218 185 142
Hex DA B9 8E

RGB Percentages of Color #dab98e

%40.00
%33.94
%26.06

CMYK Percentages of Color #dab98e

%0
%15
%35
%15

Triadic Colors of #dab98e

#dab98e #8edab9 #b98eda

Analogous Colors of #dab98e

#dab98e #d5da8e #da938e

Monochromatic Colors of #dab98e

#dab98e

Complementary Color

#dab98e #8eafda

#dab98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab98e Color CSS Codes

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

#dab98e Text Font Color

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

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


#dab98e Background Color

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

This div background color is #dab98e


#dab98e Border Color

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

This div border color is #dab98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab98e


Comments

No comments written yet.

Please login to write comment.