Color Hex Logo

#aafe03 Color Hex

#AAFE03
(170,254,3)
0 Favorites   0 Comments

Color spaces of #aafe03

RGB 1702543
HSL0.220.990.50
HSV80°99°100°
CMYK 0.330.000.99   0.00
XYZ52.035879.436212.6763
Yxy79.43620.36100.5511
Hunter Lab89.1270-51.757053.9562
CIE-Lab91.4313-54.033387.5684

#aafe03 color RGB value is (170,254,3).

#aafe03 hex color red value is 170, green value is 254 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #aafe03 hue: 0.22 , saturation: 0.99 and the lightness value of aafe03 is 0.50.

The process color (four color CMYK) of #aafe03 color hex is 0.33, 0.00, 0.99, 0.00. Web safe color of #aafe03 is #99ff00. Color #aafe03 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111110 00000011
Octal 252 376 3
Decimal 170 254 3
Hex AA FE 3

RGB Percentages of Color #aafe03

%39.81
%59.48
%0.70

CMYK Percentages of Color #aafe03

%33
%0
%99
%0

Triadic Colors of #aafe03

#aafe03 #03aafe #fe03aa

Analogous Colors of #aafe03

#aafe03 #2cfe03 #fed503

Monochromatic Colors of #aafe03

#aafe03

Complementary Color

#aafe03 #5703fe

#aafe03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafe03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafe03 Color CSS Codes

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

#aafe03 Text Font Color

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

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


#aafe03 Background Color

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

This div background color is #aafe03


#aafe03 Border Color

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

This div border color is #aafe03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafe03

Related Colors


Comments

No comments written yet.

Please login to write comment.