Color Hex Logo

#aefc0f Color Hex

#AEFC0F
(174,252,15)
0 Favorites   0 Comments

Color spaces of #aefc0f

RGB 17425215
HSL0.220.980.52
HSV80°94°99°
CMYK 0.310.000.94   0.01
XYZ52.352278.654012.8744
Yxy78.65400.36390.5467
Hunter Lab88.6871-49.833453.4740
CIE-Lab91.0775-51.681086.4524

#aefc0f color RGB value is (174,252,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 00001111
Octal 256 374 17
Decimal 174 252 15
Hex AE FC F

RGB Percentages of Color #aefc0f

%39.46
%57.14
%3.40

CMYK Percentages of Color #aefc0f

%31
%0
%94
%1

Triadic Colors of #aefc0f

#aefc0f #0faefc #fc0fae

Analogous Colors of #aefc0f

#aefc0f #38fc0f #fcd40f

Monochromatic Colors of #aefc0f

#aefc0f

Complementary Color

#aefc0f #5d0ffc

#aefc0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefc0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefc0f Color CSS Codes

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

#aefc0f Text Font Color

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

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


#aefc0f Background Color

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

This div background color is #aefc0f


#aefc0f Border Color

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

This div border color is #aefc0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefc0f


Comments

No comments written yet.

Please login to write comment.