Color Hex Logo

#dab800 Color Hex

#DAB800
(218,184,0)
0 Favorites   0 Comments

Color spaces of #dab800

RGB 2181840
HSL0.141.000.43
HSV51°100°85°
CMYK 0.000.161.00   0.15
XYZ46.053949.18647.0666
Yxy49.18640.45020.4808
Hunter Lab70.1330-5.518143.1191
CIE-Lab75.5671-1.969377.5008

#dab800 color RGB value is (218,184,0).

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

The process color (four color CMYK) of #dab800 color hex is 0.00, 0.16, 1.00, 0.15. Web safe color of #dab800 is #cccc00. Color #dab800 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111000 00000000
Octal 332 270 0
Decimal 218 184 0
Hex DA B8 0

RGB Percentages of Color #dab800

%54.23
%45.77
%0.00

CMYK Percentages of Color #dab800

%0
%16
%100
%15

Triadic Colors of #dab800

#dab800 #00dab8 #b800da

Analogous Colors of #dab800

#dab800 #8fda00 #da4b00

Monochromatic Colors of #dab800

#dab800

Complementary Color

#dab800 #0022da

#dab800 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab800 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab800 Color CSS Codes

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

#dab800 Text Font Color

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

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


#dab800 Background Color

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

This div background color is #dab800


#dab800 Border Color

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

This div border color is #dab800


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab800


Comments

No comments written yet.

Please login to write comment.