Color Hex Logo

#aafe04 Color Hex

#AAFE04
(170,254,4)
0 Favorites   0 Comments

Color spaces of #aafe04

RGB 1702544
HSL0.220.990.51
HSV80°98°100°
CMYK 0.330.000.98   0.00
XYZ52.041379.438412.7052
Yxy79.43840.36090.5509
Hunter Lab89.1282-51.749653.9380
CIE-Lab91.4323-54.023287.4960

#aafe04 color RGB value is (170,254,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111110 00000100
Octal 252 376 4
Decimal 170 254 4
Hex AA FE 4

RGB Percentages of Color #aafe04

%39.72
%59.35
%0.93

CMYK Percentages of Color #aafe04

%33
%0
%98
%0

Triadic Colors of #aafe04

#aafe04 #04aafe #fe04aa

Analogous Colors of #aafe04

#aafe04 #2dfe04 #fed504

Monochromatic Colors of #aafe04

#aafe04

Complementary Color

#aafe04 #5804fe

#aafe04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafe04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafe04 Color CSS Codes

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

#aafe04 Text Font Color

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

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


#aafe04 Background Color

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

This div background color is #aafe04


#aafe04 Border Color

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

This div border color is #aafe04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafe04

Related Colors


Comments

No comments written yet.

Please login to write comment.