Color Hex Logo

#dab609 Color Hex

#DAB609
(218,182,9)
0 Favorites   0 Comments

Color spaces of #dab609

RGB 2181829
HSL0.140.920.45
HSV50°96°85°
CMYK 0.000.170.96   0.15
XYZ45.690748.38107.1888
Yxy48.38100.45120.4778
Hunter Lab69.5565-4.469542.5618
CIE-Lab75.0646-0.838376.1737

#dab609 color RGB value is (218,182,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110110 00001001
Octal 332 266 11
Decimal 218 182 9
Hex DA B6 9

RGB Percentages of Color #dab609

%53.30
%44.50
%2.20

CMYK Percentages of Color #dab609

%0
%17
%96
%15

Triadic Colors of #dab609

#dab609 #09dab6 #b609da

Analogous Colors of #dab609

#dab609 #96da09 #da4e09

Monochromatic Colors of #dab609

#dab609

Complementary Color

#dab609 #092dda

#dab609 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab609 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab609 Color CSS Codes

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

#dab609 Text Font Color

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

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


#dab609 Background Color

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

This div background color is #dab609


#dab609 Border Color

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

This div border color is #dab609


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab609


Comments

No comments written yet.

Please login to write comment.