Color Hex Logo

#aeffc5 Color Hex

#AEFFC5
(174,255,197)
0 Favorites   0 Comments

Color spaces of #aeffc5

RGB 174255197
HSL0.381.000.84
HSV137°32°100°
CMYK 0.320.000.23   0.00
XYZ63.293684.549965.8072
Yxy84.54990.29620.3957
Hunter Lab91.9510-38.045521.9332
CIE-Lab93.6888-36.169820.0222

#aeffc5 color RGB value is (174,255,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111111 11000101
Octal 256 377 305
Decimal 174 255 197
Hex AE FF C5

RGB Percentages of Color #aeffc5

%27.80
%40.73
%31.47

CMYK Percentages of Color #aeffc5

%32
%0
%23
%0

Triadic Colors of #aeffc5

#aeffc5 #c5aeff #ffc5ae

Analogous Colors of #aeffc5

#aeffc5 #aeffee #c0ffae

Monochromatic Colors of #aeffc5

#aeffc5

Complementary Color

#aeffc5 #ffaee8

#aeffc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeffc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeffc5 Color CSS Codes

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

#aeffc5 Text Font Color

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

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


#aeffc5 Background Color

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

This div background color is #aeffc5


#aeffc5 Border Color

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

This div border color is #aeffc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeffc5

Related Colors


Comments

No comments written yet.

Please login to write comment.