Color Hex Logo

#ada409 Color Hex

#ADA409
(173,164,9)
0 Favorites   0 Comments

Color spaces of #ada409

RGB 1731649
HSL0.160.900.36
HSV57°95°68°
CMYK 0.000.050.95   0.32
XYZ30.558335.45495.4913
Yxy35.45490.42740.4958
Hunter Lab59.5440-12.594936.2129
CIE-Lab66.1013-11.353667.6613

#ada409 color RGB value is (173,164,9).

#ada409 hex color red value is 173, green value is 164 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #ada409 hue: 0.16 , saturation: 0.90 and the lightness value of ada409 is 0.36.

The process color (four color CMYK) of #ada409 color hex is 0.00, 0.05, 0.95, 0.32. Web safe color of #ada409 is #999900. Color #ada409 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100100 00001001
Octal 255 244 11
Decimal 173 164 9
Hex AD A4 9

RGB Percentages of Color #ada409

%50.00
%47.40
%2.60

CMYK Percentages of Color #ada409

%0
%5
%95
%32

Triadic Colors of #ada409

#ada409 #09ada4 #a409ad

Analogous Colors of #ada409

#ada409 #64ad09 #ad5209

Monochromatic Colors of #ada409

#ada409

Complementary Color

#ada409 #0912ad

#ada409 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada409 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada409 Color CSS Codes

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

#ada409 Text Font Color

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

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


#ada409 Background Color

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

This div background color is #ada409


#ada409 Border Color

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

This div border color is #ada409


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada409


Comments

No comments written yet.

Please login to write comment.