Color Hex Logo

#aee129 Color Hex

#AEE129
(174,225,41)
0 Favorites   0 Comments

Color spaces of #aee129

RGB 17422541
HSL0.210.750.52
HSV77°82°88°
CMYK 0.230.000.82   0.12
XYZ44.781063.009211.8996
Yxy63.00920.37410.5264
Hunter Lab79.3783-38.212046.6767
CIE-Lab83.4472-39.587175.8395

#aee129 color RGB value is (174,225,41).

#aee129 hex color red value is 174, green value is 225 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #aee129 hue: 0.21 , saturation: 0.75 and the lightness value of aee129 is 0.52.

The process color (four color CMYK) of #aee129 color hex is 0.23, 0.00, 0.82, 0.12. Web safe color of #aee129 is #99cc33. Color #aee129 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100001 00101001
Octal 256 341 51
Decimal 174 225 41
Hex AE E1 29

RGB Percentages of Color #aee129

%39.55
%51.14
%9.32

CMYK Percentages of Color #aee129

%23
%0
%82
%12

Triadic Colors of #aee129

#aee129 #29aee1 #e129ae

Analogous Colors of #aee129

#aee129 #52e129 #e1b829

Monochromatic Colors of #aee129

#aee129

Complementary Color

#aee129 #5c29e1

#aee129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee129 Color CSS Codes

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

#aee129 Text Font Color

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

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


#aee129 Background Color

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

This div background color is #aee129


#aee129 Border Color

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

This div border color is #aee129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee129


Comments

No comments written yet.

Please login to write comment.