Color Hex Logo

#daba19 Color Hex

#DABA19
(218,186,25)
0 Favorites   0 Comments

Color spaces of #daba19

RGB 21818625
HSL0.140.790.48
HSV50°89°85°
CMYK 0.000.150.89   0.15
XYZ46.647850.09348.1301
Yxy50.09340.44480.4777
Hunter Lab70.7767-6.212742.7331
CIE-Lab76.1266-2.699674.6202

#daba19 color RGB value is (218,186,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 00011001
Octal 332 272 31
Decimal 218 186 25
Hex DA BA 19

RGB Percentages of Color #daba19

%50.82
%43.36
%5.83

CMYK Percentages of Color #daba19

%0
%15
%89
%15

Triadic Colors of #daba19

#daba19 #19daba #ba19da

Analogous Colors of #daba19

#daba19 #9ada19 #da5a19

Monochromatic Colors of #daba19

#daba19

Complementary Color

#daba19 #1939da

#daba19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daba19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daba19 Color CSS Codes

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

#daba19 Text Font Color

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

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


#daba19 Background Color

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

This div background color is #daba19


#daba19 Border Color

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

This div border color is #daba19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daba19


Comments

No comments written yet.

Please login to write comment.