Color Hex Logo

#dacd7f Color Hex

#DACD7F
(218,205,127)
0 Favorites   0 Comments

Color spaces of #dacd7f

RGB 218205127
HSL0.140.550.68
HSV51°42°85°
CMYK 0.000.060.42   0.15
XYZ54.575560.100428.8028
Yxy60.10040.38040.4189
Hunter Lab77.5244-10.007732.2390
CIE-Lab81.8927-6.369740.3934

#dacd7f color RGB value is (218,205,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001101 01111111
Octal 332 315 177
Decimal 218 205 127
Hex DA CD 7F

RGB Percentages of Color #dacd7f

%39.64
%37.27
%23.09

CMYK Percentages of Color #dacd7f

%0
%6
%42
%15

Triadic Colors of #dacd7f

#dacd7f #7fdacd #cd7fda

Analogous Colors of #dacd7f

#dacd7f #bada7f #daa07f

Monochromatic Colors of #dacd7f

#dacd7f

Complementary Color

#dacd7f #7f8cda

#dacd7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacd7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacd7f Color CSS Codes

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

#dacd7f Text Font Color

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

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


#dacd7f Background Color

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

This div background color is #dacd7f


#dacd7f Border Color

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

This div border color is #dacd7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacd7f


Comments

No comments written yet.

Please login to write comment.