Color Hex Logo

#aefa9a Color Hex

#AEFA9A
(174,250,154)
0 Favorites   0 Comments

Color spaces of #aefa9a

RGB 174250154
HSL0.300.910.79
HSV108°38°98°
CMYK 0.300.000.38   0.02
XYZ57.473979.703042.9269
Yxy79.70300.31910.4425
Hunter Lab89.2765-41.320333.9851
CIE-Lab91.5514-40.771738.7820

#aefa9a color RGB value is (174,250,154).

#aefa9a hex color red value is 174, green value is 250 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #aefa9a hue: 0.30 , saturation: 0.91 and the lightness value of aefa9a is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111010 10011010
Octal 256 372 232
Decimal 174 250 154
Hex AE FA 9A

RGB Percentages of Color #aefa9a

%30.10
%43.25
%26.64

CMYK Percentages of Color #aefa9a

%30
%0
%38
%2

Triadic Colors of #aefa9a

#aefa9a #9aaefa #fa9aae

Analogous Colors of #aefa9a

#aefa9a #9afab6 #defa9a

Monochromatic Colors of #aefa9a

#aefa9a

Complementary Color

#aefa9a #e69afa

#aefa9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefa9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefa9a Color CSS Codes

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

#aefa9a Text Font Color

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

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


#aefa9a Background Color

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

This div background color is #aefa9a


#aefa9a Border Color

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

This div border color is #aefa9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefa9a


Comments

No comments written yet.

Please login to write comment.