Color Hex Logo

#dac015 Color Hex

#DAC015
(218,192,21)
0 Favorites   0 Comments

Color spaces of #dac015

RGB 21819221
HSL0.140.820.47
HSV52°90°85°
CMYK 0.000.120.90   0.15
XYZ47.898452.65888.3491
Yxy52.65880.43980.4835
Hunter Lab72.5664-9.169943.9749
CIE-Lab77.6731-5.872476.5372

#dac015 color RGB value is (218,192,21).

#dac015 hex color red value is 218, green value is 192 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #dac015 hue: 0.14 , saturation: 0.82 and the lightness value of dac015 is 0.47.

The process color (four color CMYK) of #dac015 color hex is 0.00, 0.12, 0.90, 0.15. Web safe color of #dac015 is #cccc00. Color #dac015 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000000 00010101
Octal 332 300 25
Decimal 218 192 21
Hex DA C0 15

RGB Percentages of Color #dac015

%50.58
%44.55
%4.87

CMYK Percentages of Color #dac015

%0
%12
%90
%15

Triadic Colors of #dac015

#dac015 #15dac0 #c015da

Analogous Colors of #dac015

#dac015 #92da15 #da5d15

Monochromatic Colors of #dac015

#dac015

Complementary Color

#dac015 #152fda

#dac015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac015 Color CSS Codes

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

#dac015 Text Font Color

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

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


#dac015 Background Color

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

This div background color is #dac015


#dac015 Border Color

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

This div border color is #dac015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac015


Comments

No comments written yet.

Please login to write comment.