Color Hex Logo

#aefe8a Color Hex

#AEFE8A
(174,254,138)
0 Favorites   0 Comments

Color spaces of #aefe8a

RGB 174254138
HSL0.280.980.77
HSV101°46°100°
CMYK 0.310.000.46   0.00
XYZ57.484881.717336.7880
Yxy81.71730.32660.4643
Hunter Lab90.3976-44.685839.1498
CIE-Lab92.4499-44.617847.6845

#aefe8a color RGB value is (174,254,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 10001010
Octal 256 376 212
Decimal 174 254 138
Hex AE FE 8A

RGB Percentages of Color #aefe8a

%30.74
%44.88
%24.38

CMYK Percentages of Color #aefe8a

%31
%0
%46
%0

Triadic Colors of #aefe8a

#aefe8a #8aaefe #fe8aae

Analogous Colors of #aefe8a

#aefe8a #8afea0 #e8fe8a

Monochromatic Colors of #aefe8a

#aefe8a

Complementary Color

#aefe8a #da8afe

#aefe8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefe8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefe8a Color CSS Codes

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

#aefe8a Text Font Color

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

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


#aefe8a Background Color

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

This div background color is #aefe8a


#aefe8a Border Color

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

This div border color is #aefe8a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,254,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 #aefe8a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefe8a


Comments

No comments written yet.

Please login to write comment.