Color Hex Logo

#aefe9f Color Hex

#AEFE9F
(174,254,159)
0 Favorites   0 Comments

Color spaces of #aefe9f

RGB 174254159
HSL0.310.980.81
HSV111°37°100°
CMYK 0.310.000.37   0.00
XYZ59.155482.385545.5851
Yxy82.38550.31610.4403
Hunter Lab90.7665-42.507233.7597
CIE-Lab92.7447-41.831437.8728

#aefe9f color RGB value is (174,254,159).

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

The process color (four color CMYK) of #aefe9f color hex is 0.31, 0.00, 0.37, 0.00. Web safe color of #aefe9f is #99ff99. Color #aefe9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 10011111
Octal 256 376 237
Decimal 174 254 159
Hex AE FE 9F

RGB Percentages of Color #aefe9f

%29.64
%43.27
%27.09

CMYK Percentages of Color #aefe9f

%31
%0
%37
%0

Triadic Colors of #aefe9f

#aefe9f #9faefe #fe9fae

Analogous Colors of #aefe9f

#aefe9f #9ffec0 #defe9f

Monochromatic Colors of #aefe9f

#aefe9f

Complementary Color

#aefe9f #ef9ffe

#aefe9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefe9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefe9f Color CSS Codes

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

#aefe9f Text Font Color

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

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


#aefe9f Background Color

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

This div background color is #aefe9f


#aefe9f Border Color

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

This div border color is #aefe9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefe9f


Comments

No comments written yet.

Please login to write comment.