Color Hex Logo

#aee132 Color Hex

#AEE132
(174,225,50)
0 Favorites   0 Comments

Color spaces of #aee132

RGB 17422550
HSL0.220.740.54
HSV77°78°88°
CMYK 0.230.000.78   0.12
XYZ44.956563.079412.8237
Yxy63.07940.37200.5219
Hunter Lab79.4225-37.950946.0227
CIE-Lab83.4841-39.238773.4894

#aee132 color RGB value is (174,225,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100001 00110010
Octal 256 341 62
Decimal 174 225 50
Hex AE E1 32

RGB Percentages of Color #aee132

%38.75
%50.11
%11.14

CMYK Percentages of Color #aee132

%23
%0
%78
%12

Triadic Colors of #aee132

#aee132 #32aee1 #e132ae

Analogous Colors of #aee132

#aee132 #56e132 #e1bd32

Monochromatic Colors of #aee132

#aee132

Complementary Color

#aee132 #6532e1

#aee132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee132 Color CSS Codes

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

#aee132 Text Font Color

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

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


#aee132 Background Color

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

This div background color is #aee132


#aee132 Border Color

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

This div border color is #aee132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee132


Comments

No comments written yet.

Please login to write comment.