Color Hex Logo

#aafa14 Color Hex

#AAFA14
(170,250,20)
0 Favorites   0 Comments

Color spaces of #aafa14

RGB 17025020
HSL0.220.960.53
HSV81°92°98°
CMYK 0.320.000.92   0.02
XYZ50.889476.967812.8359
Yxy76.96780.36170.5471
Hunter Lab87.7313-49.989152.7372
CIE-Lab90.3068-52.212485.2215

#aafa14 color RGB value is (170,250,20).

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

The process color (four color CMYK) of #aafa14 color hex is 0.32, 0.00, 0.92, 0.02. Web safe color of #aafa14 is #99ff00. Color #aafa14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111010 00010100
Octal 252 372 24
Decimal 170 250 20
Hex AA FA 14

RGB Percentages of Color #aafa14

%38.64
%56.82
%4.55

CMYK Percentages of Color #aafa14

%32
%0
%92
%2

Triadic Colors of #aafa14

#aafa14 #14aafa #fa14aa

Analogous Colors of #aafa14

#aafa14 #37fa14 #fad714

Monochromatic Colors of #aafa14

#aafa14

Complementary Color

#aafa14 #6414fa

#aafa14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafa14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafa14 Color CSS Codes

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

#aafa14 Text Font Color

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

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


#aafa14 Background Color

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

This div background color is #aafa14


#aafa14 Border Color

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

This div border color is #aafa14


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,250,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 #aafa14">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafa14


Comments

No comments written yet.

Please login to write comment.