Color Hex Logo

#aaf514 Color Hex

#AAF514
(170,245,20)
0 Favorites   0 Comments

Color spaces of #aaf514

RGB 17024520
HSL0.220.920.52
HSV80°92°96°
CMYK 0.310.000.92   0.04
XYZ49.356273.901412.3249
Yxy73.90140.36400.5451
Hunter Lab85.9659-47.956951.6758
CIE-Lab88.8759-50.163784.0734

#aaf514 color RGB value is (170,245,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110101 00010100
Octal 252 365 24
Decimal 170 245 20
Hex AA F5 14

RGB Percentages of Color #aaf514

%39.08
%56.32
%4.60

CMYK Percentages of Color #aaf514

%31
%0
%92
%4

Triadic Colors of #aaf514

#aaf514 #14aaf5 #f514aa

Analogous Colors of #aaf514

#aaf514 #3af514 #f5d014

Monochromatic Colors of #aaf514

#aaf514

Complementary Color

#aaf514 #5f14f5

#aaf514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf514 Color CSS Codes

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

#aaf514 Text Font Color

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

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


#aaf514 Background Color

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

This div background color is #aaf514


#aaf514 Border Color

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

This div border color is #aaf514


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf514

Related Colors


Comments

No comments written yet.

Please login to write comment.