Color Hex Logo

#aef96f Color Hex

#AEF96F
(174,249,111)
0 Favorites   0 Comments

Color spaces of #aef96f

RGB 174249111
HSL0.260.920.71
HSV93°55°98°
CMYK 0.300.000.55   0.02
XYZ54.200577.897727.2180
Yxy77.89770.34020.4890
Hunter Lab88.2597-44.837143.4976
CIE-Lab90.7332-45.429258.0349

#aef96f color RGB value is (174,249,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111001 01101111
Octal 256 371 157
Decimal 174 249 111
Hex AE F9 6F

RGB Percentages of Color #aef96f

%32.58
%46.63
%20.79

CMYK Percentages of Color #aef96f

%30
%0
%55
%2

Triadic Colors of #aef96f

#aef96f #6faef9 #f96fae

Analogous Colors of #aef96f

#aef96f #6ff975 #f3f96f

Monochromatic Colors of #aef96f

#aef96f

Complementary Color

#aef96f #ba6ff9

#aef96f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef96f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef96f Color CSS Codes

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

#aef96f Text Font Color

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

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


#aef96f Background Color

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

This div background color is #aef96f


#aef96f Border Color

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

This div border color is #aef96f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef96f


Comments

No comments written yet.

Please login to write comment.