Color Hex Logo

#aefc80 Color Hex

#AEFC80
(174,252,128)
0 Favorites   0 Comments

Color spaces of #aefc80

RGB 174252128
HSL0.270.950.75
HSV98°49°99°
CMYK 0.310.000.49   0.01
XYZ56.162280.178032.9379
Yxy80.17800.33180.4736
Hunter Lab89.5422-44.740940.8698
CIE-Lab91.7647-44.932151.5426

#aefc80 color RGB value is (174,252,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 10000000
Octal 256 374 200
Decimal 174 252 128
Hex AE FC 80

RGB Percentages of Color #aefc80

%31.41
%45.49
%23.10

CMYK Percentages of Color #aefc80

%31
%0
%49
%1

Triadic Colors of #aefc80

#aefc80 #80aefc #fc80ae

Analogous Colors of #aefc80

#aefc80 #80fc90 #ecfc80

Monochromatic Colors of #aefc80

#aefc80

Complementary Color

#aefc80 #ce80fc

#aefc80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefc80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefc80 Color CSS Codes

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

#aefc80 Text Font Color

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

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


#aefc80 Background Color

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

This div background color is #aefc80


#aefc80 Border Color

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

This div border color is #aefc80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefc80


Comments

No comments written yet.

Please login to write comment.