Color Hex Logo

#aee149 Color Hex

#AEE149
(174,225,73)
0 Favorites   0 Comments

Color spaces of #aee149

RGB 17422573
HSL0.220.720.58
HSV80°68°88°
CMYK 0.230.000.68   0.12
XYZ45.583463.330116.1248
Yxy63.33010.36460.5065
Hunter Lab79.5802-37.020943.6926
CIE-Lab83.6158-38.003565.9377

#aee149 color RGB value is (174,225,73).

#aee149 hex color red value is 174, green value is 225 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #aee149 hue: 0.22 , saturation: 0.72 and the lightness value of aee149 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100001 01001001
Octal 256 341 111
Decimal 174 225 73
Hex AE E1 49

RGB Percentages of Color #aee149

%36.86
%47.67
%15.47

CMYK Percentages of Color #aee149

%23
%0
%68
%12

Triadic Colors of #aee149

#aee149 #49aee1 #e149ae

Analogous Colors of #aee149

#aee149 #62e149 #e1c849

Monochromatic Colors of #aee149

#aee149

Complementary Color

#aee149 #7c49e1

#aee149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee149 Color CSS Codes

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

#aee149 Text Font Color

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

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


#aee149 Background Color

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

This div background color is #aee149


#aee149 Border Color

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

This div border color is #aee149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee149


Comments

No comments written yet.

Please login to write comment.