Color Hex Logo

#aefabb Color Hex

#AEFABB
(174,250,187)
0 Favorites   0 Comments

Color spaces of #aefabb

RGB 174250187
HSL0.360.880.83
HSV130°30°98°
CMYK 0.300.000.25   0.02
XYZ60.610880.957759.4456
Yxy80.95770.30150.4027
Hunter Lab89.9765-37.216023.8119
CIE-Lab92.1129-35.635222.9396

#aefabb color RGB value is (174,250,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111010 10111011
Octal 256 372 273
Decimal 174 250 187
Hex AE FA BB

RGB Percentages of Color #aefabb

%28.48
%40.92
%30.61

CMYK Percentages of Color #aefabb

%30
%0
%25
%2

Triadic Colors of #aefabb

#aefabb #bbaefa #fabbae

Analogous Colors of #aefabb

#aefabb #aefae1 #c7faae

Monochromatic Colors of #aefabb

#aefabb

Complementary Color

#aefabb #faaeed

#aefabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefabb Color CSS Codes

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

#aefabb Text Font Color

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

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


#aefabb Background Color

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

This div background color is #aefabb


#aefabb Border Color

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

This div border color is #aefabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefabb


Comments

No comments written yet.

Please login to write comment.