Color Hex Logo

#dab909 Color Hex

#DAB909
(218,185,9)
0 Favorites   0 Comments

Color spaces of #dab909

RGB 2181859
HSL0.140.920.45
HSV51°96°85°
CMYK 0.000.150.96   0.15
XYZ46.311749.62317.3958
Yxy49.62310.44820.4802
Hunter Lab70.4437-5.925443.0858
CIE-Lab75.8373-2.402576.7374

#dab909 color RGB value is (218,185,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 00001001
Octal 332 271 11
Decimal 218 185 9
Hex DA B9 9

RGB Percentages of Color #dab909

%52.91
%44.90
%2.18

CMYK Percentages of Color #dab909

%0
%15
%96
%15

Triadic Colors of #dab909

#dab909 #09dab9 #b909da

Analogous Colors of #dab909

#dab909 #93da09 #da5109

Monochromatic Colors of #dab909

#dab909

Complementary Color

#dab909 #092ada

#dab909 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab909 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab909 Color CSS Codes

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

#dab909 Text Font Color

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

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


#dab909 Background Color

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

This div background color is #dab909


#dab909 Border Color

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

This div border color is #dab909


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab909


Comments

No comments written yet.

Please login to write comment.