Color Hex Logo

#dac11a Color Hex

#DAC11A
(218,193,26)
0 Favorites   0 Comments

Color spaces of #dac11a

RGB 21819326
HSL0.140.790.48
HSV52°88°85°
CMYK 0.000.110.88   0.15
XYZ48.169953.11998.6916
Yxy53.11990.43800.4830
Hunter Lab72.8834-9.572243.9478
CIE-Lab77.9457-6.297175.8609

#dac11a color RGB value is (218,193,26).

#dac11a hex color red value is 218, green value is 193 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #dac11a hue: 0.14 , saturation: 0.79 and the lightness value of dac11a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000001 00011010
Octal 332 301 32
Decimal 218 193 26
Hex DA C1 1A

RGB Percentages of Color #dac11a

%49.89
%44.16
%5.95

CMYK Percentages of Color #dac11a

%0
%11
%88
%15

Triadic Colors of #dac11a

#dac11a #1adac1 #c11ada

Analogous Colors of #dac11a

#dac11a #93da1a #da611a

Monochromatic Colors of #dac11a

#dac11a

Complementary Color

#dac11a #1a33da

#dac11a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac11a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac11a Color CSS Codes

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

#dac11a Text Font Color

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

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


#dac11a Background Color

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

This div background color is #dac11a


#dac11a Border Color

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

This div border color is #dac11a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac11a


Comments

No comments written yet.

Please login to write comment.