Color Hex Logo

#aafbbe Color Hex

#AAFBBE
(170,251,190)
0 Favorites   0 Comments

Color spaces of #aafbbe

RGB 170251190
HSL0.370.910.83
HSV135°32°98°
CMYK 0.320.000.24   0.02
XYZ60.369081.258161.2178
Yxy81.25810.29760.4006
Hunter Lab90.1433-38.209222.8355
CIE-Lab92.2464-36.783921.5614

#aafbbe color RGB value is (170,251,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111011 10111110
Octal 252 373 276
Decimal 170 251 190
Hex AA FB BE

RGB Percentages of Color #aafbbe

%27.82
%41.08
%31.10

CMYK Percentages of Color #aafbbe

%32
%0
%24
%2

Triadic Colors of #aafbbe

#aafbbe #beaafb #fbbeaa

Analogous Colors of #aafbbe

#aafbbe #aafbe7 #bffbaa

Monochromatic Colors of #aafbbe

#aafbbe

Complementary Color

#aafbbe #fbaae7

#aafbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafbbe Color CSS Codes

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

#aafbbe Text Font Color

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

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


#aafbbe Background Color

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

This div background color is #aafbbe


#aafbbe Border Color

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

This div border color is #aafbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafbbe


Comments

No comments written yet.

Please login to write comment.