Color Hex Logo

#dab197 Color Hex

#DAB197
(218,177,151)
0 Favorites   0 Comments

Color spaces of #dab197

RGB 218177151
HSL0.060.480.72
HSV23°31°85°
CMYK 0.000.190.31   0.15
XYZ50.221548.584136.0089
Yxy48.58410.37250.3604
Hunter Lab69.70236.632818.1618
CIE-Lab75.191911.154118.9196

#dab197 color RGB value is (218,177,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 10010111
Octal 332 261 227
Decimal 218 177 151
Hex DA B1 97

RGB Percentages of Color #dab197

%39.93
%32.42
%27.66

CMYK Percentages of Color #dab197

%0
%19
%31
%15

Triadic Colors of #dab197

#dab197 #97dab1 #b197da

Analogous Colors of #dab197

#dab197 #dad397 #da979f

Monochromatic Colors of #dab197

#dab197

Complementary Color

#dab197 #97c0da

#dab197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab197 Color CSS Codes

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

#dab197 Text Font Color

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

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


#dab197 Background Color

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

This div background color is #dab197


#dab197 Border Color

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

This div border color is #dab197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab197


Comments

No comments written yet.

Please login to write comment.