Color Hex Logo

#dab097 Color Hex

#DAB097
(218,176,151)
0 Favorites   0 Comments

Color spaces of #dab097

RGB 218176151
HSL0.060.480.72
HSV22°31°85°
CMYK 0.000.190.31   0.15
XYZ50.024748.190535.9433
Yxy48.19050.37290.3592
Hunter Lab69.41947.146017.8950
CIE-Lab74.944911.689818.5779

#dab097 color RGB value is (218,176,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 10010111
Octal 332 260 227
Decimal 218 176 151
Hex DA B0 97

RGB Percentages of Color #dab097

%40.00
%32.29
%27.71

CMYK Percentages of Color #dab097

%0
%19
%31
%15

Triadic Colors of #dab097

#dab097 #97dab0 #b097da

Analogous Colors of #dab097

#dab097 #dad297 #da97a0

Monochromatic Colors of #dab097

#dab097

Complementary Color

#dab097 #97c1da

#dab097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab097 Color CSS Codes

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

#dab097 Text Font Color

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

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


#dab097 Background Color

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

This div background color is #dab097


#dab097 Border Color

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

This div border color is #dab097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab097


Comments

No comments written yet.

Please login to write comment.