Color Hex Logo

#aaf42b Color Hex

#AAF42B
(170,244,43)
0 Favorites   0 Comments

Color spaces of #aaf42b

RGB 17024443
HSL0.230.900.56
HSV82°82°96°
CMYK 0.300.000.82   0.04
XYZ49.364373.421813.8556
Yxy73.42180.36130.5373
Hunter Lab85.6865-47.116950.3933
CIE-Lab88.6485-49.161779.8314

#aaf42b color RGB value is (170,244,43).

#aaf42b hex color red value is 170, green value is 244 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #aaf42b hue: 0.23 , saturation: 0.90 and the lightness value of aaf42b is 0.56.

The process color (four color CMYK) of #aaf42b color hex is 0.30, 0.00, 0.82, 0.04. Web safe color of #aaf42b is #99ff33. Color #aaf42b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110100 00101011
Octal 252 364 53
Decimal 170 244 43
Hex AA F4 2B

RGB Percentages of Color #aaf42b

%37.20
%53.39
%9.41

CMYK Percentages of Color #aaf42b

%30
%0
%82
%4

Triadic Colors of #aaf42b

#aaf42b #2baaf4 #f42baa

Analogous Colors of #aaf42b

#aaf42b #45f42b #f4da2b

Monochromatic Colors of #aaf42b

#aaf42b

Complementary Color

#aaf42b #752bf4

#aaf42b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf42b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf42b Color CSS Codes

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

#aaf42b Text Font Color

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

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


#aaf42b Background Color

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

This div background color is #aaf42b


#aaf42b Border Color

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

This div border color is #aaf42b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf42b


Comments

No comments written yet.

Please login to write comment.