Color Hex Logo

#dab40e Color Hex

#DAB40E
(218,180,14)
0 Favorites   0 Comments

Color spaces of #dab40e

RGB 21818014
HSL0.140.880.45
HSV49°94°85°
CMYK 0.000.170.94   0.15
XYZ45.314047.57967.2110
Yxy47.57960.45270.4753
Hunter Lab68.9780-3.448742.0864
CIE-Lab74.55900.261775.2188

#dab40e color RGB value is (218,180,14).

#dab40e hex color red value is 218, green value is 180 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dab40e hue: 0.14 , saturation: 0.88 and the lightness value of dab40e is 0.45.

The process color (four color CMYK) of #dab40e color hex is 0.00, 0.17, 0.94, 0.15. Web safe color of #dab40e is #cccc00. Color #dab40e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110100 00001110
Octal 332 264 16
Decimal 218 180 14
Hex DA B4 E

RGB Percentages of Color #dab40e

%52.91
%43.69
%3.40

CMYK Percentages of Color #dab40e

%0
%17
%94
%15

Triadic Colors of #dab40e

#dab40e #0edab4 #b40eda

Analogous Colors of #dab40e

#dab40e #9ada0e #da4e0e

Monochromatic Colors of #dab40e

#dab40e

Complementary Color

#dab40e #0e34da

#dab40e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab40e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab40e Color CSS Codes

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

#dab40e Text Font Color

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

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


#dab40e Background Color

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

This div background color is #dab40e


#dab40e Border Color

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

This div border color is #dab40e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab40e


Comments

No comments written yet.

Please login to write comment.