Color Hex Logo

#aee140 Color Hex

#AEE140
(174,225,64)
0 Favorites   0 Comments

Color spaces of #aee140

RGB 17422564
HSL0.220.730.57
HSV79°72°88°
CMYK 0.230.000.72   0.12
XYZ45.306263.219314.6651
Yxy63.21930.36780.5132
Hunter Lab79.5106-37.431844.7218
CIE-Lab83.5576-38.547969.1319

#aee140 color RGB value is (174,225,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100001 01000000
Octal 256 341 100
Decimal 174 225 64
Hex AE E1 40

RGB Percentages of Color #aee140

%37.58
%48.60
%13.82

CMYK Percentages of Color #aee140

%23
%0
%72
%12

Triadic Colors of #aee140

#aee140 #40aee1 #e140ae

Analogous Colors of #aee140

#aee140 #5ee140 #e1c440

Monochromatic Colors of #aee140

#aee140

Complementary Color

#aee140 #7340e1

#aee140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee140 Color CSS Codes

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

#aee140 Text Font Color

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

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


#aee140 Background Color

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

This div background color is #aee140


#aee140 Border Color

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

This div border color is #aee140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee140


Comments

No comments written yet.

Please login to write comment.