Color Hex Logo

#aaf512 Color Hex

#AAF512
(170,245,18)
0 Favorites   0 Comments

Color spaces of #aaf512

RGB 17024518
HSL0.220.920.52
HSV80°93°96°
CMYK 0.310.000.93   0.04
XYZ49.339273.894512.2349
Yxy73.89450.36420.5455
Hunter Lab85.9619-47.980451.7346
CIE-Lab88.8726-50.195884.3038

#aaf512 color RGB value is (170,245,18).

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

The process color (four color CMYK) of #aaf512 color hex is 0.31, 0.00, 0.93, 0.04. Web safe color of #aaf512 is #99ff00. Color #aaf512 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110101 00010010
Octal 252 365 22
Decimal 170 245 18
Hex AA F5 12

RGB Percentages of Color #aaf512

%39.26
%56.58
%4.16

CMYK Percentages of Color #aaf512

%31
%0
%93
%4

Triadic Colors of #aaf512

#aaf512 #12aaf5 #f512aa

Analogous Colors of #aaf512

#aaf512 #39f512 #f5cf12

Monochromatic Colors of #aaf512

#aaf512

Complementary Color

#aaf512 #5d12f5

#aaf512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf512 Color CSS Codes

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

#aaf512 Text Font Color

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

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


#aaf512 Background Color

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

This div background color is #aaf512


#aaf512 Border Color

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

This div border color is #aaf512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf512


Comments

No comments written yet.

Please login to write comment.