Color Hex Logo

#aefa6e Color Hex

#AEFA6E
(174,250,110)
0 Favorites   0 Comments

Color spaces of #aefa6e

RGB 174250110
HSL0.260.930.71
HSV93°56°98°
CMYK 0.300.000.56   0.02
XYZ54.455678.495727.0329
Yxy78.49570.34040.4906
Hunter Lab88.5978-45.333243.9279
CIE-Lab91.0056-45.954058.7908

#aefa6e color RGB value is (174,250,110).

#aefa6e hex color red value is 174, green value is 250 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #aefa6e hue: 0.26 , saturation: 0.93 and the lightness value of aefa6e is 0.71.

The process color (four color CMYK) of #aefa6e color hex is 0.30, 0.00, 0.56, 0.02. Web safe color of #aefa6e is #99ff66. Color #aefa6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111010 01101110
Octal 256 372 156
Decimal 174 250 110
Hex AE FA 6E

RGB Percentages of Color #aefa6e

%32.58
%46.82
%20.60

CMYK Percentages of Color #aefa6e

%30
%0
%56
%2

Triadic Colors of #aefa6e

#aefa6e #6eaefa #fa6eae

Analogous Colors of #aefa6e

#aefa6e #6efa74 #f4fa6e

Monochromatic Colors of #aefa6e

#aefa6e

Complementary Color

#aefa6e #ba6efa

#aefa6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefa6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefa6e Color CSS Codes

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

#aefa6e Text Font Color

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

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


#aefa6e Background Color

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

This div background color is #aefa6e


#aefa6e Border Color

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

This div border color is #aefa6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefa6e


Comments

No comments written yet.

Please login to write comment.