Color Hex Logo

#dab000 Color Hex

#DAB000
(218,176,0)
1 Favorites   0 Comments

Color spaces of #dab000

RGB 2181760
HSL0.131.000.43
HSV48°100°85°
CMYK 0.000.191.00   0.15
XYZ44.438845.95616.5282
Yxy45.95610.45850.4742
Hunter Lab67.7909-1.622541.7441
CIE-Lab73.51702.221876.0615

#dab000 color RGB value is (218,176,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 00000000
Octal 332 260 0
Decimal 218 176 0
Hex DA B0 0

RGB Percentages of Color #dab000

%55.33
%44.67
%0.00

CMYK Percentages of Color #dab000

%0
%19
%100
%15

Triadic Colors of #dab000

#dab000 #00dab0 #b000da

Analogous Colors of #dab000

#dab000 #97da00 #da4300

Monochromatic Colors of #dab000

#dab000

Complementary Color

#dab000 #002ada

#dab000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab000 Color CSS Codes

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

#dab000 Text Font Color

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

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


#dab000 Background Color

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

This div background color is #dab000


#dab000 Border Color

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

This div border color is #dab000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab000


Comments

No comments written yet.

Please login to write comment.