Color Hex Logo

#aeea7a Color Hex

#AEEA7A
(174,234,122)
0 Favorites   0 Comments

Color spaces of #aeea7a

RGB 174234122
HSL0.260.730.70
HSV92°48°92°
CMYK 0.260.000.48   0.08
XYZ50.391269.249429.1229
Yxy69.24940.33870.4655
Hunter Lab83.2162-37.538537.5018
CIE-Lab86.6274-37.682348.0828

#aeea7a color RGB value is (174,234,122).

#aeea7a hex color red value is 174, green value is 234 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #aeea7a hue: 0.26 , saturation: 0.73 and the lightness value of aeea7a is 0.70.

The process color (four color CMYK) of #aeea7a color hex is 0.26, 0.00, 0.48, 0.08. Web safe color of #aeea7a is #99ff66. Color #aeea7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 01111010
Octal 256 352 172
Decimal 174 234 122
Hex AE EA 7A

RGB Percentages of Color #aeea7a

%32.83
%44.15
%23.02

CMYK Percentages of Color #aeea7a

%26
%0
%48
%8

Triadic Colors of #aeea7a

#aeea7a #7aaeea #ea7aae

Analogous Colors of #aeea7a

#aeea7a #7aea7e #e6ea7a

Monochromatic Colors of #aeea7a

#aeea7a

Complementary Color

#aeea7a #b67aea

#aeea7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeea7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeea7a Color CSS Codes

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

#aeea7a Text Font Color

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

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


#aeea7a Background Color

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

This div background color is #aeea7a


#aeea7a Border Color

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

This div border color is #aeea7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeea7a


Comments

No comments written yet.

Please login to write comment.