Color Hex Logo

#aaf492 Color Hex

#AAF492
(170,244,146)
0 Favorites   0 Comments

Color spaces of #aaf492

RGB 170244146
HSL0.290.820.76
HSV105°40°96°
CMYK 0.300.000.40   0.04
XYZ54.116675.322738.8806
Yxy75.32270.32150.4475
Hunter Lab86.7887-40.577434.1906
CIE-Lab89.5439-40.517140.0815

#aaf492 color RGB value is (170,244,146).

#aaf492 hex color red value is 170, green value is 244 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #aaf492 hue: 0.29 , saturation: 0.82 and the lightness value of aaf492 is 0.76.

The process color (four color CMYK) of #aaf492 color hex is 0.30, 0.00, 0.40, 0.04. Web safe color of #aaf492 is #99ff99. Color #aaf492 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110100 10010010
Octal 252 364 222
Decimal 170 244 146
Hex AA F4 92

RGB Percentages of Color #aaf492

%30.36
%43.57
%26.07

CMYK Percentages of Color #aaf492

%30
%0
%40
%4

Triadic Colors of #aaf492

#aaf492 #92aaf4 #f492aa

Analogous Colors of #aaf492

#aaf492 #92f4ab #dbf492

Monochromatic Colors of #aaf492

#aaf492

Complementary Color

#aaf492 #dc92f4

#aaf492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf492 Color CSS Codes

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

#aaf492 Text Font Color

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

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


#aaf492 Background Color

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

This div background color is #aaf492


#aaf492 Border Color

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

This div border color is #aaf492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf492


Comments

No comments written yet.

Please login to write comment.