color codes Logo

#aeff8a color codes

#AEFF8A
(174,255,138)
0 Favorites   0 Comments

Color spaces of #aeff8a

RGB 174255138
HSL0.281.000.77
HSV102°46°100°
CMYK 0.320.000.46   0.00
XYZ57.803082.353636.8941
Yxy82.35360.32650.4651
Hunter Lab90.7489-45.114039.4198
CIE-Lab92.7307-45.049248.0348

#aeff8a color RGB value is (174,255,138).

#aeff8a hex color red value is 174, green value is 255 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #aeff8a hue: 0.28 , saturation: 1.00 and the lightness value of aeff8a is 0.77.

The process color (four color CMYK) of #aeff8a color code is 0.32, 0.00, 0.46, 0.00. Web safe color of #aeff8a is #99ff99. Color #aeff8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111111 10001010
Octal 256 377 212
Decimal 174 255 138
Hex AE FF 8A

RGB Percentages of Color #aeff8a

%30.69
%44.97
%24.34

CMYK Percentages of Color #aeff8a

%32
%0
%46
%0

Triadic Colors of #aeff8a

#aeff8a #8aaeff #ff8aae

Analogous Colors of #aeff8a

#aeff8a #8affa1 #e9ff8a

Monochromatic Colors of #aeff8a

#aeff8a

Complementary Color

#aeff8a #db8aff

#aeff8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeff8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeff8a Color CSS Codes

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

#aeff8a Text Font Color

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

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


#aeff8a Background Color

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

This div background color is #aeff8a


#aeff8a Border Color

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

This div border color is #aeff8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeff8a

Related Colors

#aeff8a Color Palettes


Comments

No comments written yet.

Please login to write comment.