Color Hex Logo

#dac111 Color Hex

#DAC111
(218,193,17)
0 Favorites   0 Comments

Color spaces of #dac111

RGB 21819317
HSL0.150.860.46
HSV53°92°85°
CMYK 0.000.110.92   0.15
XYZ48.084653.08588.2426
Yxy53.08580.43950.4852
Hunter Lab72.8600-9.702444.2946
CIE-Lab77.9256-6.445877.3353

#dac111 color RGB value is (218,193,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000001 00010001
Octal 332 301 21
Decimal 218 193 17
Hex DA C1 11

RGB Percentages of Color #dac111

%50.93
%45.09
%3.97

CMYK Percentages of Color #dac111

%0
%11
%92
%15

Triadic Colors of #dac111

#dac111 #11dac1 #c111da

Analogous Colors of #dac111

#dac111 #8fda11 #da5d11

Monochromatic Colors of #dac111

#dac111

Complementary Color

#dac111 #112ada

#dac111 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac111 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac111 Color CSS Codes

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

#dac111 Text Font Color

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

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


#dac111 Background Color

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

This div background color is #dac111


#dac111 Border Color

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

This div border color is #dac111


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac111


Comments

No comments written yet.

Please login to write comment.