Color Hex Logo

#dacc7e Color Hex

#DACC7E
(218,204,126)
0 Favorites   0 Comments

Color spaces of #dacc7e

RGB 218204126
HSL0.140.550.67
HSV51°42°85°
CMYK 0.000.060.42   0.15
XYZ54.272259.597528.3817
Yxy59.59750.38150.4190
Hunter Lab77.1994-9.611132.2421
CIE-Lab81.6189-5.960840.5501

#dacc7e color RGB value is (218,204,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001100 01111110
Octal 332 314 176
Decimal 218 204 126
Hex DA CC 7E

RGB Percentages of Color #dacc7e

%39.78
%37.23
%22.99

CMYK Percentages of Color #dacc7e

%0
%6
%42
%15

Triadic Colors of #dacc7e

#dacc7e #7edacc #cc7eda

Analogous Colors of #dacc7e

#dacc7e #bada7e #da9e7e

Monochromatic Colors of #dacc7e

#dacc7e

Complementary Color

#dacc7e #7e8cda

#dacc7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacc7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacc7e Color CSS Codes

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

#dacc7e Text Font Color

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

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


#dacc7e Background Color

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

This div background color is #dacc7e


#dacc7e Border Color

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

This div border color is #dacc7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacc7e


Comments

No comments written yet.

Please login to write comment.