Color Hex Logo

#aeef80 Color Hex

#AEEF80
(174,239,128)
0 Favorites   0 Comments

Color spaces of #aeef80

RGB 174239128
HSL0.260.780.72
HSV95°46°94°
CMYK 0.270.000.46   0.06
XYZ52.218372.290231.6233
Yxy72.29020.33450.4630
Hunter Lab85.0236-39.163437.4645
CIE-Lab88.1081-39.231547.0486

#aeef80 color RGB value is (174,239,128).

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

The process color (four color CMYK) of #aeef80 color hex is 0.27, 0.00, 0.46, 0.06. Web safe color of #aeef80 is #99ff99. Color #aeef80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101111 10000000
Octal 256 357 200
Decimal 174 239 128
Hex AE EF 80

RGB Percentages of Color #aeef80

%32.16
%44.18
%23.66

CMYK Percentages of Color #aeef80

%27
%0
%46
%6

Triadic Colors of #aeef80

#aeef80 #80aeef #ef80ae

Analogous Colors of #aeef80

#aeef80 #80ef8a #e6ef80

Monochromatic Colors of #aeef80

#aeef80

Complementary Color

#aeef80 #c180ef

#aeef80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeef80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeef80 Color CSS Codes

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

#aeef80 Text Font Color

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

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


#aeef80 Background Color

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

This div background color is #aeef80


#aeef80 Border Color

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

This div border color is #aeef80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeef80


Comments

No comments written yet.

Please login to write comment.