Color Hex Logo

#dab41e Color Hex

#DAB41E
(218,180,30)
0 Favorites   0 Comments

Color spaces of #dab41e

RGB 21818030
HSL0.130.760.49
HSV48°86°85°
CMYK 0.000.170.86   0.15
XYZ45.469047.64178.0276
Yxy47.64170.44960.4711
Hunter Lab69.0230-3.203041.4205
CIE-Lab74.59840.536872.3408

#dab41e color RGB value is (218,180,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110100 00011110
Octal 332 264 36
Decimal 218 180 30
Hex DA B4 1E

RGB Percentages of Color #dab41e

%50.93
%42.06
%7.01

CMYK Percentages of Color #dab41e

%0
%17
%86
%15

Triadic Colors of #dab41e

#dab41e #1edab4 #b41eda

Analogous Colors of #dab41e

#dab41e #a2da1e #da561e

Monochromatic Colors of #dab41e

#dab41e

Complementary Color

#dab41e #1e44da

#dab41e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab41e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab41e Color CSS Codes

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

#dab41e Text Font Color

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

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


#dab41e Background Color

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

This div background color is #dab41e


#dab41e Border Color

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

This div border color is #dab41e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab41e


Comments

No comments written yet.

Please login to write comment.