Color Hex Logo

#dacb7e Color Hex

#DACB7E
(218,203,126)
0 Favorites   0 Comments

Color spaces of #dacb7e

RGB 218203126
HSL0.140.550.67
HSV50°42°85°
CMYK 0.000.070.42   0.15
XYZ54.035359.123728.3027
Yxy59.12370.38200.4179
Hunter Lab76.8919-9.121232.0006
CIE-Lab81.3595-5.447240.2215

#dacb7e color RGB value is (218,203,126).

#dacb7e hex color red value is 218, green value is 203 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dacb7e hue: 0.14 , saturation: 0.55 and the lightness value of dacb7e is 0.67.

The process color (four color CMYK) of #dacb7e color hex is 0.00, 0.07, 0.42, 0.15. Web safe color of #dacb7e is #cccc66. Color #dacb7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001011 01111110
Octal 332 313 176
Decimal 218 203 126
Hex DA CB 7E

RGB Percentages of Color #dacb7e

%39.85
%37.11
%23.03

CMYK Percentages of Color #dacb7e

%0
%7
%42
%15

Triadic Colors of #dacb7e

#dacb7e #7edacb #cb7eda

Analogous Colors of #dacb7e

#dacb7e #bbda7e #da9d7e

Monochromatic Colors of #dacb7e

#dacb7e

Complementary Color

#dacb7e #7e8dda

#dacb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacb7e Color CSS Codes

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

#dacb7e Text Font Color

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

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


#dacb7e Background Color

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

This div background color is #dacb7e


#dacb7e Border Color

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

This div border color is #dacb7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacb7e


Comments

No comments written yet.

Please login to write comment.