Color Hex Logo

#dab514 Color Hex

#DAB514
(218,181,20)
0 Favorites   0 Comments

Color spaces of #dab514

RGB 21818120
HSL0.140.830.47
HSV49°91°85°
CMYK 0.000.170.91   0.15
XYZ45.563648.00377.5260
Yxy48.00370.45070.4748
Hunter Lab69.2847-3.861542.0590
CIE-Lab74.8273-0.178874.5199

#dab514 color RGB value is (218,181,20).

#dab514 hex color red value is 218, green value is 181 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #dab514 hue: 0.14 , saturation: 0.83 and the lightness value of dab514 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110101 00010100
Octal 332 265 24
Decimal 218 181 20
Hex DA B5 14

RGB Percentages of Color #dab514

%52.03
%43.20
%4.77

CMYK Percentages of Color #dab514

%0
%17
%91
%15

Triadic Colors of #dab514

#dab514 #14dab5 #b514da

Analogous Colors of #dab514

#dab514 #9cda14 #da5214

Monochromatic Colors of #dab514

#dab514

Complementary Color

#dab514 #1439da

#dab514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab514 Color CSS Codes

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

#dab514 Text Font Color

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

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


#dab514 Background Color

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

This div background color is #dab514


#dab514 Border Color

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

This div border color is #dab514


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab514


Comments

No comments written yet.

Please login to write comment.