Color Hex Logo

#aef54a Color Hex

#AEF54A
(174,245,74)
0 Favorites   0 Comments

Color spaces of #aef54a

RGB 17424574
HSL0.240.900.63
HSV85°70°96°
CMYK 0.290.000.70   0.04
XYZ51.344074.797918.2099
Yxy74.79790.35570.5182
Hunter Lab86.4858-45.380048.0563
CIE-Lab89.2982-46.659971.3578

#aef54a color RGB value is (174,245,74).

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

The process color (four color CMYK) of #aef54a color hex is 0.29, 0.00, 0.70, 0.04. Web safe color of #aef54a is #99ff33. Color #aef54a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110101 01001010
Octal 256 365 112
Decimal 174 245 74
Hex AE F5 4A

RGB Percentages of Color #aef54a

%35.29
%49.70
%15.01

CMYK Percentages of Color #aef54a

%29
%0
%70
%4

Triadic Colors of #aef54a

#aef54a #4aaef5 #f54aae

Analogous Colors of #aef54a

#aef54a #59f54a #f5e74a

Monochromatic Colors of #aef54a

#aef54a

Complementary Color

#aef54a #914af5

#aef54a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef54a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef54a Color CSS Codes

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

#aef54a Text Font Color

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

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


#aef54a Background Color

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

This div background color is #aef54a


#aef54a Border Color

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

This div border color is #aef54a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef54a


Comments

No comments written yet.

Please login to write comment.