Color Hex Logo

#dab017 Color Hex

#DAB017
(218,176,23)
0 Favorites   0 Comments

Color spaces of #dab017

RGB 21817623
HSL0.130.810.47
HSV47°89°85°
CMYK 0.000.190.89   0.15
XYZ44.593446.01807.3426
Yxy46.01800.45520.4698
Hunter Lab67.8366-1.374341.0681
CIE-Lab73.55722.498173.0023

#dab017 color RGB value is (218,176,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 00010111
Octal 332 260 27
Decimal 218 176 23
Hex DA B0 17

RGB Percentages of Color #dab017

%52.28
%42.21
%5.52

CMYK Percentages of Color #dab017

%0
%19
%89
%15

Triadic Colors of #dab017

#dab017 #17dab0 #b017da

Analogous Colors of #dab017

#dab017 #a3da17 #da4f17

Monochromatic Colors of #dab017

#dab017

Complementary Color

#dab017 #1741da

#dab017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab017 Color CSS Codes

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

#dab017 Text Font Color

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

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


#dab017 Background Color

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

This div background color is #dab017


#dab017 Border Color

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

This div border color is #dab017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab017


Comments

No comments written yet.

Please login to write comment.