Color Hex Logo

#aeffa6 Color Hex

#AEFFA6
(174,255,166)
0 Favorites   0 Comments

Color spaces of #aeffa6

RGB 174255166
HSL0.321.000.83
HSV115°35°100°
CMYK 0.320.000.35   0.00
XYZ60.098583.271848.9819
Yxy83.27180.31240.4329
Hunter Lab91.2534-42.135232.0524
CIE-Lab93.1333-41.249634.9151

#aeffa6 color RGB value is (174,255,166).

#aeffa6 hex color red value is 174, green value is 255 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #aeffa6 hue: 0.32 , saturation: 1.00 and the lightness value of aeffa6 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111111 10100110
Octal 256 377 246
Decimal 174 255 166
Hex AE FF A6

RGB Percentages of Color #aeffa6

%29.24
%42.86
%27.90

CMYK Percentages of Color #aeffa6

%32
%0
%35
%0

Triadic Colors of #aeffa6

#aeffa6 #a6aeff #ffa6ae

Analogous Colors of #aeffa6

#aeffa6 #a6ffcb #dbffa6

Monochromatic Colors of #aeffa6

#aeffa6

Complementary Color

#aeffa6 #f7a6ff

#aeffa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeffa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeffa6 Color CSS Codes

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

#aeffa6 Text Font Color

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

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


#aeffa6 Background Color

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

This div background color is #aeffa6


#aeffa6 Border Color

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

This div border color is #aeffa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeffa6


Comments

No comments written yet.

Please login to write comment.