Color Hex Logo

#aaf465 Color Hex

#AAF465
(170,244,101)
0 Favorites   0 Comments

Color spaces of #aaf465

RGB 170244101
HSL0.250.870.68
HSV91°59°96°
CMYK 0.300.000.59   0.04
XYZ51.277274.187023.9289
Yxy74.18700.34320.4966
Hunter Lab86.1319-44.463743.8205
CIE-Lab89.0108-45.597560.3595

#aaf465 color RGB value is (170,244,101).

#aaf465 hex color red value is 170, green value is 244 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #aaf465 hue: 0.25 , saturation: 0.87 and the lightness value of aaf465 is 0.68.

The process color (four color CMYK) of #aaf465 color hex is 0.30, 0.00, 0.59, 0.04. Web safe color of #aaf465 is #99ff66. Color #aaf465 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110100 01100101
Octal 252 364 145
Decimal 170 244 101
Hex AA F4 65

RGB Percentages of Color #aaf465

%33.01
%47.38
%19.61

CMYK Percentages of Color #aaf465

%30
%0
%59
%4

Triadic Colors of #aaf465

#aaf465 #65aaf4 #f465aa

Analogous Colors of #aaf465

#aaf465 #65f468 #f2f465

Monochromatic Colors of #aaf465

#aaf465

Complementary Color

#aaf465 #af65f4

#aaf465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf465 Color CSS Codes

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

#aaf465 Text Font Color

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

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


#aaf465 Background Color

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

This div background color is #aaf465


#aaf465 Border Color

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

This div border color is #aaf465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf465


Comments

No comments written yet.

Please login to write comment.