Color Hex Logo

#dab805 Color Hex

#DAB805
(218,184,5)
0 Favorites   0 Comments

Color spaces of #dab805

RGB 2181845
HSL0.140.960.44
HSV50°98°85°
CMYK 0.000.160.98   0.15
XYZ46.081349.19747.2109
Yxy49.19740.44960.4800
Hunter Lab70.1409-5.475243.0032
CIE-Lab75.5740-1.920876.9692

#dab805 color RGB value is (218,184,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111000 00000101
Octal 332 270 5
Decimal 218 184 5
Hex DA B8 5

RGB Percentages of Color #dab805

%53.56
%45.21
%1.23

CMYK Percentages of Color #dab805

%0
%16
%98
%15

Triadic Colors of #dab805

#dab805 #05dab8 #b805da

Analogous Colors of #dab805

#dab805 #92da05 #da4e05

Monochromatic Colors of #dab805

#dab805

Complementary Color

#dab805 #0527da

#dab805 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab805 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab805 Color CSS Codes

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

#dab805 Text Font Color

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

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


#dab805 Background Color

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

This div background color is #dab805


#dab805 Border Color

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

This div border color is #dab805


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab805


Comments

No comments written yet.

Please login to write comment.