Color Hex Logo

#aef971 Color Hex

#AEF971
(174,249,113)
0 Favorites   0 Comments

Color spaces of #aef971

RGB 174249113
HSL0.260.920.71
HSV93°55°98°
CMYK 0.300.000.55   0.02
XYZ54.311977.942327.8046
Yxy77.94230.33930.4870
Hunter Lab88.2849-44.687443.1266
CIE-Lab90.7536-45.233157.1713

#aef971 color RGB value is (174,249,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111001 01110001
Octal 256 371 161
Decimal 174 249 113
Hex AE F9 71

RGB Percentages of Color #aef971

%32.46
%46.46
%21.08

CMYK Percentages of Color #aef971

%30
%0
%55
%2

Triadic Colors of #aef971

#aef971 #71aef9 #f971ae

Analogous Colors of #aef971

#aef971 #71f978 #f2f971

Monochromatic Colors of #aef971

#aef971

Complementary Color

#aef971 #bc71f9

#aef971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef971 Color CSS Codes

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

#aef971 Text Font Color

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

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


#aef971 Background Color

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

This div background color is #aef971


#aef971 Border Color

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

This div border color is #aef971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef971


Comments

No comments written yet.

Please login to write comment.