Color Hex Logo

#aefc00 Color Hex

#AEFC00
(174,252,0)
0 Favorites   0 Comments

Color spaces of #aefc00

RGB 1742520
HSL0.221.000.49
HSV79°100°99°
CMYK 0.310.001.00   0.01
XYZ52.266078.619512.4204
Yxy78.61950.36470.5486
Hunter Lab88.6676-49.949853.7621
CIE-Lab91.0619-51.838687.5931

#aefc00 color RGB value is (174,252,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 00000000
Octal 256 374 0
Decimal 174 252 0
Hex AE FC 0

RGB Percentages of Color #aefc00

%40.85
%59.15
%0.00

CMYK Percentages of Color #aefc00

%31
%0
%100
%1

Triadic Colors of #aefc00

#aefc00 #00aefc #fc00ae

Analogous Colors of #aefc00

#aefc00 #30fc00 #fccc00

Monochromatic Colors of #aefc00

#aefc00

Complementary Color

#aefc00 #4e00fc

#aefc00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefc00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefc00 Color CSS Codes

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

#aefc00 Text Font Color

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

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


#aefc00 Background Color

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

This div background color is #aefc00


#aefc00 Border Color

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

This div border color is #aefc00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefc00


Comments

No comments written yet.

Please login to write comment.