Color Hex Logo

#aef55a Color Hex

#AEF55A
(174,245,90)
0 Favorites   0 Comments

Color spaces of #aef55a

RGB 17424590
HSL0.240.890.66
HSV87°63°96°
CMYK 0.290.000.63   0.04
XYZ51.953475.041721.4191
Yxy75.04170.35010.5056
Hunter Lab86.6266-44.543145.9787
CIE-Lab89.4125-45.547765.4286

#aef55a color RGB value is (174,245,90).

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

The process color (four color CMYK) of #aef55a color hex is 0.29, 0.00, 0.63, 0.04. Web safe color of #aef55a is #99ff66. Color #aef55a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110101 01011010
Octal 256 365 132
Decimal 174 245 90
Hex AE F5 5A

RGB Percentages of Color #aef55a

%34.18
%48.13
%17.68

CMYK Percentages of Color #aef55a

%29
%0
%63
%4

Triadic Colors of #aef55a

#aef55a #5aaef5 #f55aae

Analogous Colors of #aef55a

#aef55a #61f55a #f5ef5a

Monochromatic Colors of #aef55a

#aef55a

Complementary Color

#aef55a #a15af5

#aef55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef55a Color CSS Codes

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

#aef55a Text Font Color

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

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


#aef55a Background Color

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

This div background color is #aef55a


#aef55a Border Color

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

This div border color is #aef55a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef55a


Comments

No comments written yet.

Please login to write comment.