Color Hex Logo

#aefabf Color Hex

#AEFABF
(174,250,191)
0 Favorites   0 Comments

Color spaces of #aefabf

RGB 174250191
HSL0.370.880.83
HSV133°30°98°
CMYK 0.300.000.24   0.02
XYZ61.045181.131561.7327
Yxy81.13150.29940.3979
Hunter Lab90.0730-36.653222.4160
CIE-Lab92.1902-34.942921.0029

#aefabf color RGB value is (174,250,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111010 10111111
Octal 256 372 277
Decimal 174 250 191
Hex AE FA BF

RGB Percentages of Color #aefabf

%28.29
%40.65
%31.06

CMYK Percentages of Color #aefabf

%30
%0
%24
%2

Triadic Colors of #aefabf

#aefabf #bfaefa #fabfae

Analogous Colors of #aefabf

#aefabf #aefae5 #c3faae

Monochromatic Colors of #aefabf

#aefabf

Complementary Color

#aefabf #faaee9

#aefabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefabf Color CSS Codes

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

#aefabf Text Font Color

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

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


#aefabf Background Color

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

This div background color is #aefabf


#aefabf Border Color

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

This div border color is #aefabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefabf


Comments

No comments written yet.

Please login to write comment.