Color Hex Logo

#aaf23e Color Hex

#AAF23E
(170,242,62)
0 Favorites   0 Comments

Color spaces of #aaf23e

RGB 17024262
HSL0.230.870.60
HSV84°74°95°
CMYK 0.300.000.74   0.05
XYZ49.199272.398115.9386
Yxy72.39810.35770.5264
Hunter Lab85.0871-45.689848.4547
CIE-Lab88.1599-47.504074.1812

#aaf23e color RGB value is (170,242,62).

#aaf23e hex color red value is 170, green value is 242 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #aaf23e hue: 0.23 , saturation: 0.87 and the lightness value of aaf23e is 0.60.

The process color (four color CMYK) of #aaf23e color hex is 0.30, 0.00, 0.74, 0.05. Web safe color of #aaf23e is #99ff33. Color #aaf23e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110010 00111110
Octal 252 362 76
Decimal 170 242 62
Hex AA F2 3E

RGB Percentages of Color #aaf23e

%35.86
%51.05
%13.08

CMYK Percentages of Color #aaf23e

%30
%0
%74
%5

Triadic Colors of #aaf23e

#aaf23e #3eaaf2 #f23eaa

Analogous Colors of #aaf23e

#aaf23e #50f23e #f2e03e

Monochromatic Colors of #aaf23e

#aaf23e

Complementary Color

#aaf23e #863ef2

#aaf23e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf23e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf23e Color CSS Codes

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

#aaf23e Text Font Color

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

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


#aaf23e Background Color

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

This div background color is #aaf23e


#aaf23e Border Color

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

This div border color is #aaf23e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf23e


Comments

No comments written yet.

Please login to write comment.