Color Hex Logo

#dacb9d Color Hex

#DACB9D
(218,203,157)
0 Favorites   0 Comments

Color spaces of #dacb9d

RGB 218203157
HSL0.130.450.74
HSV45°28°85°
CMYK 0.000.070.28   0.15
XYZ56.355260.051640.5192
Yxy60.05160.35910.3827
Hunter Lab77.4930-5.802223.2438
CIE-Lab81.8662-1.786324.8781

#dacb9d color RGB value is (218,203,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001011 10011101
Octal 332 313 235
Decimal 218 203 157
Hex DA CB 9D

RGB Percentages of Color #dacb9d

%37.72
%35.12
%27.16

CMYK Percentages of Color #dacb9d

%0
%7
%28
%15

Triadic Colors of #dacb9d

#dacb9d #9ddacb #cb9dda

Analogous Colors of #dacb9d

#dacb9d #cbda9d #daad9d

Monochromatic Colors of #dacb9d

#dacb9d

Complementary Color

#dacb9d #9dacda

#dacb9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacb9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacb9d Color CSS Codes

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

#dacb9d Text Font Color

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

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


#dacb9d Background Color

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

This div background color is #dacb9d


#dacb9d Border Color

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

This div border color is #dacb9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacb9d


Comments

No comments written yet.

Please login to write comment.