Color Hex Logo

#dab00a Color Hex

#DAB00A
(218,176,10)
0 Favorites   0 Comments

Color spaces of #dab00a

RGB 21817610
HSL0.130.910.45
HSV48°95°85°
CMYK 0.000.190.95   0.15
XYZ44.493645.97806.8167
Yxy45.97800.45730.4726
Hunter Lab67.8071-1.534441.5045
CIE-Lab73.53132.320074.9495

#dab00a color RGB value is (218,176,10).

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

The process color (four color CMYK) of #dab00a color hex is 0.00, 0.19, 0.95, 0.15. Web safe color of #dab00a is #cc9900. Color #dab00a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 00001010
Octal 332 260 12
Decimal 218 176 10
Hex DA B0 A

RGB Percentages of Color #dab00a

%53.96
%43.56
%2.48

CMYK Percentages of Color #dab00a

%0
%19
%95
%15

Triadic Colors of #dab00a

#dab00a #0adab0 #b00ada

Analogous Colors of #dab00a

#dab00a #9cda0a #da480a

Monochromatic Colors of #dab00a

#dab00a

Complementary Color

#dab00a #0a34da

#dab00a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab00a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab00a Color CSS Codes

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

#dab00a Text Font Color

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

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


#dab00a Background Color

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

This div background color is #dab00a


#dab00a Border Color

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

This div border color is #dab00a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab00a


Comments

No comments written yet.

Please login to write comment.