Color Hex Logo

#aafa12 Color Hex

#AAFA12
(170,250,18)
0 Favorites   0 Comments

Color spaces of #aafa12

RGB 17025018
HSL0.220.960.53
HSV81°93°98°
CMYK 0.320.000.93   0.02
XYZ50.872476.960912.7460
Yxy76.96090.36190.5475
Hunter Lab87.7274-50.012252.7948
CIE-Lab90.3036-52.244085.4455

#aafa12 color RGB value is (170,250,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111010 00010010
Octal 252 372 22
Decimal 170 250 18
Hex AA FA 12

RGB Percentages of Color #aafa12

%38.81
%57.08
%4.11

CMYK Percentages of Color #aafa12

%32
%0
%93
%2

Triadic Colors of #aafa12

#aafa12 #12aafa #fa12aa

Analogous Colors of #aafa12

#aafa12 #36fa12 #fad612

Monochromatic Colors of #aafa12

#aafa12

Complementary Color

#aafa12 #6212fa

#aafa12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafa12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafa12 Color CSS Codes

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

#aafa12 Text Font Color

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

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


#aafa12 Background Color

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

This div background color is #aafa12


#aafa12 Border Color

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

This div border color is #aafa12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafa12


Comments

No comments written yet.

Please login to write comment.