Color Hex Logo

#aee14a Color Hex

#AEE14A
(174,225,74)
0 Favorites   0 Comments

Color spaces of #aee14a

RGB 17422574
HSL0.220.720.59
HSV80°67°88°
CMYK 0.230.000.67   0.12
XYZ45.616863.343516.3008
Yxy63.34350.36420.5057
Hunter Lab79.5886-36.971543.5687
CIE-Lab83.6228-37.938365.5663

#aee14a color RGB value is (174,225,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100001 01001010
Octal 256 341 112
Decimal 174 225 74
Hex AE E1 4A

RGB Percentages of Color #aee14a

%36.79
%47.57
%15.64

CMYK Percentages of Color #aee14a

%23
%0
%67
%12

Triadic Colors of #aee14a

#aee14a #4aaee1 #e14aae

Analogous Colors of #aee14a

#aee14a #63e14a #e1c94a

Monochromatic Colors of #aee14a

#aee14a

Complementary Color

#aee14a #7d4ae1

#aee14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee14a Color CSS Codes

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

#aee14a Text Font Color

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

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


#aee14a Background Color

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

This div background color is #aee14a


#aee14a Border Color

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

This div border color is #aee14a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee14a


Comments

No comments written yet.

Please login to write comment.