Color Hex Logo

#aaf5be Color Hex

#AAF5BE
(170,245,190)
0 Favorites   0 Comments

Color spaces of #aaf5be

RGB 170245190
HSL0.380.790.81
HSV136°31°96°
CMYK 0.310.000.22   0.04
XYZ58.524277.568660.6029
Yxy77.56860.29750.3944
Hunter Lab88.0730-35.515220.8538
CIE-Lab90.5827-34.036019.2474

#aaf5be color RGB value is (170,245,190).

#aaf5be hex color red value is 170, green value is 245 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aaf5be hue: 0.38 , saturation: 0.79 and the lightness value of aaf5be is 0.81.

The process color (four color CMYK) of #aaf5be color hex is 0.31, 0.00, 0.22, 0.04. Web safe color of #aaf5be is #99ffcc. Color #aaf5be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110101 10111110
Octal 252 365 276
Decimal 170 245 190
Hex AA F5 BE

RGB Percentages of Color #aaf5be

%28.10
%40.50
%31.40

CMYK Percentages of Color #aaf5be

%31
%0
%22
%4

Triadic Colors of #aaf5be

#aaf5be #beaaf5 #f5beaa

Analogous Colors of #aaf5be

#aaf5be #aaf5e4 #bcf5aa

Monochromatic Colors of #aaf5be

#aaf5be

Complementary Color

#aaf5be #f5aae1

#aaf5be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf5be Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf5be Color CSS Codes

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

#aaf5be Text Font Color

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

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


#aaf5be Background Color

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

This div background color is #aaf5be


#aaf5be Border Color

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

This div border color is #aaf5be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf5be


Comments

No comments written yet.

Please login to write comment.