Color Hex Logo

#aefac0 Color Hex

#AEFAC0
(174,250,192)
0 Favorites   0 Comments

Color spaces of #aefac0

RGB 174250192
HSL0.370.880.83
HSV134°30°98°
CMYK 0.300.000.23   0.02
XYZ61.155681.175762.3144
Yxy81.17570.29880.3967
Hunter Lab90.0976-36.510122.0614
CIE-Lab92.2098-34.767520.5184

#aefac0 color RGB value is (174,250,192).

#aefac0 hex color red value is 174, green value is 250 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #aefac0 hue: 0.37 , saturation: 0.88 and the lightness value of aefac0 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111010 11000000
Octal 256 372 300
Decimal 174 250 192
Hex AE FA C0

RGB Percentages of Color #aefac0

%28.25
%40.58
%31.17

CMYK Percentages of Color #aefac0

%30
%0
%23
%2

Triadic Colors of #aefac0

#aefac0 #c0aefa #fac0ae

Analogous Colors of #aefac0

#aefac0 #aefae6 #c2faae

Monochromatic Colors of #aefac0

#aefac0

Complementary Color

#aefac0 #faaee8

#aefac0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefac0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefac0 Color CSS Codes

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

#aefac0 Text Font Color

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

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


#aefac0 Background Color

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

This div background color is #aefac0


#aefac0 Border Color

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

This div border color is #aefac0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefac0


Comments

No comments written yet.

Please login to write comment.