Color Hex Logo

#aee74a Color Hex

#AEE74A
(174,231,74)
0 Favorites   0 Comments

Color spaces of #aee74a

RGB 17423174
HSL0.230.770.60
HSV82°68°91°
CMYK 0.250.000.68   0.09
XYZ47.267566.644916.8511
Yxy66.64490.36150.5097
Hunter Lab81.6363-39.511944.9070
CIE-Lab85.3243-40.606367.3181

#aee74a color RGB value is (174,231,74).

#aee74a hex color red value is 174, green value is 231 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #aee74a hue: 0.23 , saturation: 0.77 and the lightness value of aee74a is 0.60.

The process color (four color CMYK) of #aee74a color hex is 0.25, 0.00, 0.68, 0.09. Web safe color of #aee74a is #99ff33. Color #aee74a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100111 01001010
Octal 256 347 112
Decimal 174 231 74
Hex AE E7 4A

RGB Percentages of Color #aee74a

%36.33
%48.23
%15.45

CMYK Percentages of Color #aee74a

%25
%0
%68
%9

Triadic Colors of #aee74a

#aee74a #4aaee7 #e74aae

Analogous Colors of #aee74a

#aee74a #60e74a #e7d24a

Monochromatic Colors of #aee74a

#aee74a

Complementary Color

#aee74a #834ae7

#aee74a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee74a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee74a Color CSS Codes

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

#aee74a Text Font Color

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

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


#aee74a Background Color

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

This div background color is #aee74a


#aee74a Border Color

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

This div border color is #aee74a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee74a


Comments

No comments written yet.

Please login to write comment.