Color Hex Logo

#aefa71 Color Hex

#AEFA71
(174,250,113)
0 Favorites   0 Comments

Color spaces of #aefa71

RGB 174250113
HSL0.260.930.71
HSV93°55°98°
CMYK 0.300.000.55   0.02
XYZ54.621878.562127.9079
Yxy78.56210.33910.4877
Hunter Lab88.6353-45.110443.3765
CIE-Lab91.0358-45.661957.5010

#aefa71 color RGB value is (174,250,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111010 01110001
Octal 256 372 161
Decimal 174 250 113
Hex AE FA 71

RGB Percentages of Color #aefa71

%32.40
%46.55
%21.04

CMYK Percentages of Color #aefa71

%30
%0
%55
%2

Triadic Colors of #aefa71

#aefa71 #71aefa #fa71ae

Analogous Colors of #aefa71

#aefa71 #71fa79 #f3fa71

Monochromatic Colors of #aefa71

#aefa71

Complementary Color

#aefa71 #bd71fa

#aefa71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefa71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefa71 Color CSS Codes

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

#aefa71 Text Font Color

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

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


#aefa71 Background Color

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

This div background color is #aefa71


#aefa71 Border Color

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

This div border color is #aefa71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefa71


Comments

No comments written yet.

Please login to write comment.