Color Hex Logo

#aafabb Color Hex

#AAFABB
(170,250,187)
0 Favorites   0 Comments

Color spaces of #aafabb

RGB 170250187
HSL0.370.890.82
HSV133°32°98°
CMYK 0.320.000.25   0.02
XYZ59.732880.505159.4045
Yxy80.50510.29920.4032
Hunter Lab89.7246-38.184523.5528
CIE-Lab91.9110-36.853322.6293

#aafabb color RGB value is (170,250,187).

#aafabb hex color red value is 170, green value is 250 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #aafabb hue: 0.37 , saturation: 0.89 and the lightness value of aafabb is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111010 10111011
Octal 252 372 273
Decimal 170 250 187
Hex AA FA BB

RGB Percentages of Color #aafabb

%28.01
%41.19
%30.81

CMYK Percentages of Color #aafabb

%32
%0
%25
%2

Triadic Colors of #aafabb

#aafabb #bbaafa #fabbaa

Analogous Colors of #aafabb

#aafabb #aafae3 #c1faaa

Monochromatic Colors of #aafabb

#aafabb

Complementary Color

#aafabb #faaae9

#aafabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafabb Color CSS Codes

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

#aafabb Text Font Color

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

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


#aafabb Background Color

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

This div background color is #aafabb


#aafabb Border Color

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

This div border color is #aafabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafabb


Comments

No comments written yet.

Please login to write comment.