Color Hex Logo

#aab116 Color Hex

#AAB116
(170,177,22)
0 Favorites   0 Comments

Color spaces of #aab116

RGB 17017722
HSL0.170.780.39
HSV63°88°69°
CMYK 0.040.000.88   0.31
XYZ32.444540.04836.7791
Yxy40.04830.40930.5052
Hunter Lab63.2837-19.232637.9473
CIE-Lab69.5039-19.112868.1520

#aab116 color RGB value is (170,177,22).

#aab116 hex color red value is 170, green value is 177 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #aab116 hue: 0.17 , saturation: 0.78 and the lightness value of aab116 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110001 00010110
Octal 252 261 26
Decimal 170 177 22
Hex AA B1 16

RGB Percentages of Color #aab116

%46.07
%47.97
%5.96

CMYK Percentages of Color #aab116

%4
%0
%88
%31

Triadic Colors of #aab116

#aab116 #16aab1 #b116aa

Analogous Colors of #aab116

#aab116 #5db116 #b16b16

Monochromatic Colors of #aab116

#aab116

Complementary Color

#aab116 #1d16b1

#aab116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab116 Color CSS Codes

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

#aab116 Text Font Color

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

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


#aab116 Background Color

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

This div background color is #aab116


#aab116 Border Color

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

This div border color is #aab116


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,177,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aab116; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aab116;
  -webkit-box-shadow: 1px 1px 3px 2px #aab116;
  box-shadow:         1px 1px 3px 2px #aab116; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,177,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab116


Comments

No comments written yet.

Please login to write comment.