Color Hex Logo

#aefc6f Color Hex

#AEFC6F
(174,252,111)
0 Favorites   0 Comments

Color spaces of #aefc6f

RGB 174252111
HSL0.260.960.71
HSV93°56°99°
CMYK 0.310.000.56   0.01
XYZ55.135279.767227.5296
Yxy79.76720.33940.4911
Hunter Lab89.3125-46.103644.2432
CIE-Lab91.5803-46.710659.0165

#aefc6f color RGB value is (174,252,111).

#aefc6f hex color red value is 174, green value is 252 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #aefc6f hue: 0.26 , saturation: 0.96 and the lightness value of aefc6f is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 01101111
Octal 256 374 157
Decimal 174 252 111
Hex AE FC 6F

RGB Percentages of Color #aefc6f

%32.40
%46.93
%20.67

CMYK Percentages of Color #aefc6f

%31
%0
%56
%1

Triadic Colors of #aefc6f

#aefc6f #6faefc #fc6fae

Analogous Colors of #aefc6f

#aefc6f #6ffc77 #f5fc6f

Monochromatic Colors of #aefc6f

#aefc6f

Complementary Color

#aefc6f #bd6ffc

#aefc6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefc6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefc6f Color CSS Codes

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

#aefc6f Text Font Color

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

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


#aefc6f Background Color

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

This div background color is #aefc6f


#aefc6f Border Color

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

This div border color is #aefc6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefc6f

Related Colors


Comments

No comments written yet.

Please login to write comment.