Color Hex Logo

#aeffc3 Color Hex

#AEFFC3
(174,255,195)
0 Favorites   0 Comments

Color spaces of #aeffc3

RGB 174255195
HSL0.381.000.84
HSV136°32°100°
CMYK 0.320.000.24   0.00
XYZ63.065984.458864.6080
Yxy84.45880.29730.3981
Hunter Lab91.9015-38.334822.6493
CIE-Lab93.6494-36.524120.9877

#aeffc3 color RGB value is (174,255,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111111 11000011
Octal 256 377 303
Decimal 174 255 195
Hex AE FF C3

RGB Percentages of Color #aeffc3

%27.88
%40.87
%31.25

CMYK Percentages of Color #aeffc3

%32
%0
%24
%0

Triadic Colors of #aeffc3

#aeffc3 #c3aeff #ffc3ae

Analogous Colors of #aeffc3

#aeffc3 #aeffec #c2ffae

Monochromatic Colors of #aeffc3

#aeffc3

Complementary Color

#aeffc3 #ffaeea

#aeffc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeffc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeffc3 Color CSS Codes

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

#aeffc3 Text Font Color

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

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


#aeffc3 Background Color

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

This div background color is #aeffc3


#aeffc3 Border Color

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

This div border color is #aeffc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeffc3

Related Colors


Comments

No comments written yet.

Please login to write comment.