Color Hex Logo

#dab997 Color Hex

#DAB997
(218,185,151)
0 Favorites   0 Comments

Color spaces of #dab997

RGB 218185151
HSL0.080.480.72
HSV30°31°85°
CMYK 0.000.150.31   0.15
XYZ51.848351.837736.5511
Yxy51.83770.36970.3696
Hunter Lab71.99842.546220.2994
CIE-Lab77.18376.886921.6630

#dab997 color RGB value is (218,185,151).

#dab997 hex color red value is 218, green value is 185 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #dab997 hue: 0.08 , saturation: 0.48 and the lightness value of dab997 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 10010111
Octal 332 271 227
Decimal 218 185 151
Hex DA B9 97

RGB Percentages of Color #dab997

%39.35
%33.39
%27.26

CMYK Percentages of Color #dab997

%0
%15
%31
%15

Triadic Colors of #dab997

#dab997 #97dab9 #b997da

Analogous Colors of #dab997

#dab997 #dada97 #da9897

Monochromatic Colors of #dab997

#dab997

Complementary Color

#dab997 #97b8da

#dab997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab997 Color CSS Codes

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

#dab997 Text Font Color

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

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


#dab997 Background Color

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

This div background color is #dab997


#dab997 Border Color

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

This div border color is #dab997


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab997


Comments

No comments written yet.

Please login to write comment.