Color Hex Logo

#aef97e Color Hex

#AEF97E
(174,249,126)
0 Favorites   0 Comments

Color spaces of #aef97e

RGB 174249126
HSL0.270.910.74
HSV97°49°98°
CMYK 0.300.000.49   0.02
XYZ55.097178.256431.9397
Yxy78.25640.33330.4734
Hunter Lab88.4626-43.634740.5170
CIE-Lab90.8968-43.860551.4164

#aef97e color RGB value is (174,249,126).

#aef97e hex color red value is 174, green value is 249 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #aef97e hue: 0.27 , saturation: 0.91 and the lightness value of aef97e is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111001 01111110
Octal 256 371 176
Decimal 174 249 126
Hex AE F9 7E

RGB Percentages of Color #aef97e

%31.69
%45.36
%22.95

CMYK Percentages of Color #aef97e

%30
%0
%49
%2

Triadic Colors of #aef97e

#aef97e #7eaef9 #f97eae

Analogous Colors of #aef97e

#aef97e #7ef98c #ecf97e

Monochromatic Colors of #aef97e

#aef97e

Complementary Color

#aef97e #c97ef9

#aef97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef97e Color CSS Codes

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

#aef97e Text Font Color

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

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


#aef97e Background Color

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

This div background color is #aef97e


#aef97e Border Color

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

This div border color is #aef97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef97e

Related Colors


Comments

No comments written yet.

Please login to write comment.