Color Hex Logo

#dab917 Color Hex

#DAB917
(218,185,23)
0 Favorites   0 Comments

Color spaces of #dab917

RGB 21818523
HSL0.140.810.47
HSV50°89°85°
CMYK 0.000.150.89   0.15
XYZ46.417149.66527.9505
Yxy49.66520.44620.4774
Hunter Lab70.4735-5.760442.6427
CIE-Lab75.8633-2.216274.7911

#dab917 color RGB value is (218,185,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 00010111
Octal 332 271 27
Decimal 218 185 23
Hex DA B9 17

RGB Percentages of Color #dab917

%51.17
%43.43
%5.40

CMYK Percentages of Color #dab917

%0
%15
%89
%15

Triadic Colors of #dab917

#dab917 #17dab9 #b917da

Analogous Colors of #dab917

#dab917 #9ada17 #da5717

Monochromatic Colors of #dab917

#dab917

Complementary Color

#dab917 #1738da

#dab917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab917 Color CSS Codes

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

#dab917 Text Font Color

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

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


#dab917 Background Color

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

This div background color is #dab917


#dab917 Border Color

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

This div border color is #dab917


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab917


Comments

No comments written yet.

Please login to write comment.