Color Hex Logo

#dab408 Color Hex

#DAB408
(218,180,8)
0 Favorites   0 Comments

Color spaces of #dab408

RGB 2181808
HSL0.140.930.44
HSV49°96°85°
CMYK 0.000.170.96   0.15
XYZ45.278547.56557.0243
Yxy47.56550.45340.4763
Hunter Lab68.9677-3.505342.2388
CIE-Lab74.55000.198275.9079

#dab408 color RGB value is (218,180,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110100 00001000
Octal 332 264 10
Decimal 218 180 8
Hex DA B4 8

RGB Percentages of Color #dab408

%53.69
%44.33
%1.97

CMYK Percentages of Color #dab408

%0
%17
%96
%15

Triadic Colors of #dab408

#dab408 #08dab4 #b408da

Analogous Colors of #dab408

#dab408 #97da08 #da4b08

Monochromatic Colors of #dab408

#dab408

Complementary Color

#dab408 #082eda

#dab408 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab408 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab408 Color CSS Codes

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

#dab408 Text Font Color

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

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


#dab408 Background Color

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

This div background color is #dab408


#dab408 Border Color

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

This div border color is #dab408


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab408


Comments

No comments written yet.

Please login to write comment.