color codes Logo

#aaff1c color codes

#AAFF1C
(170,255,28)
1 Favorites   0 Comments

Color spaces of #aaff1c

RGB 17025528
HSL0.231.000.55
HSV82°89°100°
CMYK 0.330.000.89   0.00
XYZ52.547280.149913.7996
Yxy80.14990.35870.5471
Hunter Lab89.5265-51.901553.5296
CIE-Lab91.7521-54.080485.3181

#aaff1c color RGB value is (170,255,28).

#aaff1c hex color red value is 170, green value is 255 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #aaff1c hue: 0.23 , saturation: 1.00 and the lightness value of aaff1c is 0.55.

The process color (four color CMYK) of #aaff1c color code is 0.33, 0.00, 0.89, 0.00. Web safe color of #aaff1c is #99ff33. Color #aaff1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111111 00011100
Octal 252 377 34
Decimal 170 255 28
Hex AA FF 1C

RGB Percentages of Color #aaff1c

%37.53
%56.29
%6.18

CMYK Percentages of Color #aaff1c

%33
%0
%89
%0

Triadic Colors of #aaff1c

#aaff1c #1caaff #ff1caa

Analogous Colors of #aaff1c

#aaff1c #38ff1c #ffe31c

Monochromatic Colors of #aaff1c

#aaff1c

Complementary Color

#aaff1c #711cff

#aaff1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaff1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaff1c Color CSS Codes

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

#aaff1c Text Font Color

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

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


#aaff1c Background Color

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

This div background color is #aaff1c


#aaff1c Border Color

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

This div border color is #aaff1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaff1c

Related Colors


Comments

No comments written yet.

Please login to write comment.