Color Hex Logo

#dab31e Color Hex

#DAB31E
(218,179,30)
0 Favorites   0 Comments

Color spaces of #dab31e

RGB 21817930
HSL0.130.760.49
HSV48°86°85°
CMYK 0.000.180.86   0.15
XYZ45.267947.23947.9605
Yxy47.23940.45060.4702
Hunter Lab68.7309-2.714641.2446
CIE-Lab74.34261.061772.1342

#dab31e color RGB value is (218,179,30).

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

The process color (four color CMYK) of #dab31e color hex is 0.00, 0.18, 0.86, 0.15. Web safe color of #dab31e is #cccc33. Color #dab31e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110011 00011110
Octal 332 263 36
Decimal 218 179 30
Hex DA B3 1E

RGB Percentages of Color #dab31e

%51.05
%41.92
%7.03

CMYK Percentages of Color #dab31e

%0
%18
%86
%15

Triadic Colors of #dab31e

#dab31e #1edab3 #b31eda

Analogous Colors of #dab31e

#dab31e #a3da1e #da551e

Monochromatic Colors of #dab31e

#dab31e

Complementary Color

#dab31e #1e45da

#dab31e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab31e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab31e Color CSS Codes

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

#dab31e Text Font Color

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

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


#dab31e Background Color

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

This div background color is #dab31e


#dab31e Border Color

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

This div border color is #dab31e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab31e


Comments

No comments written yet.

Please login to write comment.