Color Hex Logo

#abbab0 Color Hex

#ABBAB0
(171,186,176)
0 Favorites   0 Comments

Color spaces of #abbab0

RGB 171186176
HSL0.390.100.70
HSV140°73°
CMYK 0.080.000.05   0.27
XYZ42.190046.910347.9052
Yxy46.91030.30790.3424
Hunter Lab68.4911-9.90486.4742
CIE-Lab74.1324-7.09013.2860

#abbab0 color RGB value is (171,186,176).

#abbab0 hex color red value is 171, green value is 186 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #abbab0 hue: 0.39 , saturation: 0.10 and the lightness value of abbab0 is 0.70.

The process color (four color CMYK) of #abbab0 color hex is 0.08, 0.00, 0.05, 0.27. Web safe color of #abbab0 is #99cc99. Color #abbab0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111010 10110000
Octal 253 272 260
Decimal 171 186 176
Hex AB BA B0

RGB Percentages of Color #abbab0

%32.08
%34.90
%33.02

CMYK Percentages of Color #abbab0

%8
%0
%5
%27

Triadic Colors of #abbab0

#abbab0 #b0abba #bab0ab

Analogous Colors of #abbab0

#abbab0 #abbab8 #aebaab

Monochromatic Colors of #abbab0

#abbab0

Complementary Color

#abbab0 #baabb5

#abbab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbab0 Color CSS Codes

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

#abbab0 Text Font Color

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

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


#abbab0 Background Color

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

This div background color is #abbab0


#abbab0 Border Color

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

This div border color is #abbab0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,186,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #abbab0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #abbab0;
  -webkit-box-shadow: 1px 1px 3px 2px #abbab0;
  box-shadow:         1px 1px 3px 2px #abbab0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,186,176, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbab0

#abbab0 Color Palettes


Comments

No comments written yet.

Please login to write comment.