Color Hex Logo

#dab11a Color Hex

#DAB11A
(218,177,26)
0 Favorites   0 Comments

Color spaces of #dab11a

RGB 21817726
HSL0.130.790.48
HSV47°88°85°
CMYK 0.000.190.88   0.15
XYZ44.822046.42437.5757
Yxy46.42430.45360.4698
Hunter Lab68.1354-1.812941.1025
CIE-Lab73.82002.028172.6029

#dab11a color RGB value is (218,177,26).

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

The process color (four color CMYK) of #dab11a color hex is 0.00, 0.19, 0.88, 0.15. Web safe color of #dab11a is #cc9933. Color #dab11a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 00011010
Octal 332 261 32
Decimal 218 177 26
Hex DA B1 1A

RGB Percentages of Color #dab11a

%51.78
%42.04
%6.18

CMYK Percentages of Color #dab11a

%0
%19
%88
%15

Triadic Colors of #dab11a

#dab11a #1adab1 #b11ada

Analogous Colors of #dab11a

#dab11a #a3da1a #da511a

Monochromatic Colors of #dab11a

#dab11a

Complementary Color

#dab11a #1a43da

#dab11a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab11a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab11a Color CSS Codes

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

#dab11a Text Font Color

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

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


#dab11a Background Color

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

This div background color is #dab11a


#dab11a Border Color

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

This div border color is #dab11a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab11a


Comments

No comments written yet.

Please login to write comment.