Color Hex Logo

#aaf316 Color Hex

#AAF316
(170,243,22)
0 Favorites   0 Comments

Color spaces of #aaf316

RGB 17024322
HSL0.220.900.52
HSV80°91°95°
CMYK 0.300.000.91   0.05
XYZ48.773072.705212.2220
Yxy72.70520.36480.5438
Hunter Lab85.2673-47.115751.1887
CIE-Lab88.3069-49.300683.3625

#aaf316 color RGB value is (170,243,22).

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

The process color (four color CMYK) of #aaf316 color hex is 0.30, 0.00, 0.91, 0.05. Web safe color of #aaf316 is #99ff00. Color #aaf316 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110011 00010110
Octal 252 363 26
Decimal 170 243 22
Hex AA F3 16

RGB Percentages of Color #aaf316

%39.08
%55.86
%5.06

CMYK Percentages of Color #aaf316

%30
%0
%91
%5

Triadic Colors of #aaf316

#aaf316 #16aaf3 #f316aa

Analogous Colors of #aaf316

#aaf316 #3cf316 #f3ce16

Monochromatic Colors of #aaf316

#aaf316

Complementary Color

#aaf316 #5f16f3

#aaf316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf316 Color CSS Codes

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

#aaf316 Text Font Color

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

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


#aaf316 Background Color

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

This div background color is #aaf316


#aaf316 Border Color

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

This div border color is #aaf316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf316


Comments

No comments written yet.

Please login to write comment.