Color Hex Logo

#dab417 Color Hex

#DAB417
(218,180,23)
0 Favorites   0 Comments

Color spaces of #dab417

RGB 21818023
HSL0.130.810.47
HSV48°89°85°
CMYK 0.000.170.89   0.15
XYZ45.389447.60987.6079
Yxy47.60980.45120.4732
Hunter Lab68.9999-3.329141.7626
CIE-Lab74.57810.395773.7937

#dab417 color RGB value is (218,180,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110100 00010111
Octal 332 264 27
Decimal 218 180 23
Hex DA B4 17

RGB Percentages of Color #dab417

%51.78
%42.76
%5.46

CMYK Percentages of Color #dab417

%0
%17
%89
%15

Triadic Colors of #dab417

#dab417 #17dab4 #b417da

Analogous Colors of #dab417

#dab417 #9fda17 #da5217

Monochromatic Colors of #dab417

#dab417

Complementary Color

#dab417 #173dda

#dab417 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab417 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab417 Color CSS Codes

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

#dab417 Text Font Color

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

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


#dab417 Background Color

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

This div background color is #dab417


#dab417 Border Color

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

This div border color is #dab417


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab417


Comments

No comments written yet.

Please login to write comment.