Color Hex Logo

#dab008 Color Hex

#DAB008
(218,176,8)
0 Favorites   0 Comments

Color spaces of #dab008

RGB 2181768
HSL0.130.930.44
HSV48°96°85°
CMYK 0.000.190.96   0.15
XYZ44.482645.97366.7590
Yxy45.97360.45760.4729
Hunter Lab67.8038-1.552141.5524
CIE-Lab73.52842.300375.1692

#dab008 color RGB value is (218,176,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 00001000
Octal 332 260 10
Decimal 218 176 8
Hex DA B0 8

RGB Percentages of Color #dab008

%54.23
%43.78
%1.99

CMYK Percentages of Color #dab008

%0
%19
%96
%15

Triadic Colors of #dab008

#dab008 #08dab0 #b008da

Analogous Colors of #dab008

#dab008 #9bda08 #da4708

Monochromatic Colors of #dab008

#dab008

Complementary Color

#dab008 #0832da

#dab008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab008 Color CSS Codes

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

#dab008 Text Font Color

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

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


#dab008 Background Color

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

This div background color is #dab008


#dab008 Border Color

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

This div border color is #dab008


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab008


Comments

No comments written yet.

Please login to write comment.