Color Hex Logo

#aee13a Color Hex

#AEE13A
(174,225,58)
0 Favorites   0 Comments

Color spaces of #aee13a

RGB 17422558
HSL0.220.740.55
HSV78°74°88°
CMYK 0.230.000.74   0.12
XYZ45.144563.154613.8137
Yxy63.15460.36970.5172
Hunter Lab79.4699-37.671745.3229
CIE-Lab83.5237-38.866771.0970

#aee13a color RGB value is (174,225,58).

#aee13a hex color red value is 174, green value is 225 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #aee13a hue: 0.22 , saturation: 0.74 and the lightness value of aee13a is 0.55.

The process color (four color CMYK) of #aee13a color hex is 0.23, 0.00, 0.74, 0.12. Web safe color of #aee13a is #99cc33. Color #aee13a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100001 00111010
Octal 256 341 72
Decimal 174 225 58
Hex AE E1 3A

RGB Percentages of Color #aee13a

%38.07
%49.23
%12.69

CMYK Percentages of Color #aee13a

%23
%0
%74
%12

Triadic Colors of #aee13a

#aee13a #3aaee1 #e13aae

Analogous Colors of #aee13a

#aee13a #5ae13a #e1c13a

Monochromatic Colors of #aee13a

#aee13a

Complementary Color

#aee13a #6d3ae1

#aee13a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee13a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee13a Color CSS Codes

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

#aee13a Text Font Color

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

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


#aee13a Background Color

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

This div background color is #aee13a


#aee13a Border Color

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

This div border color is #aee13a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee13a

#aee13a Color Palettes


Comments

No comments written yet.

Please login to write comment.