Color Hex Logo

#dacd5e Color Hex

#DACD5E
(218,205,94)
0 Favorites   0 Comments

Color spaces of #dacd5e

RGB 21820594
HSL0.150.630.61
HSV54°57°85°
CMYK 0.000.060.57   0.15
XYZ52.765159.376219.2694
Yxy59.37620.40150.4518
Hunter Lab77.0560-12.617639.1125
CIE-Lab81.4979-9.315155.8121

#dacd5e color RGB value is (218,205,94).

#dacd5e hex color red value is 218, green value is 205 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dacd5e hue: 0.15 , saturation: 0.63 and the lightness value of dacd5e is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001101 01011110
Octal 332 315 136
Decimal 218 205 94
Hex DA CD 5E

RGB Percentages of Color #dacd5e

%42.17
%39.65
%18.18

CMYK Percentages of Color #dacd5e

%0
%6
%57
%15

Triadic Colors of #dacd5e

#dacd5e #5edacd #cd5eda

Analogous Colors of #dacd5e

#dacd5e #a9da5e #da8f5e

Monochromatic Colors of #dacd5e

#dacd5e

Complementary Color

#dacd5e #5e6bda

#dacd5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacd5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacd5e Color CSS Codes

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

#dacd5e Text Font Color

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

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


#dacd5e Background Color

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

This div background color is #dacd5e


#dacd5e Border Color

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

This div border color is #dacd5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacd5e


Comments

No comments written yet.

Please login to write comment.