Color Hex Logo

#dab01a Color Hex

#DAB01A
(218,176,26)
1 Favorites   0 Comments

Color spaces of #dab01a

RGB 21817626
HSL0.130.790.48
HSV47°88°85°
CMYK 0.000.190.88   0.15
XYZ44.625246.03077.5101
Yxy46.03070.45460.4689
Hunter Lab67.8459-1.323240.9291
CIE-Lab73.56552.555072.4022

#dab01a color RGB value is (218,176,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 00011010
Octal 332 260 32
Decimal 218 176 26
Hex DA B0 1A

RGB Percentages of Color #dab01a

%51.90
%41.90
%6.19

CMYK Percentages of Color #dab01a

%0
%19
%88
%15

Triadic Colors of #dab01a

#dab01a #1adab0 #b01ada

Analogous Colors of #dab01a

#dab01a #a4da1a #da501a

Monochromatic Colors of #dab01a

#dab01a

Complementary Color

#dab01a #1a44da

#dab01a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab01a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab01a Color CSS Codes

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

#dab01a Text Font Color

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

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


#dab01a Background Color

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

This div background color is #dab01a


#dab01a Border Color

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

This div border color is #dab01a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab01a

#dab01a Color Palettes


Comments

No comments written yet.

Please login to write comment.