Color Hex Logo

#aaf15d Color Hex

#AAF15D
(170,241,93)
1 Favorites   0 Comments

Color spaces of #aaf15d

RGB 17024193
HSL0.250.840.65
HSV89°61°95°
CMYK 0.290.000.61   0.05
XYZ50.008672.247021.6653
Yxy72.24700.34750.5020
Hunter Lab84.9982-43.726744.3863
CIE-Lab88.0873-45.001962.6998

#aaf15d color RGB value is (170,241,93).

#aaf15d hex color red value is 170, green value is 241 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #aaf15d hue: 0.25 , saturation: 0.84 and the lightness value of aaf15d is 0.65.

The process color (four color CMYK) of #aaf15d color hex is 0.29, 0.00, 0.61, 0.05. Web safe color of #aaf15d is #99ff66. Color #aaf15d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110001 01011101
Octal 252 361 135
Decimal 170 241 93
Hex AA F1 5D

RGB Percentages of Color #aaf15d

%33.73
%47.82
%18.45

CMYK Percentages of Color #aaf15d

%29
%0
%61
%5

Triadic Colors of #aaf15d

#aaf15d #5daaf1 #f15daa

Analogous Colors of #aaf15d

#aaf15d #60f15d #f1ee5d

Monochromatic Colors of #aaf15d

#aaf15d

Complementary Color

#aaf15d #a45df1

#aaf15d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf15d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf15d Color CSS Codes

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

#aaf15d Text Font Color

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

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


#aaf15d Background Color

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

This div background color is #aaf15d


#aaf15d Border Color

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

This div border color is #aaf15d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf15d


Comments

No comments written yet.

Please login to write comment.