Color Hex Logo

#aee12e Color Hex

#AEE12E
(174,225,46)
0 Favorites   0 Comments

Color spaces of #aee12e

RGB 17422546
HSL0.210.750.53
HSV77°80°88°
CMYK 0.230.000.80   0.12
XYZ44.873963.046412.3888
Yxy63.04640.37300.5240
Hunter Lab79.4018-38.073846.3304
CIE-Lab83.4668-39.402674.5805

#aee12e color RGB value is (174,225,46).

#aee12e hex color red value is 174, green value is 225 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #aee12e hue: 0.21 , saturation: 0.75 and the lightness value of aee12e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100001 00101110
Octal 256 341 56
Decimal 174 225 46
Hex AE E1 2E

RGB Percentages of Color #aee12e

%39.10
%50.56
%10.34

CMYK Percentages of Color #aee12e

%23
%0
%80
%12

Triadic Colors of #aee12e

#aee12e #2eaee1 #e12eae

Analogous Colors of #aee12e

#aee12e #55e12e #e1bb2e

Monochromatic Colors of #aee12e

#aee12e

Complementary Color

#aee12e #612ee1

#aee12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee12e Color CSS Codes

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

#aee12e Text Font Color

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

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


#aee12e Background Color

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

This div background color is #aee12e


#aee12e Border Color

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

This div border color is #aee12e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee12e


Comments

No comments written yet.

Please login to write comment.