Color Hex Logo

#aeea2e Color Hex

#AEEA2E
(174,234,46)
0 Favorites   0 Comments

Color spaces of #aeea2e

RGB 17423446
HSL0.220.820.55
HSV79°80°92°
CMYK 0.260.000.80   0.08
XYZ47.371568.041613.2214
Yxy68.04160.36830.5290
Hunter Lab82.4873-41.842448.2379
CIE-Lab86.0272-43.345976.8709

#aeea2e color RGB value is (174,234,46).

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

The process color (four color CMYK) of #aeea2e color hex is 0.26, 0.00, 0.80, 0.08. Web safe color of #aeea2e is #99ff33. Color #aeea2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 00101110
Octal 256 352 56
Decimal 174 234 46
Hex AE EA 2E

RGB Percentages of Color #aeea2e

%38.33
%51.54
%10.13

CMYK Percentages of Color #aeea2e

%26
%0
%80
%8

Triadic Colors of #aeea2e

#aeea2e #2eaeea #ea2eae

Analogous Colors of #aeea2e

#aeea2e #50ea2e #eac82e

Monochromatic Colors of #aeea2e

#aeea2e

Complementary Color

#aeea2e #6a2eea

#aeea2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeea2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeea2e Color CSS Codes

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

#aeea2e Text Font Color

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

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


#aeea2e Background Color

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

This div background color is #aeea2e


#aeea2e Border Color

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

This div border color is #aeea2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeea2e


Comments

No comments written yet.

Please login to write comment.