Color Hex Logo

#daba18 Color Hex

#DABA18
(218,186,24)
0 Favorites   0 Comments

Color spaces of #daba18

RGB 21818624
HSL0.140.800.47
HSV50°89°85°
CMYK 0.000.150.89   0.15
XYZ46.637250.08928.0743
Yxy50.08920.44500.4779
Hunter Lab70.7737-6.229342.7774
CIE-Lab76.1240-2.718474.8089

#daba18 color RGB value is (218,186,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 00011000
Octal 332 272 30
Decimal 218 186 24
Hex DA BA 18

RGB Percentages of Color #daba18

%50.93
%43.46
%5.61

CMYK Percentages of Color #daba18

%0
%15
%89
%15

Triadic Colors of #daba18

#daba18 #18daba #ba18da

Analogous Colors of #daba18

#daba18 #99da18 #da5918

Monochromatic Colors of #daba18

#daba18

Complementary Color

#daba18 #1838da

#daba18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daba18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daba18 Color CSS Codes

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

#daba18 Text Font Color

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

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


#daba18 Background Color

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

This div background color is #daba18


#daba18 Border Color

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

This div border color is #daba18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daba18


Comments

No comments written yet.

Please login to write comment.