Color Hex Logo

#aeef7e Color Hex

#AEEF7E
(174,239,126)
0 Favorites   0 Comments

Color spaces of #aeef7e

RGB 174239126
HSL0.260.780.72
HSV95°47°94°
CMYK 0.270.000.47   0.06
XYZ52.088072.238030.9367
Yxy72.23800.33550.4653
Hunter Lab84.9929-39.343837.9140
CIE-Lab88.0830-39.464447.9710

#aeef7e color RGB value is (174,239,126).

#aeef7e hex color red value is 174, green value is 239 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #aeef7e hue: 0.26 , saturation: 0.78 and the lightness value of aeef7e is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101111 01111110
Octal 256 357 176
Decimal 174 239 126
Hex AE EF 7E

RGB Percentages of Color #aeef7e

%32.28
%44.34
%23.38

CMYK Percentages of Color #aeef7e

%27
%0
%47
%6

Triadic Colors of #aeef7e

#aeef7e #7eaeef #ef7eae

Analogous Colors of #aeef7e

#aeef7e #7eef87 #e7ef7e

Monochromatic Colors of #aeef7e

#aeef7e

Complementary Color

#aeef7e #bf7eef

#aeef7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeef7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeef7e Color CSS Codes

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

#aeef7e Text Font Color

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

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


#aeef7e Background Color

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

This div background color is #aeef7e


#aeef7e Border Color

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

This div border color is #aeef7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeef7e


Comments

No comments written yet.

Please login to write comment.