Color Hex Logo

#dab996 Color Hex

#DAB996
(218,185,150)
0 Favorites   0 Comments

Color spaces of #dab996

RGB 218185150
HSL0.090.480.72
HSV31°31°85°
CMYK 0.000.150.31   0.15
XYZ51.767451.805436.1252
Yxy51.80540.37060.3708
Hunter Lab71.97602.424920.6251
CIE-Lab77.16436.757822.1716

#dab996 color RGB value is (218,185,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 10010110
Octal 332 271 226
Decimal 218 185 150
Hex DA B9 96

RGB Percentages of Color #dab996

%39.42
%33.45
%27.12

CMYK Percentages of Color #dab996

%0
%15
%31
%15

Triadic Colors of #dab996

#dab996 #96dab9 #b996da

Analogous Colors of #dab996

#dab996 #d9da96 #da9796

Monochromatic Colors of #dab996

#dab996

Complementary Color

#dab996 #96b7da

#dab996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab996 Color CSS Codes

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

#dab996 Text Font Color

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

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


#dab996 Background Color

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

This div background color is #dab996


#dab996 Border Color

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

This div border color is #dab996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab996


Comments

No comments written yet.

Please login to write comment.