Color Hex Logo

#aeea04 Color Hex

#AEEA04
(174,234,4)
0 Favorites   0 Comments

Color spaces of #aeea04

RGB 1742344
HSL0.210.970.47
HSV76°98°92°
CMYK 0.260.000.98   0.08
XYZ46.900367.853110.7399
Yxy67.85310.37370.5407
Hunter Lab82.3730-42.521149.9308
CIE-Lab85.9329-44.258283.3383

#aeea04 color RGB value is (174,234,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 00000100
Octal 256 352 4
Decimal 174 234 4
Hex AE EA 4

RGB Percentages of Color #aeea04

%42.23
%56.80
%0.97

CMYK Percentages of Color #aeea04

%26
%0
%98
%8

Triadic Colors of #aeea04

#aeea04 #04aeea #ea04ae

Analogous Colors of #aeea04

#aeea04 #3bea04 #eab304

Monochromatic Colors of #aeea04

#aeea04

Complementary Color

#aeea04 #4004ea

#aeea04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeea04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeea04 Color CSS Codes

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

#aeea04 Text Font Color

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

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


#aeea04 Background Color

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

This div background color is #aeea04


#aeea04 Border Color

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

This div border color is #aeea04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeea04


Comments

No comments written yet.

Please login to write comment.