Color Hex Logo

#a9d308 Color Hex

#A9D308
(169,211,8)
0 Favorites   0 Comments

Color spaces of #a9d308

RGB 1692118
HSL0.200.930.43
HSV72°96°83°
CMYK 0.200.000.96   0.17
XYZ39.700355.04118.7613
Yxy55.04110.38360.5318
Hunter Lab74.1897-34.313244.9310
CIE-Lab79.0649-36.006477.5609

#a9d308 color RGB value is (169,211,8).

#a9d308 hex color red value is 169, green value is 211 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #a9d308 hue: 0.20 , saturation: 0.93 and the lightness value of a9d308 is 0.43.

The process color (four color CMYK) of #a9d308 color hex is 0.20, 0.00, 0.96, 0.17. Web safe color of #a9d308 is #99cc00. Color #a9d308 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11010011 00001000
Octal 251 323 10
Decimal 169 211 8
Hex A9 D3 8

RGB Percentages of Color #a9d308

%43.56
%54.38
%2.06

CMYK Percentages of Color #a9d308

%20
%0
%96
%17

Triadic Colors of #a9d308

#a9d308 #08a9d3 #d308a9

Analogous Colors of #a9d308

#a9d308 #44d308 #d39808

Monochromatic Colors of #a9d308

#a9d308

Complementary Color

#a9d308 #3208d3

#a9d308 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9d308 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9d308 Color CSS Codes

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

#a9d308 Text Font Color

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

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


#a9d308 Background Color

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

This div background color is #a9d308


#a9d308 Border Color

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

This div border color is #a9d308


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,211,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a9d308; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a9d308;
  -webkit-box-shadow: 1px 1px 3px 2px #a9d308;
  box-shadow:         1px 1px 3px 2px #a9d308; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,211,8, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9d308


Comments

No comments written yet.

Please login to write comment.