Color Hex Logo

#aef471 Color Hex

#AEF471
(174,244,113)
0 Favorites   0 Comments

Color spaces of #aef471

RGB 174244113
HSL0.260.860.70
HSV92°54°96°
CMYK 0.290.000.54   0.04
XYZ52.786974.892327.2963
Yxy74.89230.34060.4833
Hunter Lab86.5403-42.566241.8772
CIE-Lab89.3425-43.071355.5165

#aef471 color RGB value is (174,244,113).

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

The process color (four color CMYK) of #aef471 color hex is 0.29, 0.00, 0.54, 0.04. Web safe color of #aef471 is #99ff66. Color #aef471 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110100 01110001
Octal 256 364 161
Decimal 174 244 113
Hex AE F4 71

RGB Percentages of Color #aef471

%32.77
%45.95
%21.28

CMYK Percentages of Color #aef471

%29
%0
%54
%4

Triadic Colors of #aef471

#aef471 #71aef4 #f471ae

Analogous Colors of #aef471

#aef471 #71f476 #f0f471

Monochromatic Colors of #aef471

#aef471

Complementary Color

#aef471 #b771f4

#aef471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef471 Color CSS Codes

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

#aef471 Text Font Color

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

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


#aef471 Background Color

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

This div background color is #aef471


#aef471 Border Color

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

This div border color is #aef471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef471


Comments

No comments written yet.

Please login to write comment.