Color Hex Logo

#dacd55 Color Hex

#DACD55
(218,205,85)
0 Favorites   0 Comments

Color spaces of #dacd55

RGB 21820585
HSL0.150.640.59
HSV54°61°85°
CMYK 0.000.060.61   0.15
XYZ52.384559.223917.2647
Yxy59.22390.40650.4596
Hunter Lab76.9571-13.170340.5687
CIE-Lab81.4145-9.945959.7056

#dacd55 color RGB value is (218,205,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001101 01010101
Octal 332 315 125
Decimal 218 205 85
Hex DA CD 55

RGB Percentages of Color #dacd55

%42.91
%40.35
%16.73

CMYK Percentages of Color #dacd55

%0
%6
%61
%15

Triadic Colors of #dacd55

#dacd55 #55dacd #cd55da

Analogous Colors of #dacd55

#dacd55 #a5da55 #da8b55

Monochromatic Colors of #dacd55

#dacd55

Complementary Color

#dacd55 #5562da

#dacd55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacd55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacd55 Color CSS Codes

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

#dacd55 Text Font Color

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

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


#dacd55 Background Color

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

This div background color is #dacd55


#dacd55 Border Color

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

This div border color is #dacd55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacd55


Comments

No comments written yet.

Please login to write comment.