Color Hex Logo

#aef97d Color Hex

#AEF97D
(174,249,125)
0 Favorites   0 Comments

Color spaces of #aef97d

RGB 174249125
HSL0.270.910.73
HSV96°50°98°
CMYK 0.300.000.50   0.02
XYZ55.032978.230731.6015
Yxy78.23070.33380.4745
Hunter Lab88.4481-43.720540.7300
CIE-Lab90.8851-43.972051.8670

#aef97d color RGB value is (174,249,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111001 01111101
Octal 256 371 175
Decimal 174 249 125
Hex AE F9 7D

RGB Percentages of Color #aef97d

%31.75
%45.44
%22.81

CMYK Percentages of Color #aef97d

%30
%0
%50
%2

Triadic Colors of #aef97d

#aef97d #7daef9 #f97dae

Analogous Colors of #aef97d

#aef97d #7df98a #ecf97d

Monochromatic Colors of #aef97d

#aef97d

Complementary Color

#aef97d #c87df9

#aef97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef97d Color CSS Codes

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

#aef97d Text Font Color

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

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


#aef97d Background Color

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

This div background color is #aef97d


#aef97d Border Color

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

This div border color is #aef97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef97d


Comments

No comments written yet.

Please login to write comment.