Color Hex Logo

#aabfbc Color Hex

#AABFBC
(170,191,188)
0 Favorites   0 Comments

Color spaces of #aabfbc

RGB 170191188
HSL0.480.140.71
HSV171°11°75°
CMYK 0.110.000.02   0.25
XYZ44.285549.438554.7854
Yxy49.43850.29820.3329
Hunter Lab70.3125-10.62083.0218
CIE-Lab75.7233-7.7348-0.9300

#aabfbc color RGB value is (170,191,188).

#aabfbc hex color red value is 170, green value is 191 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #aabfbc hue: 0.48 , saturation: 0.14 and the lightness value of aabfbc is 0.71.

The process color (four color CMYK) of #aabfbc color hex is 0.11, 0.00, 0.02, 0.25. Web safe color of #aabfbc is #99cccc. Color #aabfbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 10111100
Octal 252 277 274
Decimal 170 191 188
Hex AA BF BC

RGB Percentages of Color #aabfbc

%30.97
%34.79
%34.24

CMYK Percentages of Color #aabfbc

%11
%0
%2
%25

Triadic Colors of #aabfbc

#aabfbc #bcaabf #bfbcaa

Analogous Colors of #aabfbc

#aabfbc #aab8bf #aabfb2

Monochromatic Colors of #aabfbc

#aabfbc

Complementary Color

#aabfbc #bfaaad

#aabfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabfbc Color CSS Codes

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

#aabfbc Text Font Color

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

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


#aabfbc Background Color

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

This div background color is #aabfbc


#aabfbc Border Color

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

This div border color is #aabfbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,191,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabfbc


Comments

No comments written yet.

Please login to write comment.