Color Hex Logo

#aaf83e Color Hex

#AAF83E
(170,248,62)
0 Favorites   0 Comments

Color spaces of #aaf83e

RGB 17024862
HSL0.240.930.61
HSV85°75°97°
CMYK 0.310.000.75   0.03
XYZ51.014576.028716.5437
Yxy76.02870.35530.5295
Hunter Lab87.1944-48.156049.7868
CIE-Lab89.8727-50.008875.8170

#aaf83e color RGB value is (170,248,62).

#aaf83e hex color red value is 170, green value is 248 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #aaf83e hue: 0.24 , saturation: 0.93 and the lightness value of aaf83e is 0.61.

The process color (four color CMYK) of #aaf83e color hex is 0.31, 0.00, 0.75, 0.03. Web safe color of #aaf83e is #99ff33. Color #aaf83e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111000 00111110
Octal 252 370 76
Decimal 170 248 62
Hex AA F8 3E

RGB Percentages of Color #aaf83e

%35.42
%51.67
%12.92

CMYK Percentages of Color #aaf83e

%31
%0
%75
%3

Triadic Colors of #aaf83e

#aaf83e #3eaaf8 #f83eaa

Analogous Colors of #aaf83e

#aaf83e #4df83e #f8e93e

Monochromatic Colors of #aaf83e

#aaf83e

Complementary Color

#aaf83e #8c3ef8

#aaf83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf83e Color CSS Codes

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

#aaf83e Text Font Color

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

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


#aaf83e Background Color

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

This div background color is #aaf83e


#aaf83e Border Color

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

This div border color is #aaf83e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf83e


Comments

No comments written yet.

Please login to write comment.