Color Hex Logo

#aee034 Color Hex

#AEE034
(174,224,52)
0 Favorites   0 Comments

Color spaces of #aee034

RGB 17422452
HSL0.220.740.54
HSV77°77°88°
CMYK 0.220.000.77   0.12
XYZ44.731062.557912.9661
Yxy62.55790.37200.5202
Hunter Lab79.0936-37.463945.6459
CIE-Lab83.2092-38.706172.6539

#aee034 color RGB value is (174,224,52).

#aee034 hex color red value is 174, green value is 224 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #aee034 hue: 0.22 , saturation: 0.74 and the lightness value of aee034 is 0.54.

The process color (four color CMYK) of #aee034 color hex is 0.22, 0.00, 0.77, 0.12. Web safe color of #aee034 is #99cc33. Color #aee034 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100000 00110100
Octal 256 340 64
Decimal 174 224 52
Hex AE E0 34

RGB Percentages of Color #aee034

%38.67
%49.78
%11.56

CMYK Percentages of Color #aee034

%22
%0
%77
%12

Triadic Colors of #aee034

#aee034 #34aee0 #e034ae

Analogous Colors of #aee034

#aee034 #58e034 #e0bc34

Monochromatic Colors of #aee034

#aee034

Complementary Color

#aee034 #6634e0

#aee034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee034 Color CSS Codes

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

#aee034 Text Font Color

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

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


#aee034 Background Color

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

This div background color is #aee034


#aee034 Border Color

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

This div border color is #aee034


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee034


Comments

No comments written yet.

Please login to write comment.