Color Hex Logo

#aeea8e Color Hex

#AEEA8E
(174,234,142)
0 Favorites   0 Comments

Color spaces of #aeea8e

RGB 174234142
HSL0.280.690.74
HSV99°39°92°
CMYK 0.260.000.39   0.08
XYZ51.760969.797336.3353
Yxy69.79730.32780.4421
Hunter Lab83.5448-35.612132.6949
CIE-Lab86.8974-35.212038.6848

#aeea8e color RGB value is (174,234,142).

#aeea8e hex color red value is 174, green value is 234 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #aeea8e hue: 0.28 , saturation: 0.69 and the lightness value of aeea8e is 0.74.

The process color (four color CMYK) of #aeea8e color hex is 0.26, 0.00, 0.39, 0.08. Web safe color of #aeea8e is #99ff99. Color #aeea8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 10001110
Octal 256 352 216
Decimal 174 234 142
Hex AE EA 8E

RGB Percentages of Color #aeea8e

%31.64
%42.55
%25.82

CMYK Percentages of Color #aeea8e

%26
%0
%39
%8

Triadic Colors of #aeea8e

#aeea8e #8eaeea #ea8eae

Analogous Colors of #aeea8e

#aeea8e #8eea9c #dcea8e

Monochromatic Colors of #aeea8e

#aeea8e

Complementary Color

#aeea8e #ca8eea

#aeea8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeea8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeea8e Color CSS Codes

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

#aeea8e Text Font Color

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

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


#aeea8e Background Color

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

This div background color is #aeea8e


#aeea8e Border Color

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

This div border color is #aeea8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeea8e


Comments

No comments written yet.

Please login to write comment.