Color Hex Logo

#aefab4 Color Hex

#AEFAB4
(174,250,180)
0 Favorites   0 Comments

Color spaces of #aefab4

RGB 174250180
HSL0.350.880.83
HSV125°30°98°
CMYK 0.300.000.28   0.02
XYZ59.879480.665255.5940
Yxy80.66520.30530.4113
Hunter Lab89.8138-38.167226.1696
CIE-Lab91.9825-36.811426.3243

#aefab4 color RGB value is (174,250,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111010 10110100
Octal 256 372 264
Decimal 174 250 180
Hex AE FA B4

RGB Percentages of Color #aefab4

%28.81
%41.39
%29.80

CMYK Percentages of Color #aefab4

%30
%0
%28
%2

Triadic Colors of #aefab4

#aefab4 #b4aefa #fab4ae

Analogous Colors of #aefab4

#aefab4 #aefada #cefaae

Monochromatic Colors of #aefab4

#aefab4

Complementary Color

#aefab4 #faaef4

#aefab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefab4 Color CSS Codes

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

#aefab4 Text Font Color

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

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


#aefab4 Background Color

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

This div background color is #aefab4


#aefab4 Border Color

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

This div border color is #aefab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefab4


Comments

No comments written yet.

Please login to write comment.