Color Hex Logo

#aefe19 Color Hex

#AEFE19
(174,254,25)
0 Favorites   0 Comments

Color spaces of #aefe19

RGB 17425425
HSL0.220.990.55
HSV81°90°100°
CMYK 0.310.000.90   0.00
XYZ53.072879.952513.5548
Yxy79.95250.36210.5455
Hunter Lab89.4162-50.529953.6034
CIE-Lab91.6635-52.335185.7631

#aefe19 color RGB value is (174,254,25).

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

The process color (four color CMYK) of #aefe19 color hex is 0.31, 0.00, 0.90, 0.00. Web safe color of #aefe19 is #99ff00. Color #aefe19 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 00011001
Octal 256 376 31
Decimal 174 254 25
Hex AE FE 19

RGB Percentages of Color #aefe19

%38.41
%56.07
%5.52

CMYK Percentages of Color #aefe19

%31
%0
%90
%0

Triadic Colors of #aefe19

#aefe19 #19aefe #fe19ae

Analogous Colors of #aefe19

#aefe19 #3cfe19 #fedc19

Monochromatic Colors of #aefe19

#aefe19

Complementary Color

#aefe19 #6919fe

#aefe19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefe19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefe19 Color CSS Codes

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

#aefe19 Text Font Color

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

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


#aefe19 Background Color

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

This div background color is #aefe19


#aefe19 Border Color

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

This div border color is #aefe19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefe19


Comments

No comments written yet.

Please login to write comment.