Color Hex Logo

#dab70e Color Hex

#DAB70E
(218,183,14)
0 Favorites   0 Comments

Color spaces of #dab70e

RGB 21818314
HSL0.140.880.45
HSV50°94°85°
CMYK 0.000.160.94   0.15
XYZ45.926248.80417.4150
Yxy48.80410.44960.4778
Hunter Lab69.8599-4.908342.6089
CIE-Lab75.3293-1.307475.7909

#dab70e color RGB value is (218,183,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110111 00001110
Octal 332 267 16
Decimal 218 183 14
Hex DA B7 E

RGB Percentages of Color #dab70e

%52.53
%44.10
%3.37

CMYK Percentages of Color #dab70e

%0
%16
%94
%15

Triadic Colors of #dab70e

#dab70e #0edab7 #b70eda

Analogous Colors of #dab70e

#dab70e #97da0e #da510e

Monochromatic Colors of #dab70e

#dab70e

Complementary Color

#dab70e #0e31da

#dab70e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab70e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab70e Color CSS Codes

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

#dab70e Text Font Color

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

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


#dab70e Background Color

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

This div background color is #dab70e


#dab70e Border Color

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

This div border color is #dab70e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab70e


Comments

No comments written yet.

Please login to write comment.