Color Hex Logo

#dab73b Color Hex

#DAB73B
(218,183,59)
0 Favorites   0 Comments

Color spaces of #dab73b

RGB 21818359
HSL0.130.680.54
HSV47°73°85°
CMYK 0.000.160.73   0.15
XYZ46.636349.088211.1546
Yxy49.08820.43630.4593
Hunter Lab70.0630-3.794539.6046
CIE-Lab75.5062-0.057964.1868

#dab73b color RGB value is (218,183,59).

#dab73b hex color red value is 218, green value is 183 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #dab73b hue: 0.13 , saturation: 0.68 and the lightness value of dab73b is 0.54.

The process color (four color CMYK) of #dab73b color hex is 0.00, 0.16, 0.73, 0.15. Web safe color of #dab73b is #cccc33. Color #dab73b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110111 00111011
Octal 332 267 73
Decimal 218 183 59
Hex DA B7 3B

RGB Percentages of Color #dab73b

%47.39
%39.78
%12.83

CMYK Percentages of Color #dab73b

%0
%16
%73
%15

Triadic Colors of #dab73b

#dab73b #3bdab7 #b73bda

Analogous Colors of #dab73b

#dab73b #aeda3b #da683b

Monochromatic Colors of #dab73b

#dab73b

Complementary Color

#dab73b #3b5eda

#dab73b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab73b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab73b Color CSS Codes

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

#dab73b Text Font Color

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

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


#dab73b Background Color

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

This div background color is #dab73b


#dab73b Border Color

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

This div border color is #dab73b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab73b


Comments

No comments written yet.

Please login to write comment.