Color Hex Logo

#aaf820 Color Hex

#AAF820
(170,248,32)
0 Favorites   0 Comments

Color spaces of #aaf820

RGB 17024832
HSL0.230.940.55
HSV82°87°97°
CMYK 0.310.000.87   0.03
XYZ50.405775.785113.3378
Yxy75.78510.36130.5432
Hunter Lab87.0546-48.991951.8543
CIE-Lab89.7595-51.143783.0160

#aaf820 color RGB value is (170,248,32).

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

The process color (four color CMYK) of #aaf820 color hex is 0.31, 0.00, 0.87, 0.03. Web safe color of #aaf820 is #99ff33. Color #aaf820 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111000 00100000
Octal 252 370 40
Decimal 170 248 32
Hex AA F8 20

RGB Percentages of Color #aaf820

%37.78
%55.11
%7.11

CMYK Percentages of Color #aaf820

%31
%0
%87
%3

Triadic Colors of #aaf820

#aaf820 #20aaf8 #f820aa

Analogous Colors of #aaf820

#aaf820 #3ef820 #f8da20

Monochromatic Colors of #aaf820

#aaf820

Complementary Color

#aaf820 #6e20f8

#aaf820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf820 Color CSS Codes

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

#aaf820 Text Font Color

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

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


#aaf820 Background Color

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

This div background color is #aaf820


#aaf820 Border Color

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

This div border color is #aaf820


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf820


Comments

No comments written yet.

Please login to write comment.