Color Hex Logo

#aef30f Color Hex

#AEF30F
(174,243,15)
0 Favorites   0 Comments

Color spaces of #aef30f

RGB 17424315
HSL0.220.900.51
HSV78°94°95°
CMYK 0.280.000.94   0.05
XYZ49.592473.134311.9545
Yxy73.13430.36820.5430
Hunter Lab85.5186-46.145051.5750
CIE-Lab88.5117-47.954184.4246

#aef30f color RGB value is (174,243,15).

#aef30f hex color red value is 174, green value is 243 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #aef30f hue: 0.22 , saturation: 0.90 and the lightness value of aef30f is 0.51.

The process color (four color CMYK) of #aef30f color hex is 0.28, 0.00, 0.94, 0.05. Web safe color of #aef30f is #99ff00. Color #aef30f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110011 00001111
Octal 256 363 17
Decimal 174 243 15
Hex AE F3 F

RGB Percentages of Color #aef30f

%40.28
%56.25
%3.47

CMYK Percentages of Color #aef30f

%28
%0
%94
%5

Triadic Colors of #aef30f

#aef30f #0faef3 #f30fae

Analogous Colors of #aef30f

#aef30f #3cf30f #f3c60f

Monochromatic Colors of #aef30f

#aef30f

Complementary Color

#aef30f #540ff3

#aef30f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef30f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef30f Color CSS Codes

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

#aef30f Text Font Color

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

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


#aef30f Background Color

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

This div background color is #aef30f


#aef30f Border Color

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

This div border color is #aef30f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef30f


Comments

No comments written yet.

Please login to write comment.