Color Hex Logo

#aeff47 Color Hex

#AEFF47
(174,255,71)
0 Favorites   0 Comments

Color spaces of #aeff47

RGB 17425571
HSL0.241.000.64
HSV86°72°100°
CMYK 0.320.000.72   0.00
XYZ54.352980.973618.7260
Yxy80.97360.35280.5256
Hunter Lab89.9853-49.656850.6514
CIE-Lab92.1199-51.018375.1915

#aeff47 color RGB value is (174,255,71).

#aeff47 hex color red value is 174, green value is 255 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #aeff47 hue: 0.24 , saturation: 1.00 and the lightness value of aeff47 is 0.64.

The process color (four color CMYK) of #aeff47 color hex is 0.32, 0.00, 0.72, 0.00. Web safe color of #aeff47 is #99ff33. Color #aeff47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111111 01000111
Octal 256 377 107
Decimal 174 255 71
Hex AE FF 47

RGB Percentages of Color #aeff47

%34.80
%51.00
%14.20

CMYK Percentages of Color #aeff47

%32
%0
%72
%0

Triadic Colors of #aeff47

#aeff47 #47aeff #ff47ae

Analogous Colors of #aeff47

#aeff47 #52ff47 #fff447

Monochromatic Colors of #aeff47

#aeff47

Complementary Color

#aeff47 #9847ff

#aeff47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeff47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeff47 Color CSS Codes

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

#aeff47 Text Font Color

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

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


#aeff47 Background Color

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

This div background color is #aeff47


#aeff47 Border Color

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

This div border color is #aeff47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeff47

Related Colors


Comments

No comments written yet.

Please login to write comment.