Color Hex Logo

#aaf321 Color Hex

#AAF321
(170,243,33)
0 Favorites   0 Comments

Color spaces of #aaf321

RGB 17024333
HSL0.220.900.54
HSV81°86°95°
CMYK 0.300.000.86   0.05
XYZ48.902772.757012.9049
Yxy72.75700.36340.5407
Hunter Lab85.2977-46.933850.7383
CIE-Lab88.3317-49.052881.6408

#aaf321 color RGB value is (170,243,33).

#aaf321 hex color red value is 170, green value is 243 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #aaf321 hue: 0.22 , saturation: 0.90 and the lightness value of aaf321 is 0.54.

The process color (four color CMYK) of #aaf321 color hex is 0.30, 0.00, 0.86, 0.05. Web safe color of #aaf321 is #99ff33. Color #aaf321 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110011 00100001
Octal 252 363 41
Decimal 170 243 33
Hex AA F3 21

RGB Percentages of Color #aaf321

%38.12
%54.48
%7.40

CMYK Percentages of Color #aaf321

%30
%0
%86
%5

Triadic Colors of #aaf321

#aaf321 #21aaf3 #f321aa

Analogous Colors of #aaf321

#aaf321 #41f321 #f3d321

Monochromatic Colors of #aaf321

#aaf321

Complementary Color

#aaf321 #6a21f3

#aaf321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf321 Color CSS Codes

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

#aaf321 Text Font Color

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

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


#aaf321 Background Color

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

This div background color is #aaf321


#aaf321 Border Color

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

This div border color is #aaf321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf321


Comments

No comments written yet.

Please login to write comment.