Color Hex Logo

#aefe18 Color Hex

#AEFE18
(174,254,24)
0 Favorites   0 Comments

Color spaces of #aefe18

RGB 17425424
HSL0.220.990.55
HSV81°91°100°
CMYK 0.310.000.91   0.00
XYZ53.062279.948213.4990
Yxy79.94820.36220.5457
Hunter Lab89.4138-50.544053.6385
CIE-Lab91.6616-52.354285.8970

#aefe18 color RGB value is (174,254,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 00011000
Octal 256 376 30
Decimal 174 254 24
Hex AE FE 18

RGB Percentages of Color #aefe18

%38.50
%56.19
%5.31

CMYK Percentages of Color #aefe18

%31
%0
%91
%0

Triadic Colors of #aefe18

#aefe18 #18aefe #fe18ae

Analogous Colors of #aefe18

#aefe18 #3bfe18 #fedb18

Monochromatic Colors of #aefe18

#aefe18

Complementary Color

#aefe18 #6818fe

#aefe18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefe18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefe18 Color CSS Codes

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

#aefe18 Text Font Color

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

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


#aefe18 Background Color

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

This div background color is #aefe18


#aefe18 Border Color

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

This div border color is #aefe18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefe18

Related Colors


Comments

No comments written yet.

Please login to write comment.