Color Hex Logo

#aefaa4 Color Hex

#AEFAA4
(174,250,164)
0 Favorites   0 Comments

Color spaces of #aefaa4

RGB 174250164
HSL0.310.900.81
HSV113°34°98°
CMYK 0.300.000.34   0.02
XYZ58.342080.050247.4983
Yxy80.05020.31390.4306
Hunter Lab89.4708-40.177831.1536
CIE-Lab91.7074-39.325734.0197

#aefaa4 color RGB value is (174,250,164).

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

The process color (four color CMYK) of #aefaa4 color hex is 0.30, 0.00, 0.34, 0.02. Web safe color of #aefaa4 is #99ff99. Color #aefaa4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111010 10100100
Octal 256 372 244
Decimal 174 250 164
Hex AE FA A4

RGB Percentages of Color #aefaa4

%29.59
%42.52
%27.89

CMYK Percentages of Color #aefaa4

%30
%0
%34
%2

Triadic Colors of #aefaa4

#aefaa4 #a4aefa #faa4ae

Analogous Colors of #aefaa4

#aefaa4 #a4fac5 #d9faa4

Monochromatic Colors of #aefaa4

#aefaa4

Complementary Color

#aefaa4 #f0a4fa

#aefaa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefaa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefaa4 Color CSS Codes

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

#aefaa4 Text Font Color

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

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


#aefaa4 Background Color

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

This div background color is #aefaa4


#aefaa4 Border Color

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

This div border color is #aefaa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefaa4

#aefaa4 Color Palettes


Comments

No comments written yet.

Please login to write comment.