Color Hex Logo

#aabfbd Color Hex

#AABFBD
(170,191,189)
0 Favorites   0 Comments

Color spaces of #aabfbd

RGB 170191189
HSL0.480.140.71
HSV174°11°75°
CMYK 0.110.000.01   0.25
XYZ44.393749.481855.3553
Yxy49.48180.29750.3316
Hunter Lab70.3433-10.44932.5832
CIE-Lab75.7501-7.5347-1.4335

#aabfbd color RGB value is (170,191,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 10111101
Octal 252 277 275
Decimal 170 191 189
Hex AA BF BD

RGB Percentages of Color #aabfbd

%30.91
%34.73
%34.36

CMYK Percentages of Color #aabfbd

%11
%0
%1
%25

Triadic Colors of #aabfbd

#aabfbd #bdaabf #bfbdaa

Analogous Colors of #aabfbd

#aabfbd #aab7bf #aabfb3

Monochromatic Colors of #aabfbd

#aabfbd

Complementary Color

#aabfbd #bfaaac

#aabfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabfbd Color CSS Codes

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

#aabfbd Text Font Color

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

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


#aabfbd Background Color

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

This div background color is #aabfbd


#aabfbd Border Color

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

This div border color is #aabfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabfbd


Comments

No comments written yet.

Please login to write comment.