Color Hex Logo

#dac81c Color Hex

#DAC81C
(218,200,28)
0 Favorites   0 Comments

Color spaces of #dac81c

RGB 21820028
HSL0.150.770.48
HSV54°87°85°
CMYK 0.000.080.87   0.15
XYZ49.777356.29789.3416
Yxy56.29780.43130.4878
Hunter Lab75.0319-12.886145.1406
CIE-Lab79.7830-9.830676.9333

#dac81c color RGB value is (218,200,28).

#dac81c hex color red value is 218, green value is 200 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #dac81c hue: 0.15 , saturation: 0.77 and the lightness value of dac81c is 0.48.

The process color (four color CMYK) of #dac81c color hex is 0.00, 0.08, 0.87, 0.15. Web safe color of #dac81c is #cccc33. Color #dac81c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001000 00011100
Octal 332 310 34
Decimal 218 200 28
Hex DA C8 1C

RGB Percentages of Color #dac81c

%48.88
%44.84
%6.28

CMYK Percentages of Color #dac81c

%0
%8
%87
%15

Triadic Colors of #dac81c

#dac81c #1cdac8 #c81cda

Analogous Colors of #dac81c

#dac81c #8dda1c #da691c

Monochromatic Colors of #dac81c

#dac81c

Complementary Color

#dac81c #1c2eda

#dac81c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac81c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac81c Color CSS Codes

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

#dac81c Text Font Color

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

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


#dac81c Background Color

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

This div background color is #dac81c


#dac81c Border Color

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

This div border color is #dac81c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac81c


Comments

No comments written yet.

Please login to write comment.