Color Hex Logo

#aeffc6 Color Hex

#AEFFC6
(174,255,198)
0 Favorites   0 Comments

Color spaces of #aeffc6

RGB 174255198
HSL0.381.000.84
HSV138°32°100°
CMYK 0.320.000.22   0.00
XYZ63.408684.595966.4127
Yxy84.59590.29570.3945
Hunter Lab91.9760-37.899521.5720
CIE-Lab93.7087-35.991219.5395

#aeffc6 color RGB value is (174,255,198).

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

The process color (four color CMYK) of #aeffc6 color hex is 0.32, 0.00, 0.22, 0.00. Web safe color of #aeffc6 is #99ffcc. Color #aeffc6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111111 11000110
Octal 256 377 306
Decimal 174 255 198
Hex AE FF C6

RGB Percentages of Color #aeffc6

%27.75
%40.67
%31.58

CMYK Percentages of Color #aeffc6

%32
%0
%22
%0

Triadic Colors of #aeffc6

#aeffc6 #c6aeff #ffc6ae

Analogous Colors of #aeffc6

#aeffc6 #aeffef #bfffae

Monochromatic Colors of #aeffc6

#aeffc6

Complementary Color

#aeffc6 #ffaee7

#aeffc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeffc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeffc6 Color CSS Codes

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

#aeffc6 Text Font Color

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

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


#aeffc6 Background Color

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

This div background color is #aeffc6


#aeffc6 Border Color

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

This div border color is #aeffc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeffc6

Related Colors


Comments

No comments written yet.

Please login to write comment.