Color Hex Logo

#aaf252 Color Hex

#AAF252
(170,242,82)
0 Favorites   0 Comments

Color spaces of #aaf252

RGB 17024282
HSL0.240.860.64
HSV87°66°95°
CMYK 0.300.000.66   0.05
XYZ49.852772.659519.3798
Yxy72.65950.35130.5121
Hunter Lab85.2405-44.775746.1885
CIE-Lab88.2851-46.274067.3000

#aaf252 color RGB value is (170,242,82).

#aaf252 hex color red value is 170, green value is 242 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #aaf252 hue: 0.24 , saturation: 0.86 and the lightness value of aaf252 is 0.64.

The process color (four color CMYK) of #aaf252 color hex is 0.30, 0.00, 0.66, 0.05. Web safe color of #aaf252 is #99ff66. Color #aaf252 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110010 01010010
Octal 252 362 122
Decimal 170 242 82
Hex AA F2 52

RGB Percentages of Color #aaf252

%34.41
%48.99
%16.60

CMYK Percentages of Color #aaf252

%30
%0
%66
%5

Triadic Colors of #aaf252

#aaf252 #52aaf2 #f252aa

Analogous Colors of #aaf252

#aaf252 #5af252 #f2ea52

Monochromatic Colors of #aaf252

#aaf252

Complementary Color

#aaf252 #9a52f2

#aaf252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf252 Color CSS Codes

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

#aaf252 Text Font Color

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

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


#aaf252 Background Color

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

This div background color is #aaf252


#aaf252 Border Color

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

This div border color is #aaf252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf252


Comments

No comments written yet.

Please login to write comment.