Color Hex Logo

#aefeac Color Hex

#AEFEAC
(174,254,172)
0 Favorites   0 Comments

Color spaces of #aefeac

RGB 174254172
HSL0.330.980.84
HSV119°32°100°
CMYK 0.310.000.32   0.00
XYZ60.343882.860951.8430
Yxy82.86090.30940.4248
Hunter Lab91.0280-40.968629.9522
CIE-Lab92.9535-39.891531.6776

#aefeac color RGB value is (174,254,172).

#aefeac hex color red value is 174, green value is 254 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #aefeac hue: 0.33 , saturation: 0.98 and the lightness value of aefeac is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 10101100
Octal 256 376 254
Decimal 174 254 172
Hex AE FE AC

RGB Percentages of Color #aefeac

%29.00
%42.33
%28.67

CMYK Percentages of Color #aefeac

%31
%0
%32
%0

Triadic Colors of #aefeac

#aefeac #acaefe #feacae

Analogous Colors of #aefeac

#aefeac #acfed3 #d7feac

Monochromatic Colors of #aefeac

#aefeac

Complementary Color

#aefeac #fcacfe

#aefeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefeac Color CSS Codes

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

#aefeac Text Font Color

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

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


#aefeac Background Color

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

This div background color is #aefeac


#aefeac Border Color

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

This div border color is #aefeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefeac


Comments

No comments written yet.

Please login to write comment.