Color Hex Logo

#aaf12b Color Hex

#AAF12B
(170,241,43)
0 Favorites   0 Comments

Color spaces of #aaf12b

RGB 17024143
HSL0.230.880.56
HSV82°82°95°
CMYK 0.290.000.82   0.05
XYZ48.468971.631113.5571
Yxy71.63110.36260.5359
Hunter Lab84.6352-45.888149.7474
CIE-Lab87.7907-47.909279.0802

#aaf12b color RGB value is (170,241,43).

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

The process color (four color CMYK) of #aaf12b color hex is 0.29, 0.00, 0.82, 0.05. Web safe color of #aaf12b is #99ff33. Color #aaf12b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110001 00101011
Octal 252 361 53
Decimal 170 241 43
Hex AA F1 2B

RGB Percentages of Color #aaf12b

%37.44
%53.08
%9.47

CMYK Percentages of Color #aaf12b

%29
%0
%82
%5

Triadic Colors of #aaf12b

#aaf12b #2baaf1 #f12baa

Analogous Colors of #aaf12b

#aaf12b #47f12b #f1d52b

Monochromatic Colors of #aaf12b

#aaf12b

Complementary Color

#aaf12b #722bf1

#aaf12b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf12b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf12b Color CSS Codes

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

#aaf12b Text Font Color

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

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


#aaf12b Background Color

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

This div background color is #aaf12b


#aaf12b Border Color

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

This div border color is #aaf12b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf12b


Comments

No comments written yet.

Please login to write comment.