Color Hex Logo

#dabd19 Color Hex

#DABD19
(218,189,25)
0 Favorites   0 Comments

Color spaces of #dabd19

RGB 21818925
HSL0.140.790.48
HSV51°89°85°
CMYK 0.000.130.89   0.15
XYZ47.286551.37088.3430
Yxy51.37080.44190.4801
Hunter Lab71.6734-7.663243.2699
CIE-Lab76.9031-4.254875.2302

#dabd19 color RGB value is (218,189,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 00011001
Octal 332 275 31
Decimal 218 189 25
Hex DA BD 19

RGB Percentages of Color #dabd19

%50.46
%43.75
%5.79

CMYK Percentages of Color #dabd19

%0
%13
%89
%15

Triadic Colors of #dabd19

#dabd19 #19dabd #bd19da

Analogous Colors of #dabd19

#dabd19 #97da19 #da5d19

Monochromatic Colors of #dabd19

#dabd19

Complementary Color

#dabd19 #1936da

#dabd19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabd19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabd19 Color CSS Codes

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

#dabd19 Text Font Color

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

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


#dabd19 Background Color

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

This div background color is #dabd19


#dabd19 Border Color

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

This div border color is #dabd19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabd19


Comments

No comments written yet.

Please login to write comment.