Color Hex Logo

#dab119 Color Hex

#DAB119
(218,177,25)
0 Favorites   0 Comments

Color spaces of #dab119

RGB 21817725
HSL0.130.790.48
HSV47°89°85°
CMYK 0.000.190.89   0.15
XYZ44.811146.41997.5178
Yxy46.41990.45380.4701
Hunter Lab68.1322-1.830341.1504
CIE-Lab73.81722.008872.8081

#dab119 color RGB value is (218,177,25).

#dab119 hex color red value is 218, green value is 177 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #dab119 hue: 0.13 , saturation: 0.79 and the lightness value of dab119 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 00011001
Octal 332 261 31
Decimal 218 177 25
Hex DA B1 19

RGB Percentages of Color #dab119

%51.90
%42.14
%5.95

CMYK Percentages of Color #dab119

%0
%19
%89
%15

Triadic Colors of #dab119

#dab119 #19dab1 #b119da

Analogous Colors of #dab119

#dab119 #a3da19 #da5119

Monochromatic Colors of #dab119

#dab119

Complementary Color

#dab119 #1942da

#dab119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab119 Color CSS Codes

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

#dab119 Text Font Color

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

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


#dab119 Background Color

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

This div background color is #dab119


#dab119 Border Color

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

This div border color is #dab119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab119


Comments

No comments written yet.

Please login to write comment.