Color Hex Logo

#aef018 Color Hex

#AEF018
(174,240,24)
0 Favorites   0 Comments

Color spaces of #aef018

RGB 17424024
HSL0.220.880.52
HSV78°90°94°
CMYK 0.280.000.90   0.06
XYZ48.780571.384812.0718
Yxy71.38480.36890.5398
Hunter Lab84.4895-44.798750.6714
CIE-Lab87.6716-46.541782.6640

#aef018 color RGB value is (174,240,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110000 00011000
Octal 256 360 30
Decimal 174 240 24
Hex AE F0 18

RGB Percentages of Color #aef018

%39.73
%54.79
%5.48

CMYK Percentages of Color #aef018

%28
%0
%90
%6

Triadic Colors of #aef018

#aef018 #18aef0 #f018ae

Analogous Colors of #aef018

#aef018 #42f018 #f0c618

Monochromatic Colors of #aef018

#aef018

Complementary Color

#aef018 #5a18f0

#aef018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef018 Color CSS Codes

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

#aef018 Text Font Color

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

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


#aef018 Background Color

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

This div background color is #aef018


#aef018 Border Color

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

This div border color is #aef018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef018


Comments

No comments written yet.

Please login to write comment.