Color Hex Logo

#aaf83d Color Hex

#AAF83D
(170,248,61)
0 Favorites   0 Comments

Color spaces of #aaf83d

RGB 17024861
HSL0.240.930.61
HSV85°75°97°
CMYK 0.310.000.75   0.03
XYZ50.987376.017816.4005
Yxy76.01780.35550.5301
Hunter Lab87.1882-48.193249.8790
CIE-Lab89.8676-50.059276.1171

#aaf83d color RGB value is (170,248,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111000 00111101
Octal 252 370 75
Decimal 170 248 61
Hex AA F8 3D

RGB Percentages of Color #aaf83d

%35.49
%51.77
%12.73

CMYK Percentages of Color #aaf83d

%31
%0
%75
%3

Triadic Colors of #aaf83d

#aaf83d #3daaf8 #f83daa

Analogous Colors of #aaf83d

#aaf83d #4df83d #f8e93d

Monochromatic Colors of #aaf83d

#aaf83d

Complementary Color

#aaf83d #8b3df8

#aaf83d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf83d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf83d Color CSS Codes

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

#aaf83d Text Font Color

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

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


#aaf83d Background Color

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

This div background color is #aaf83d


#aaf83d Border Color

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

This div border color is #aaf83d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf83d


Comments

No comments written yet.

Please login to write comment.