Color Hex Logo

#aefac5 Color Hex

#AEFAC5
(174,250,197)
0 Favorites   0 Comments

Color spaces of #aefac5

RGB 174250197
HSL0.380.880.83
HSV138°30°98°
CMYK 0.300.000.21   0.02
XYZ61.719281.401165.2824
Yxy81.40110.29620.3906
Hunter Lab90.2226-35.781720.2553
CIE-Lab92.3099-33.876818.0954

#aefac5 color RGB value is (174,250,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111010 11000101
Octal 256 372 305
Decimal 174 250 197
Hex AE FA C5

RGB Percentages of Color #aefac5

%28.02
%40.26
%31.72

CMYK Percentages of Color #aefac5

%30
%0
%21
%2

Triadic Colors of #aefac5

#aefac5 #c5aefa #fac5ae

Analogous Colors of #aefac5

#aefac5 #aefaeb #bdfaae

Monochromatic Colors of #aefac5

#aefac5

Complementary Color

#aefac5 #faaee3

#aefac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefac5 Color CSS Codes

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

#aefac5 Text Font Color

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

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


#aefac5 Background Color

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

This div background color is #aefac5


#aefac5 Border Color

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

This div border color is #aefac5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,250,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 #aefac5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefac5

Related Colors


Comments

No comments written yet.

Please login to write comment.