Color Hex Logo

#aefa9f Color Hex

#AEFA9F
(174,250,159)
0 Favorites   0 Comments

Color spaces of #aefa9f

RGB 174250159
HSL0.310.900.80
HSV110°36°98°
CMYK 0.300.000.36   0.02
XYZ57.899279.873145.1663
Yxy79.87310.31650.4366
Hunter Lab89.3718-40.759932.5965
CIE-Lab91.6279-40.060936.4068

#aefa9f color RGB value is (174,250,159).

#aefa9f hex color red value is 174, green value is 250 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #aefa9f hue: 0.31 , saturation: 0.90 and the lightness value of aefa9f is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111010 10011111
Octal 256 372 237
Decimal 174 250 159
Hex AE FA 9F

RGB Percentages of Color #aefa9f

%29.85
%42.88
%27.27

CMYK Percentages of Color #aefa9f

%30
%0
%36
%2

Triadic Colors of #aefa9f

#aefa9f #9faefa #fa9fae

Analogous Colors of #aefa9f

#aefa9f #9ffabe #dcfa9f

Monochromatic Colors of #aefa9f

#aefa9f

Complementary Color

#aefa9f #eb9ffa

#aefa9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefa9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefa9f Color CSS Codes

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

#aefa9f Text Font Color

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

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


#aefa9f Background Color

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

This div background color is #aefa9f


#aefa9f Border Color

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

This div border color is #aefa9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefa9f


Comments

No comments written yet.

Please login to write comment.