Color Hex Logo

#aaff75 Color Hex

#AAFF75
(170,255,117)
0 Favorites   0 Comments

Color spaces of #aaff75

RGB 170255117
HSL0.271.000.73
HSV97°54°100°
CMYK 0.330.000.54   0.00
XYZ55.548481.350429.6041
Yxy81.35040.33360.4886
Hunter Lab90.1945-47.906843.6756
CIE-Lab92.2874-48.719357.1355

#aaff75 color RGB value is (170,255,117).

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

The process color (four color CMYK) of #aaff75 color hex is 0.33, 0.00, 0.54, 0.00. Web safe color of #aaff75 is #99ff66. Color #aaff75 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111111 01110101
Octal 252 377 165
Decimal 170 255 117
Hex AA FF 75

RGB Percentages of Color #aaff75

%31.37
%47.05
%21.59

CMYK Percentages of Color #aaff75

%33
%0
%54
%0

Triadic Colors of #aaff75

#aaff75 #75aaff #ff75aa

Analogous Colors of #aaff75

#aaff75 #75ff85 #efff75

Monochromatic Colors of #aaff75

#aaff75

Complementary Color

#aaff75 #ca75ff

#aaff75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaff75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaff75 Color CSS Codes

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

#aaff75 Text Font Color

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

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


#aaff75 Background Color

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

This div background color is #aaff75


#aaff75 Border Color

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

This div border color is #aaff75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaff75


Comments

No comments written yet.

Please login to write comment.