Color Hex Logo

#aaffbe Color Hex

#AAFFBE
(170,255,190)
0 Favorites   0 Comments

Color spaces of #aaffbe

RGB 170255190
HSL0.371.000.83
HSV134°33°100°
CMYK 0.330.000.25   0.00
XYZ61.631883.783861.6387
Yxy83.78380.29770.4046
Hunter Lab91.5335-39.995124.1475
CIE-Lab93.3565-38.592623.0979

#aaffbe color RGB value is (170,255,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111111 10111110
Octal 252 377 276
Decimal 170 255 190
Hex AA FF BE

RGB Percentages of Color #aaffbe

%27.64
%41.46
%30.89

CMYK Percentages of Color #aaffbe

%33
%0
%25
%0

Triadic Colors of #aaffbe

#aaffbe #beaaff #ffbeaa

Analogous Colors of #aaffbe

#aaffbe #aaffe9 #c1ffaa

Monochromatic Colors of #aaffbe

#aaffbe

Complementary Color

#aaffbe #ffaaeb

#aaffbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaffbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaffbe Color CSS Codes

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

#aaffbe Text Font Color

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

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


#aaffbe Background Color

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

This div background color is #aaffbe


#aaffbe Border Color

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

This div border color is #aaffbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaffbe

Related Colors


Comments

No comments written yet.

Please login to write comment.