Color Hex Logo

#aefa8a Color Hex

#AEFA8A
(174,250,138)
0 Favorites   0 Comments

Color spaces of #aefa8a

RGB 174250138
HSL0.280.920.76
HSV101°45°98°
CMYK 0.300.000.45   0.02
XYZ56.228679.204936.3693
Yxy79.20490.32730.4610
Hunter Lab88.9971-42.968338.0687
CIE-Lab91.3269-42.880046.2788

#aefa8a color RGB value is (174,250,138).

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

The process color (four color CMYK) of #aefa8a color hex is 0.30, 0.00, 0.45, 0.02. Web safe color of #aefa8a is #99ff99. Color #aefa8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111010 10001010
Octal 256 372 212
Decimal 174 250 138
Hex AE FA 8A

RGB Percentages of Color #aefa8a

%30.96
%44.48
%24.56

CMYK Percentages of Color #aefa8a

%30
%0
%45
%2

Triadic Colors of #aefa8a

#aefa8a #8aaefa #fa8aae

Analogous Colors of #aefa8a

#aefa8a #8afa9e #e6fa8a

Monochromatic Colors of #aefa8a

#aefa8a

Complementary Color

#aefa8a #d68afa

#aefa8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefa8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefa8a Color CSS Codes

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

#aefa8a Text Font Color

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

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


#aefa8a Background Color

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

This div background color is #aefa8a


#aefa8a Border Color

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

This div border color is #aefa8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefa8a


Comments

No comments written yet.

Please login to write comment.