Color Hex Logo

#dacb9f Color Hex

#DACB9F
(218,203,159)
0 Favorites   0 Comments

Color spaces of #dacb9f

RGB 218203159
HSL0.120.440.74
HSV45°27°85°
CMYK 0.000.070.27   0.15
XYZ56.527460.120541.4260
Yxy60.12050.35760.3803
Hunter Lab77.5374-5.557922.5993
CIE-Lab81.9036-1.520223.8774

#dacb9f color RGB value is (218,203,159).

#dacb9f hex color red value is 218, green value is 203 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dacb9f hue: 0.12 , saturation: 0.44 and the lightness value of dacb9f is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001011 10011111
Octal 332 313 237
Decimal 218 203 159
Hex DA CB 9F

RGB Percentages of Color #dacb9f

%37.59
%35.00
%27.41

CMYK Percentages of Color #dacb9f

%0
%7
%27
%15

Triadic Colors of #dacb9f

#dacb9f #9fdacb #cb9fda

Analogous Colors of #dacb9f

#dacb9f #ccda9f #daae9f

Monochromatic Colors of #dacb9f

#dacb9f

Complementary Color

#dacb9f #9faeda

#dacb9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacb9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacb9f Color CSS Codes

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

#dacb9f Text Font Color

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

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


#dacb9f Background Color

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

This div background color is #dacb9f


#dacb9f Border Color

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

This div border color is #dacb9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacb9f


Comments

No comments written yet.

Please login to write comment.