Color Hex Logo

#dac112 Color Hex

#DAC112
(218,193,18)
0 Favorites   0 Comments

Color spaces of #dac112

RGB 21819318
HSL0.150.850.46
HSV53°92°85°
CMYK 0.000.110.92   0.15
XYZ48.092653.08908.2847
Yxy53.08900.43930.4850
Hunter Lab72.8622-9.690244.2620
CIE-Lab77.9275-6.431977.1948

#dac112 color RGB value is (218,193,18).

#dac112 hex color red value is 218, green value is 193 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #dac112 hue: 0.15 , saturation: 0.85 and the lightness value of dac112 is 0.46.

The process color (four color CMYK) of #dac112 color hex is 0.00, 0.11, 0.92, 0.15. Web safe color of #dac112 is #cccc00. Color #dac112 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000001 00010010
Octal 332 301 22
Decimal 218 193 18
Hex DA C1 12

RGB Percentages of Color #dac112

%50.82
%44.99
%4.20

CMYK Percentages of Color #dac112

%0
%11
%92
%15

Triadic Colors of #dac112

#dac112 #12dac1 #c112da

Analogous Colors of #dac112

#dac112 #8fda12 #da5d12

Monochromatic Colors of #dac112

#dac112

Complementary Color

#dac112 #122bda

#dac112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac112 Color CSS Codes

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

#dac112 Text Font Color

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

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


#dac112 Background Color

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

This div background color is #dac112


#dac112 Border Color

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

This div border color is #dac112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac112


Comments

No comments written yet.

Please login to write comment.