Color Hex Logo

#aeef5e Color Hex

#AEEF5E
(174,239,94)
0 Favorites   0 Comments

Color spaces of #aeef5e

RGB 17423994
HSL0.240.820.65
HSV87°61°94°
CMYK 0.270.000.61   0.06
XYZ50.342471.539821.7449
Yxy71.53980.35050.4981
Hunter Lab84.5812-41.774643.9640
CIE-Lab87.7466-42.637161.9695

#aeef5e color RGB value is (174,239,94).

#aeef5e hex color red value is 174, green value is 239 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #aeef5e hue: 0.24 , saturation: 0.82 and the lightness value of aeef5e is 0.65.

The process color (four color CMYK) of #aeef5e color hex is 0.27, 0.00, 0.61, 0.06. Web safe color of #aeef5e is #99ff66. Color #aeef5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101111 01011110
Octal 256 357 136
Decimal 174 239 94
Hex AE EF 5E

RGB Percentages of Color #aeef5e

%34.32
%47.14
%18.54

CMYK Percentages of Color #aeef5e

%27
%0
%61
%6

Triadic Colors of #aeef5e

#aeef5e #5eaeef #ef5eae

Analogous Colors of #aeef5e

#aeef5e #66ef5e #efe85e

Monochromatic Colors of #aeef5e

#aeef5e

Complementary Color

#aeef5e #9f5eef

#aeef5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeef5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeef5e Color CSS Codes

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

#aeef5e Text Font Color

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

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


#aeef5e Background Color

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

This div background color is #aeef5e


#aeef5e Border Color

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

This div border color is #aeef5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeef5e


Comments

No comments written yet.

Please login to write comment.