Color Hex Logo

#aef479 Color Hex

#AEF479
(174,244,121)
0 Favorites   0 Comments

Color spaces of #aef479

RGB 174244121
HSL0.260.850.72
HSV94°50°96°
CMYK 0.290.000.50   0.04
XYZ53.257475.080529.7742
Yxy75.08050.33680.4749
Hunter Lab86.6490-41.923640.2812
CIE-Lab89.4307-42.233951.9625

#aef479 color RGB value is (174,244,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110100 01111001
Octal 256 364 171
Decimal 174 244 121
Hex AE F4 79

RGB Percentages of Color #aef479

%32.28
%45.27
%22.45

CMYK Percentages of Color #aef479

%29
%0
%50
%4

Triadic Colors of #aef479

#aef479 #79aef4 #f479ae

Analogous Colors of #aef479

#aef479 #79f482 #ecf479

Monochromatic Colors of #aef479

#aef479

Complementary Color

#aef479 #bf79f4

#aef479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef479 Color CSS Codes

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

#aef479 Text Font Color

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

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


#aef479 Background Color

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

This div background color is #aef479


#aef479 Border Color

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

This div border color is #aef479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef479


Comments

No comments written yet.

Please login to write comment.