Color Hex Logo

#aaf61b Color Hex

#AAF61B
(170,246,27)
0 Favorites   0 Comments

Color spaces of #aaf61b

RGB 17024627
HSL0.220.920.54
HSV81°89°96°
CMYK 0.310.000.89   0.04
XYZ49.731274.536712.8028
Yxy74.53670.36280.5438
Hunter Lab86.3346-48.264651.6420
CIE-Lab89.1755-50.440183.3554

#aaf61b color RGB value is (170,246,27).

#aaf61b hex color red value is 170, green value is 246 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #aaf61b hue: 0.22 , saturation: 0.92 and the lightness value of aaf61b is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110110 00011011
Octal 252 366 33
Decimal 170 246 27
Hex AA F6 1B

RGB Percentages of Color #aaf61b

%38.37
%55.53
%6.09

CMYK Percentages of Color #aaf61b

%31
%0
%89
%4

Triadic Colors of #aaf61b

#aaf61b #1baaf6 #f61baa

Analogous Colors of #aaf61b

#aaf61b #3cf61b #f6d51b

Monochromatic Colors of #aaf61b

#aaf61b

Complementary Color

#aaf61b #671bf6

#aaf61b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf61b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf61b Color CSS Codes

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

#aaf61b Text Font Color

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

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


#aaf61b Background Color

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

This div background color is #aaf61b


#aaf61b Border Color

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

This div border color is #aaf61b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf61b


Comments

No comments written yet.

Please login to write comment.