Color Hex Logo

#aefbbe Color Hex

#AEFBBE
(174,251,190)
0 Favorites   0 Comments

Color spaces of #aefbbe

RGB 174251190
HSL0.370.910.83
HSV132°31°98°
CMYK 0.310.000.24   0.02
XYZ61.247081.710761.2589
Yxy81.71070.29990.4001
Hunter Lab90.3940-37.245723.0957
CIE-Lab92.4470-35.575021.8703

#aefbbe color RGB value is (174,251,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 10111110
Octal 256 373 276
Decimal 174 251 190
Hex AE FB BE

RGB Percentages of Color #aefbbe

%28.29
%40.81
%30.89

CMYK Percentages of Color #aefbbe

%31
%0
%24
%2

Triadic Colors of #aefbbe

#aefbbe #beaefb #fbbeae

Analogous Colors of #aefbbe

#aefbbe #aefbe5 #c5fbae

Monochromatic Colors of #aefbbe

#aefbbe

Complementary Color

#aefbbe #fbaeeb

#aefbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefbbe Color CSS Codes

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

#aefbbe Text Font Color

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

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


#aefbbe Background Color

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

This div background color is #aefbbe


#aefbbe Border Color

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

This div border color is #aefbbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,251,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 #aefbbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefbbe


Comments

No comments written yet.

Please login to write comment.