Color Hex Logo

#dac82c Color Hex

#DAC82C
(218,200,44)
0 Favorites   0 Comments

Color spaces of #dac82c

RGB 21820044
HSL0.150.700.51
HSV54°80°85°
CMYK 0.000.080.80   0.15
XYZ50.022356.395810.6319
Yxy56.39580.42740.4818
Hunter Lab75.0971-12.520944.1740
CIE-Lab79.8386-9.409973.1416

#dac82c color RGB value is (218,200,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001000 00101100
Octal 332 310 54
Decimal 218 200 44
Hex DA C8 2C

RGB Percentages of Color #dac82c

%47.19
%43.29
%9.52

CMYK Percentages of Color #dac82c

%0
%8
%80
%15

Triadic Colors of #dac82c

#dac82c #2cdac8 #c82cda

Analogous Colors of #dac82c

#dac82c #95da2c #da712c

Monochromatic Colors of #dac82c

#dac82c

Complementary Color

#dac82c #2c3eda

#dac82c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac82c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac82c Color CSS Codes

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

#dac82c Text Font Color

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

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


#dac82c Background Color

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

This div background color is #dac82c


#dac82c Border Color

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

This div border color is #dac82c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac82c


Comments

No comments written yet.

Please login to write comment.