Color Hex Logo

#aee85a Color Hex

#AEE85A
(174,232,90)
0 Favorites   0 Comments

Color spaces of #aee85a

RGB 17423290
HSL0.230.760.63
HSV85°61°91°
CMYK 0.250.000.61   0.09
XYZ48.157667.450120.1539
Yxy67.45010.35470.4968
Hunter Lab82.1280-39.056542.9401
CIE-Lab85.7307-39.887061.4176

#aee85a color RGB value is (174,232,90).

#aee85a hex color red value is 174, green value is 232 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #aee85a hue: 0.23 , saturation: 0.76 and the lightness value of aee85a is 0.63.

The process color (four color CMYK) of #aee85a color hex is 0.25, 0.00, 0.61, 0.09. Web safe color of #aee85a is #99ff66. Color #aee85a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101000 01011010
Octal 256 350 132
Decimal 174 232 90
Hex AE E8 5A

RGB Percentages of Color #aee85a

%35.08
%46.77
%18.15

CMYK Percentages of Color #aee85a

%25
%0
%61
%9

Triadic Colors of #aee85a

#aee85a #5aaee8 #e85aae

Analogous Colors of #aee85a

#aee85a #67e85a #e8db5a

Monochromatic Colors of #aee85a

#aee85a

Complementary Color

#aee85a #945ae8

#aee85a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee85a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee85a Color CSS Codes

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

#aee85a Text Font Color

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

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


#aee85a Background Color

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

This div background color is #aee85a


#aee85a Border Color

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

This div border color is #aee85a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee85a


Comments

No comments written yet.

Please login to write comment.