Color Hex Logo

#dab516 Color Hex

#DAB516
(218,181,22)
0 Favorites   0 Comments

Color spaces of #dab516

RGB 21818122
HSL0.140.820.47
HSV49°90°85°
CMYK 0.000.170.90   0.15
XYZ45.582148.01117.6237
Yxy48.01110.45030.4743
Hunter Lab69.2900-3.832341.9796
CIE-Lab74.8319-0.145974.1743

#dab516 color RGB value is (218,181,22).

#dab516 hex color red value is 218, green value is 181 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #dab516 hue: 0.14 , saturation: 0.82 and the lightness value of dab516 is 0.47.

The process color (four color CMYK) of #dab516 color hex is 0.00, 0.17, 0.90, 0.15. Web safe color of #dab516 is #cccc00. Color #dab516 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110101 00010110
Octal 332 265 26
Decimal 218 181 22
Hex DA B5 16

RGB Percentages of Color #dab516

%51.78
%42.99
%5.23

CMYK Percentages of Color #dab516

%0
%17
%90
%15

Triadic Colors of #dab516

#dab516 #16dab5 #b516da

Analogous Colors of #dab516

#dab516 #9dda16 #da5316

Monochromatic Colors of #dab516

#dab516

Complementary Color

#dab516 #163bda

#dab516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab516 Color CSS Codes

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

#dab516 Text Font Color

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

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


#dab516 Background Color

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

This div background color is #dab516


#dab516 Border Color

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

This div border color is #dab516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab516


Comments

No comments written yet.

Please login to write comment.