Color Hex Logo

#aafb0b Color Hex

#AAFB0B
(170,251,11)
0 Favorites   0 Comments

Color spaces of #aafb0b

RGB 17025111
HSL0.220.970.51
HSV80°96°98°
CMYK 0.320.000.96   0.02
XYZ51.135177.564612.5930
Yxy77.56460.36190.5490
Hunter Lab88.0708-50.484353.1718
CIE-Lab90.5808-52.741486.3165

#aafb0b color RGB value is (170,251,11).

#aafb0b hex color red value is 170, green value is 251 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #aafb0b hue: 0.22 , saturation: 0.97 and the lightness value of aafb0b is 0.51.

The process color (four color CMYK) of #aafb0b color hex is 0.32, 0.00, 0.96, 0.02. Web safe color of #aafb0b is #99ff00. Color #aafb0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111011 00001011
Octal 252 373 13
Decimal 170 251 11
Hex AA FB B

RGB Percentages of Color #aafb0b

%39.35
%58.10
%2.55

CMYK Percentages of Color #aafb0b

%32
%0
%96
%2

Triadic Colors of #aafb0b

#aafb0b #0baafb #fb0baa

Analogous Colors of #aafb0b

#aafb0b #32fb0b #fbd40b

Monochromatic Colors of #aafb0b

#aafb0b

Complementary Color

#aafb0b #5c0bfb

#aafb0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafb0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafb0b Color CSS Codes

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

#aafb0b Text Font Color

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

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


#aafb0b Background Color

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

This div background color is #aafb0b


#aafb0b Border Color

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

This div border color is #aafb0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafb0b


Comments

No comments written yet.

Please login to write comment.