Color Hex Logo

#aefea1 Color Hex

#AEFEA1
(174,254,161)
0 Favorites   0 Comments

Color spaces of #aefea1

RGB 174254161
HSL0.310.980.81
HSV112°37°100°
CMYK 0.310.000.37   0.00
XYZ59.330482.455546.5067
Yxy82.45550.31510.4379
Hunter Lab90.8050-42.280033.1975
CIE-Lab92.7755-41.543636.9243

#aefea1 color RGB value is (174,254,161).

#aefea1 hex color red value is 174, green value is 254 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #aefea1 hue: 0.31 , saturation: 0.98 and the lightness value of aefea1 is 0.81.

The process color (four color CMYK) of #aefea1 color hex is 0.31, 0.00, 0.37, 0.00. Web safe color of #aefea1 is #99ff99. Color #aefea1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 10100001
Octal 256 376 241
Decimal 174 254 161
Hex AE FE A1

RGB Percentages of Color #aefea1

%29.54
%43.12
%27.33

CMYK Percentages of Color #aefea1

%31
%0
%37
%0

Triadic Colors of #aefea1

#aefea1 #a1aefe #fea1ae

Analogous Colors of #aefea1

#aefea1 #a1fec3 #ddfea1

Monochromatic Colors of #aefea1

#aefea1

Complementary Color

#aefea1 #f1a1fe

#aefea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefea1 Color CSS Codes

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

#aefea1 Text Font Color

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

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


#aefea1 Background Color

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

This div background color is #aefea1


#aefea1 Border Color

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

This div border color is #aefea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefea1


Comments

No comments written yet.

Please login to write comment.