Color Hex Logo

#aabf0b Color Hex

#AABF0B
(170,191,11)
0 Favorites   0 Comments

Color spaces of #aabf0b

RGB 17019111
HSL0.190.890.40
HSV67°94°75°
CMYK 0.110.000.94   0.25
XYZ35.268845.83187.3042
Yxy45.83180.39890.5184
Hunter Lab67.6992-25.481640.9925
CIE-Lab73.4363-26.203772.9359

#aabf0b color RGB value is (170,191,11).

#aabf0b hex color red value is 170, green value is 191 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #aabf0b hue: 0.19 , saturation: 0.89 and the lightness value of aabf0b is 0.40.

The process color (four color CMYK) of #aabf0b color hex is 0.11, 0.00, 0.94, 0.25. Web safe color of #aabf0b is #99cc00. Color #aabf0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 00001011
Octal 252 277 13
Decimal 170 191 11
Hex AA BF B

RGB Percentages of Color #aabf0b

%45.70
%51.34
%2.96

CMYK Percentages of Color #aabf0b

%11
%0
%94
%25

Triadic Colors of #aabf0b

#aabf0b #0baabf #bf0baa

Analogous Colors of #aabf0b

#aabf0b #50bf0b #bf7a0b

Monochromatic Colors of #aabf0b

#aabf0b

Complementary Color

#aabf0b #200bbf

#aabf0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabf0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabf0b Color CSS Codes

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

#aabf0b Text Font Color

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

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


#aabf0b Background Color

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

This div background color is #aabf0b


#aabf0b Border Color

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

This div border color is #aabf0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabf0b


Comments

No comments written yet.

Please login to write comment.