Color Hex Logo

#dac529 Color Hex

#DAC529
(218,197,41)
0 Favorites   0 Comments

Color spaces of #dac529

RGB 21819741
HSL0.150.710.51
HSV53°81°85°
CMYK 0.000.100.81   0.15
XYZ49.279954.998010.1162
Yxy54.99800.43080.4808
Hunter Lab74.1606-11.167543.8247
CIE-Lab79.0401-7.975473.2788

#dac529 color RGB value is (218,197,41).

#dac529 hex color red value is 218, green value is 197 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #dac529 hue: 0.15 , saturation: 0.71 and the lightness value of dac529 is 0.51.

The process color (four color CMYK) of #dac529 color hex is 0.00, 0.10, 0.81, 0.15. Web safe color of #dac529 is #cccc33. Color #dac529 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000101 00101001
Octal 332 305 51
Decimal 218 197 41
Hex DA C5 29

RGB Percentages of Color #dac529

%47.81
%43.20
%8.99

CMYK Percentages of Color #dac529

%0
%10
%81
%15

Triadic Colors of #dac529

#dac529 #29dac5 #c529da

Analogous Colors of #dac529

#dac529 #97da29 #da6d29

Monochromatic Colors of #dac529

#dac529

Complementary Color

#dac529 #293eda

#dac529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac529 Color CSS Codes

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

#dac529 Text Font Color

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

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


#dac529 Background Color

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

This div background color is #dac529


#dac529 Border Color

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

This div border color is #dac529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac529


Comments

No comments written yet.

Please login to write comment.