Color Hex Logo

#aefc8d Color Hex

#AEFC8D
(174,252,141)
0 Favorites   0 Comments

Color spaces of #aefc8d

RGB 174252141
HSL0.280.950.77
HSV102°44°99°
CMYK 0.310.000.44   0.01
XYZ57.073780.542637.7375
Yxy80.54260.32550.4593
Hunter Lab89.7455-43.537537.8908
CIE-Lab91.9278-43.377445.5959

#aefc8d color RGB value is (174,252,141).

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

The process color (four color CMYK) of #aefc8d color hex is 0.31, 0.00, 0.44, 0.01. Web safe color of #aefc8d is #99ff99. Color #aefc8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 10001101
Octal 256 374 215
Decimal 174 252 141
Hex AE FC 8D

RGB Percentages of Color #aefc8d

%30.69
%44.44
%24.87

CMYK Percentages of Color #aefc8d

%31
%0
%44
%1

Triadic Colors of #aefc8d

#aefc8d #8daefc #fc8dae

Analogous Colors of #aefc8d

#aefc8d #8dfca4 #e6fc8d

Monochromatic Colors of #aefc8d

#aefc8d

Complementary Color

#aefc8d #db8dfc

#aefc8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefc8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefc8d Color CSS Codes

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

#aefc8d Text Font Color

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

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


#aefc8d Background Color

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

This div background color is #aefc8d


#aefc8d Border Color

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

This div border color is #aefc8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefc8d


Comments

No comments written yet.

Please login to write comment.