Color Hex Logo

#dab97a Color Hex

#DAB97A
(218,185,122)
0 Favorites   0 Comments

Color spaces of #dab97a

RGB 218185122
HSL0.110.560.67
HSV39°44°85°
CMYK 0.000.150.44   0.15
XYZ49.775351.008525.6345
Yxy51.00850.39370.4035
Hunter Lab71.4202-0.582428.7135
CIE-Lab76.68423.521136.3046

#dab97a color RGB value is (218,185,122).

#dab97a hex color red value is 218, green value is 185 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #dab97a hue: 0.11 , saturation: 0.56 and the lightness value of dab97a is 0.67.

The process color (four color CMYK) of #dab97a color hex is 0.00, 0.15, 0.44, 0.15. Web safe color of #dab97a is #cccc66. Color #dab97a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 01111010
Octal 332 271 172
Decimal 218 185 122
Hex DA B9 7A

RGB Percentages of Color #dab97a

%41.52
%35.24
%23.24

CMYK Percentages of Color #dab97a

%0
%15
%44
%15

Triadic Colors of #dab97a

#dab97a #7adab9 #b97ada

Analogous Colors of #dab97a

#dab97a #cbda7a #da897a

Monochromatic Colors of #dab97a

#dab97a

Complementary Color

#dab97a #7a9bda

#dab97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab97a Color CSS Codes

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

#dab97a Text Font Color

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

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


#dab97a Background Color

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

This div background color is #dab97a


#dab97a Border Color

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

This div border color is #dab97a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab97a


Comments

No comments written yet.

Please login to write comment.