Color Hex Logo

#aefc7f Color Hex

#AEFC7F
(174,252,127)
0 Favorites   0 Comments

Color spaces of #aefc7f

RGB 174252127
HSL0.270.950.74
HSV97°50°99°
CMYK 0.310.000.50   0.01
XYZ56.096780.151832.5929
Yxy80.15180.33220.4747
Hunter Lab89.5275-44.827641.0845
CIE-Lab91.7529-45.044751.9928

#aefc7f color RGB value is (174,252,127).

#aefc7f hex color red value is 174, green value is 252 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #aefc7f hue: 0.27 , saturation: 0.95 and the lightness value of aefc7f is 0.74.

The process color (four color CMYK) of #aefc7f color hex is 0.31, 0.00, 0.50, 0.01. Web safe color of #aefc7f is #99ff66. Color #aefc7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 01111111
Octal 256 374 177
Decimal 174 252 127
Hex AE FC 7F

RGB Percentages of Color #aefc7f

%31.46
%45.57
%22.97

CMYK Percentages of Color #aefc7f

%31
%0
%50
%1

Triadic Colors of #aefc7f

#aefc7f #7faefc #fc7fae

Analogous Colors of #aefc7f

#aefc7f #7ffc8f #edfc7f

Monochromatic Colors of #aefc7f

#aefc7f

Complementary Color

#aefc7f #cd7ffc

#aefc7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefc7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefc7f Color CSS Codes

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

#aefc7f Text Font Color

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

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


#aefc7f Background Color

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

This div background color is #aefc7f


#aefc7f Border Color

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

This div border color is #aefc7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefc7f


Comments

No comments written yet.

Please login to write comment.