Color Hex Logo

#aefc15 Color Hex

#AEFC15
(174,252,21)
0 Favorites   0 Comments

Color spaces of #aefc15

RGB 17425221
HSL0.220.970.54
HSV80°92°99°
CMYK 0.310.000.92   0.01
XYZ52.401378.673613.1332
Yxy78.67360.36340.5456
Hunter Lab88.6981-49.767153.3099
CIE-Lab91.0864-51.591385.8143

#aefc15 color RGB value is (174,252,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 00010101
Octal 256 374 25
Decimal 174 252 21
Hex AE FC 15

RGB Percentages of Color #aefc15

%38.93
%56.38
%4.70

CMYK Percentages of Color #aefc15

%31
%0
%92
%1

Triadic Colors of #aefc15

#aefc15 #15aefc #fc15ae

Analogous Colors of #aefc15

#aefc15 #3bfc15 #fcd715

Monochromatic Colors of #aefc15

#aefc15

Complementary Color

#aefc15 #6315fc

#aefc15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefc15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefc15 Color CSS Codes

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

#aefc15 Text Font Color

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

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


#aefc15 Background Color

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

This div background color is #aefc15


#aefc15 Border Color

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

This div border color is #aefc15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefc15

Related Colors


Comments

No comments written yet.

Please login to write comment.