Color Hex Logo

#dac22e Color Hex

#DAC22E
(218,194,46)
0 Favorites   0 Comments

Color spaces of #dac22e

RGB 21819446
HSL0.140.700.52
HSV52°79°85°
CMYK 0.000.110.79   0.15
XYZ48.698453.686310.3806
Yxy53.68630.43190.4761
Hunter Lab73.2709-9.586942.8898
CIE-Lab78.2785-6.278671.1832

#dac22e color RGB value is (218,194,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000010 00101110
Octal 332 302 56
Decimal 218 194 46
Hex DA C2 2E

RGB Percentages of Color #dac22e

%47.60
%42.36
%10.04

CMYK Percentages of Color #dac22e

%0
%11
%79
%15

Triadic Colors of #dac22e

#dac22e #2edac2 #c22eda

Analogous Colors of #dac22e

#dac22e #9cda2e #da6c2e

Monochromatic Colors of #dac22e

#dac22e

Complementary Color

#dac22e #2e46da

#dac22e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac22e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac22e Color CSS Codes

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

#dac22e Text Font Color

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

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


#dac22e Background Color

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

This div background color is #dac22e


#dac22e Border Color

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

This div border color is #dac22e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,194,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 #dac22e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac22e


Comments

No comments written yet.

Please login to write comment.