Color Hex Logo

#aef29f Color Hex

#AEF29F
(174,242,159)
0 Favorites   0 Comments

Color spaces of #aef29f

RGB 174242159
HSL0.300.760.79
HSV109°34°95°
CMYK 0.280.000.34   0.05
XYZ55.465775.006144.3552
Yxy75.00610.31730.4290
Hunter Lab86.6061-37.242730.2589
CIE-Lab89.3959-36.463333.4567

#aef29f color RGB value is (174,242,159).

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

The process color (four color CMYK) of #aef29f color hex is 0.28, 0.00, 0.34, 0.05. Web safe color of #aef29f is #99ff99. Color #aef29f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110010 10011111
Octal 256 362 237
Decimal 174 242 159
Hex AE F2 9F

RGB Percentages of Color #aef29f

%30.26
%42.09
%27.65

CMYK Percentages of Color #aef29f

%28
%0
%34
%5

Triadic Colors of #aef29f

#aef29f #9faef2 #f29fae

Analogous Colors of #aef29f

#aef29f #9ff2ba #d8f29f

Monochromatic Colors of #aef29f

#aef29f

Complementary Color

#aef29f #e39ff2

#aef29f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef29f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef29f Color CSS Codes

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

#aef29f Text Font Color

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

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


#aef29f Background Color

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

This div background color is #aef29f


#aef29f Border Color

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

This div border color is #aef29f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef29f


Comments

No comments written yet.

Please login to write comment.