Color Hex Logo

#aefabe Color Hex

#AEFABE
(174,250,190)
0 Favorites   0 Comments

Color spaces of #aefabe

RGB 174250190
HSL0.370.880.83
HSV133°30°98°
CMYK 0.300.000.24   0.02
XYZ60.935481.087661.1550
Yxy81.08760.29990.3991
Hunter Lab90.0487-36.795222.7683
CIE-Lab92.1707-35.117421.4872

#aefabe color RGB value is (174,250,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111010 10111110
Octal 256 372 276
Decimal 174 250 190
Hex AE FA BE

RGB Percentages of Color #aefabe

%28.34
%40.72
%30.94

CMYK Percentages of Color #aefabe

%30
%0
%24
%2

Triadic Colors of #aefabe

#aefabe #beaefa #fabeae

Analogous Colors of #aefabe

#aefabe #aefae4 #c4faae

Monochromatic Colors of #aefabe

#aefabe

Complementary Color

#aefabe #faaeea

#aefabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefabe Color CSS Codes

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

#aefabe Text Font Color

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

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


#aefabe Background Color

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

This div background color is #aefabe


#aefabe Border Color

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

This div border color is #aefabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefabe

Related Colors


Comments

No comments written yet.

Please login to write comment.