Color Hex Logo

#aefaa8 Color Hex

#AEFAA8
(174,250,168)
0 Favorites   0 Comments

Color spaces of #aefaa8

RGB 174250168
HSL0.320.890.82
HSV116°33°98°
CMYK 0.300.000.33   0.02
XYZ58.709080.197049.4311
Yxy80.19700.31170.4258
Hunter Lab89.5528-39.696429.9602
CIE-Lab91.7732-38.720232.1030

#aefaa8 color RGB value is (174,250,168).

#aefaa8 hex color red value is 174, green value is 250 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #aefaa8 hue: 0.32 , saturation: 0.89 and the lightness value of aefaa8 is 0.82.

The process color (four color CMYK) of #aefaa8 color hex is 0.30, 0.00, 0.33, 0.02. Web safe color of #aefaa8 is #99ff99. Color #aefaa8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111010 10101000
Octal 256 372 250
Decimal 174 250 168
Hex AE FA A8

RGB Percentages of Color #aefaa8

%29.39
%42.23
%28.38

CMYK Percentages of Color #aefaa8

%30
%0
%33
%2

Triadic Colors of #aefaa8

#aefaa8 #a8aefa #faa8ae

Analogous Colors of #aefaa8

#aefaa8 #a8facb #d7faa8

Monochromatic Colors of #aefaa8

#aefaa8

Complementary Color

#aefaa8 #f4a8fa

#aefaa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefaa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefaa8 Color CSS Codes

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

#aefaa8 Text Font Color

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

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


#aefaa8 Background Color

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

This div background color is #aefaa8


#aefaa8 Border Color

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

This div border color is #aefaa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefaa8


Comments

No comments written yet.

Please login to write comment.