Color Hex Logo

#dab597 Color Hex

#DAB597
(218,181,151)
0 Favorites   0 Comments

Color spaces of #dab597

RGB 218181151
HSL0.070.480.72
HSV27°31°85°
CMYK 0.000.170.31   0.15
XYZ51.023250.187536.2761
Yxy50.18750.37110.3650
Hunter Lab70.84314.585219.2300
CIE-Lab76.18429.016320.2893

#dab597 color RGB value is (218,181,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110101 10010111
Octal 332 265 227
Decimal 218 181 151
Hex DA B5 97

RGB Percentages of Color #dab597

%39.64
%32.91
%27.45

CMYK Percentages of Color #dab597

%0
%17
%31
%15

Triadic Colors of #dab597

#dab597 #97dab5 #b597da

Analogous Colors of #dab597

#dab597 #dad797 #da979b

Monochromatic Colors of #dab597

#dab597

Complementary Color

#dab597 #97bcda

#dab597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab597 Color CSS Codes

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

#dab597 Text Font Color

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

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


#dab597 Background Color

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

This div background color is #dab597


#dab597 Border Color

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

This div border color is #dab597


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,181,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 #dab597">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab597


Comments

No comments written yet.

Please login to write comment.