Color Hex Logo

#aefc18 Color Hex

#AEFC18
(174,252,24)
0 Favorites   0 Comments

Color spaces of #aefc18

RGB 17425224
HSL0.220.970.54
HSV81°90°99°
CMYK 0.310.000.90   0.01
XYZ52.430878.685413.2886
Yxy78.68540.36310.5449
Hunter Lab88.7048-49.727353.2113
CIE-Lab91.0918-51.537485.4353

#aefc18 color RGB value is (174,252,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 00011000
Octal 256 374 30
Decimal 174 252 24
Hex AE FC 18

RGB Percentages of Color #aefc18

%38.67
%56.00
%5.33

CMYK Percentages of Color #aefc18

%31
%0
%90
%1

Triadic Colors of #aefc18

#aefc18 #18aefc #fc18ae

Analogous Colors of #aefc18

#aefc18 #3cfc18 #fcd818

Monochromatic Colors of #aefc18

#aefc18

Complementary Color

#aefc18 #6618fc

#aefc18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefc18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefc18 Color CSS Codes

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

#aefc18 Text Font Color

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

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


#aefc18 Background Color

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

This div background color is #aefc18


#aefc18 Border Color

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

This div border color is #aefc18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefc18


Comments

No comments written yet.

Please login to write comment.