Color Hex Logo

#abadb0 Color Hex

#ABADB0
(171,173,176)
0 Favorites   0 Comments

Color spaces of #abadb0

RGB 171173176
HSL0.600.030.68
HSV216°69°
CMYK 0.030.020.00   0.31
XYZ39.574641.679747.0335
Yxy41.67970.30850.3249
Hunter Lab64.5598-3.56081.9976
CIE-Lab70.6495-0.1280-1.7906

#abadb0 color RGB value is (171,173,176).

#abadb0 hex color red value is 171, green value is 173 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #abadb0 hue: 0.60 , saturation: 0.03 and the lightness value of abadb0 is 0.68.

The process color (four color CMYK) of #abadb0 color hex is 0.03, 0.02, 0.00, 0.31. Web safe color of #abadb0 is #999999. Color #abadb0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101101 10110000
Octal 253 255 260
Decimal 171 173 176
Hex AB AD B0

RGB Percentages of Color #abadb0

%32.88
%33.27
%33.85

CMYK Percentages of Color #abadb0

%3
%2
%0
%31

Triadic Colors of #abadb0

#abadb0 #b0abad #adb0ab

Analogous Colors of #abadb0

#abadb0 #acabb0 #abb0b0

Monochromatic Colors of #abadb0

#abadb0

Complementary Color

#abadb0 #b0aeab

#abadb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abadb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abadb0 Color CSS Codes

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

#abadb0 Text Font Color

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

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


#abadb0 Background Color

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

This div background color is #abadb0


#abadb0 Border Color

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

This div border color is #abadb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abadb0

#abadb0 Color Palettes


Comments

No comments written yet.

Please login to write comment.