Color Hex Logo

#aefe47 Color Hex

#AEFE47
(174,254,71)
0 Favorites   0 Comments

Color spaces of #aefe47

RGB 17425471
HSL0.240.990.64
HSV86°72°100°
CMYK 0.310.000.72   0.00
XYZ54.034780.337218.6199
Yxy80.33720.35320.5251
Hunter Lab89.6310-49.244350.4248
CIE-Lab91.8359-50.605674.9123

#aefe47 color RGB value is (174,254,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 01000111
Octal 256 376 107
Decimal 174 254 71
Hex AE FE 47

RGB Percentages of Color #aefe47

%34.87
%50.90
%14.23

CMYK Percentages of Color #aefe47

%31
%0
%72
%0

Triadic Colors of #aefe47

#aefe47 #47aefe #fe47ae

Analogous Colors of #aefe47

#aefe47 #53fe47 #fef347

Monochromatic Colors of #aefe47

#aefe47

Complementary Color

#aefe47 #9747fe

#aefe47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefe47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefe47 Color CSS Codes

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

#aefe47 Text Font Color

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

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


#aefe47 Background Color

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

This div background color is #aefe47


#aefe47 Border Color

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

This div border color is #aefe47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefe47


Comments

No comments written yet.

Please login to write comment.