Color Hex Logo

#dacd00 Color Hex

#DACD00
(218,205,0)
0 Favorites   0 Comments

Color spaces of #dacd00

RGB 2182050
HSL0.161.000.43
HSV56°100°85°
CMYK 0.000.061.00   0.15
XYZ50.744858.56818.6302
Yxy58.56810.43020.4966
Hunter Lab76.5298-15.568746.8848
CIE-Lab81.0536-12.713081.4225

#dacd00 color RGB value is (218,205,0).

#dacd00 hex color red value is 218, green value is 205 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #dacd00 hue: 0.16 , saturation: 1.00 and the lightness value of dacd00 is 0.43.

The process color (four color CMYK) of #dacd00 color hex is 0.00, 0.06, 1.00, 0.15. Web safe color of #dacd00 is #cccc00. Color #dacd00 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001101 00000000
Octal 332 315 0
Decimal 218 205 0
Hex DA CD 0

RGB Percentages of Color #dacd00

%51.54
%48.46
%0.00

CMYK Percentages of Color #dacd00

%0
%6
%100
%15

Triadic Colors of #dacd00

#dacd00 #00dacd #cd00da

Analogous Colors of #dacd00

#dacd00 #7ada00 #da6000

Monochromatic Colors of #dacd00

#dacd00

Complementary Color

#dacd00 #000dda

#dacd00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacd00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacd00 Color CSS Codes

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

#dacd00 Text Font Color

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

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


#dacd00 Background Color

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

This div background color is #dacd00


#dacd00 Border Color

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

This div border color is #dacd00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacd00


Comments

No comments written yet.

Please login to write comment.