color codes Logo

#aee91a color codes

#AEE91A
(174,233,26)
0 Favorites   0 Comments

Color spaces of #aee91a

RGB 17423326
HSL0.210.820.51
HSV77°89°91°
CMYK 0.250.000.89   0.09
XYZ46.780967.351111.5117
Yxy67.35110.37230.5360
Hunter Lab82.0677-41.868549.1307
CIE-Lab85.6809-43.507680.7413

#aee91a color RGB value is (174,233,26).

#aee91a hex color red value is 174, green value is 233 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #aee91a hue: 0.21 , saturation: 0.82 and the lightness value of aee91a is 0.51.

The process color (four color CMYK) of #aee91a color code is 0.25, 0.00, 0.89, 0.09. Web safe color of #aee91a is #99ff33. Color #aee91a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101001 00011010
Octal 256 351 32
Decimal 174 233 26
Hex AE E9 1A

RGB Percentages of Color #aee91a

%40.18
%53.81
%6.00

CMYK Percentages of Color #aee91a

%25
%0
%89
%9

Triadic Colors of #aee91a

#aee91a #1aaee9 #e91aae

Analogous Colors of #aee91a

#aee91a #47e91a #e9bd1a

Monochromatic Colors of #aee91a

#aee91a

Complementary Color

#aee91a #551ae9

#aee91a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee91a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee91a Color CSS Codes

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

#aee91a Text Font Color

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

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


#aee91a Background Color

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

This div background color is #aee91a


#aee91a Border Color

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

This div border color is #aee91a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee91a


Comments

No comments written yet.

Please login to write comment.