Color Hex Logo

#dab30f Color Hex

#DAB30F
(218,179,15)
0 Favorites   0 Comments

Color spaces of #dab30f

RGB 21817915
HSL0.130.870.46
HSV48°93°85°
CMYK 0.000.180.93   0.15
XYZ45.119847.18017.1805
Yxy47.18010.45360.4743
Hunter Lab68.6878-2.950141.8834
CIE-Lab74.30480.798574.8948

#dab30f color RGB value is (218,179,15).

#dab30f hex color red value is 218, green value is 179 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #dab30f hue: 0.13 , saturation: 0.87 and the lightness value of dab30f is 0.46.

The process color (four color CMYK) of #dab30f color hex is 0.00, 0.18, 0.93, 0.15. Web safe color of #dab30f is #cccc00. Color #dab30f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110011 00001111
Octal 332 263 17
Decimal 218 179 15
Hex DA B3 F

RGB Percentages of Color #dab30f

%52.91
%43.45
%3.64

CMYK Percentages of Color #dab30f

%0
%18
%93
%15

Triadic Colors of #dab30f

#dab30f #0fdab3 #b30fda

Analogous Colors of #dab30f

#dab30f #9cda0f #da4e0f

Monochromatic Colors of #dab30f

#dab30f

Complementary Color

#dab30f #0f36da

#dab30f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab30f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab30f Color CSS Codes

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

#dab30f Text Font Color

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

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


#dab30f Background Color

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

This div background color is #dab30f


#dab30f Border Color

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

This div border color is #dab30f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab30f


Comments

No comments written yet.

Please login to write comment.