Color Hex Logo

#a9b013 Color Hex

#A9B013
(169,176,19)
0 Favorites   0 Comments

Color spaces of #a9b013

RGB 16917619
HSL0.170.810.38
HSV63°89°69°
CMYK 0.040.000.89   0.31
XYZ32.005139.53276.5598
Yxy39.53270.40980.5062
Hunter Lab62.8750-19.170037.8268
CIE-Lab69.1354-19.109068.3808

#a9b013 color RGB value is (169,176,19).

#a9b013 hex color red value is 169, green value is 176 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #a9b013 hue: 0.17 , saturation: 0.81 and the lightness value of a9b013 is 0.38.

The process color (four color CMYK) of #a9b013 color hex is 0.04, 0.00, 0.89, 0.31. Web safe color of #a9b013 is #999900. Color #a9b013 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10110000 00010011
Octal 251 260 23
Decimal 169 176 19
Hex A9 B0 13

RGB Percentages of Color #a9b013

%46.43
%48.35
%5.22

CMYK Percentages of Color #a9b013

%4
%0
%89
%31

Triadic Colors of #a9b013

#a9b013 #13a9b0 #b013a9

Analogous Colors of #a9b013

#a9b013 #5bb013 #b06913

Monochromatic Colors of #a9b013

#a9b013

Complementary Color

#a9b013 #1a13b0

#a9b013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9b013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9b013 Color CSS Codes

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

#a9b013 Text Font Color

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

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


#a9b013 Background Color

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

This div background color is #a9b013


#a9b013 Border Color

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

This div border color is #a9b013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9b013


Comments

No comments written yet.

Please login to write comment.