Color Hex Logo

#daba09 Color Hex

#DABA09
(218,186,9)
0 Favorites   0 Comments

Color spaces of #daba09

RGB 2181869
HSL0.140.920.45
HSV51°96°85°
CMYK 0.000.150.96   0.15
XYZ46.521750.04307.4657
Yxy50.04300.44720.4810
Hunter Lab70.7411-6.409343.2615
CIE-Lab76.0956-2.922176.9265

#daba09 color RGB value is (218,186,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 00001001
Octal 332 272 11
Decimal 218 186 9
Hex DA BA 9

RGB Percentages of Color #daba09

%52.78
%45.04
%2.18

CMYK Percentages of Color #daba09

%0
%15
%96
%15

Triadic Colors of #daba09

#daba09 #09daba #ba09da

Analogous Colors of #daba09

#daba09 #92da09 #da5209

Monochromatic Colors of #daba09

#daba09

Complementary Color

#daba09 #0929da

#daba09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daba09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daba09 Color CSS Codes

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

#daba09 Text Font Color

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

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


#daba09 Background Color

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

This div background color is #daba09


#daba09 Border Color

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

This div border color is #daba09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daba09


Comments

No comments written yet.

Please login to write comment.