Color Hex Logo

#dac52e Color Hex

#DAC52E
(218,197,46)
0 Favorites   0 Comments

Color spaces of #dac52e

RGB 21819746
HSL0.150.700.52
HSV53°79°85°
CMYK 0.000.100.79   0.15
XYZ49.372855.035210.6054
Yxy55.03520.42930.4785
Hunter Lab74.1857-11.027943.4541
CIE-Lab79.0615-7.815571.8785

#dac52e color RGB value is (218,197,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000101 00101110
Octal 332 305 56
Decimal 218 197 46
Hex DA C5 2E

RGB Percentages of Color #dac52e

%47.29
%42.73
%9.98

CMYK Percentages of Color #dac52e

%0
%10
%79
%15

Triadic Colors of #dac52e

#dac52e #2edac5 #c52eda

Analogous Colors of #dac52e

#dac52e #99da2e #da6f2e

Monochromatic Colors of #dac52e

#dac52e

Complementary Color

#dac52e #2e43da

#dac52e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac52e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac52e Color CSS Codes

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

#dac52e Text Font Color

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

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


#dac52e Background Color

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

This div background color is #dac52e


#dac52e Border Color

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

This div border color is #dac52e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac52e


Comments

No comments written yet.

Please login to write comment.