Color Hex Logo

#aae404 Color Hex

#AAE404
(170,228,4)
0 Favorites   0 Comments

Color spaces of #aae404

RGB 1702284
HSL0.210.970.45
HSV76°98°89°
CMYK 0.250.000.98   0.11
XYZ44.342964.041610.1390
Yxy64.04160.37410.5403
Hunter Lab80.0260-41.137548.5064
CIE-Lab83.9874-43.188581.7406

#aae404 color RGB value is (170,228,4).

#aae404 hex color red value is 170, green value is 228 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #aae404 hue: 0.21 , saturation: 0.97 and the lightness value of aae404 is 0.45.

The process color (four color CMYK) of #aae404 color hex is 0.25, 0.00, 0.98, 0.11. Web safe color of #aae404 is #99cc00. Color #aae404 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100100 00000100
Octal 252 344 4
Decimal 170 228 4
Hex AA E4 4

RGB Percentages of Color #aae404

%42.29
%56.72
%1.00

CMYK Percentages of Color #aae404

%25
%0
%98
%11

Triadic Colors of #aae404

#aae404 #04aae4 #e404aa

Analogous Colors of #aae404

#aae404 #3ae404 #e4ae04

Monochromatic Colors of #aae404

#aae404

Complementary Color

#aae404 #3e04e4

#aae404 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae404 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae404 Color CSS Codes

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

#aae404 Text Font Color

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

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


#aae404 Background Color

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

This div background color is #aae404


#aae404 Border Color

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

This div border color is #aae404


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae404


Comments

No comments written yet.

Please login to write comment.