Color Hex Logo

#dab81e Color Hex

#DAB81E
(218,184,30)
1 Favorites   0 Comments

Color spaces of #dab81e

RGB 21818430
HSL0.140.760.49
HSV49°86°85°
CMYK 0.000.160.86   0.15
XYZ46.288349.28018.3007
Yxy49.28010.44560.4744
Hunter Lab70.1998-5.150442.1292
CIE-Lab75.6253-1.554673.1709

#dab81e color RGB value is (218,184,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111000 00011110
Octal 332 270 36
Decimal 218 184 30
Hex DA B8 1E

RGB Percentages of Color #dab81e

%50.46
%42.59
%6.94

CMYK Percentages of Color #dab81e

%0
%16
%86
%15

Triadic Colors of #dab81e

#dab81e #1edab8 #b81eda

Analogous Colors of #dab81e

#dab81e #9eda1e #da5a1e

Monochromatic Colors of #dab81e

#dab81e

Complementary Color

#dab81e #1e40da

#dab81e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab81e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab81e Color CSS Codes

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

#dab81e Text Font Color

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

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


#dab81e Background Color

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

This div background color is #dab81e


#dab81e Border Color

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

This div border color is #dab81e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab81e


Comments

No comments written yet.

Please login to write comment.