Color Hex Logo

#dab40b Color Hex

#DAB40B
(218,180,11)
0 Favorites   0 Comments

Color spaces of #dab40b

RGB 21818011
HSL0.140.900.45
HSV49°95°85°
CMYK 0.000.170.95   0.15
XYZ45.295147.57217.1116
Yxy47.57210.45300.4758
Hunter Lab68.9725-3.478842.1675
CIE-Lab74.55420.227975.5841

#dab40b color RGB value is (218,180,11).

#dab40b hex color red value is 218, green value is 180 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #dab40b hue: 0.14 , saturation: 0.90 and the lightness value of dab40b is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110100 00001011
Octal 332 264 13
Decimal 218 180 11
Hex DA B4 B

RGB Percentages of Color #dab40b

%53.30
%44.01
%2.69

CMYK Percentages of Color #dab40b

%0
%17
%95
%15

Triadic Colors of #dab40b

#dab40b #0bdab4 #b40bda

Analogous Colors of #dab40b

#dab40b #99da0b #da4d0b

Monochromatic Colors of #dab40b

#dab40b

Complementary Color

#dab40b #0b31da

#dab40b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab40b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab40b Color CSS Codes

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

#dab40b Text Font Color

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

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


#dab40b Background Color

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

This div background color is #dab40b


#dab40b Border Color

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

This div border color is #dab40b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab40b


Comments

No comments written yet.

Please login to write comment.