Color Hex Logo

#aee95a Color Hex

#AEE95A
(174,233,90)
0 Favorites   0 Comments

Color spaces of #aee95a

RGB 17423390
HSL0.240.760.63
HSV85°61°91°
CMYK 0.250.000.61   0.09
XYZ48.439968.014720.2480
Yxy68.01470.35430.4975
Hunter Lab82.4710-39.481143.1730
CIE-Lab86.0138-40.329861.7285

#aee95a color RGB value is (174,233,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101001 01011010
Octal 256 351 132
Decimal 174 233 90
Hex AE E9 5A

RGB Percentages of Color #aee95a

%35.01
%46.88
%18.11

CMYK Percentages of Color #aee95a

%25
%0
%61
%9

Triadic Colors of #aee95a

#aee95a #5aaee9 #e95aae

Analogous Colors of #aee95a

#aee95a #67e95a #e9dd5a

Monochromatic Colors of #aee95a

#aee95a

Complementary Color

#aee95a #955ae9

#aee95a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee95a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee95a Color CSS Codes

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

#aee95a Text Font Color

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

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


#aee95a Background Color

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

This div background color is #aee95a


#aee95a Border Color

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

This div border color is #aee95a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee95a


Comments

No comments written yet.

Please login to write comment.