Color Hex Logo

#abadb9 Color Hex

#ABADB9
(171,173,185)
0 Favorites   0 Comments

Color spaces of #abadb9

RGB 171173185
HSL0.640.090.70
HSV231°73°
CMYK 0.080.060.00   0.27
XYZ40.495142.047851.8807
Yxy42.04780.30120.3128
Hunter Lab64.8443-2.0046-2.0458
CIE-Lab70.90391.6484-6.3769

#abadb9 color RGB value is (171,173,185).

#abadb9 hex color red value is 171, green value is 173 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #abadb9 hue: 0.64 , saturation: 0.09 and the lightness value of abadb9 is 0.70.

The process color (four color CMYK) of #abadb9 color hex is 0.08, 0.06, 0.00, 0.27. Web safe color of #abadb9 is #9999cc. Color #abadb9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101101 10111001
Octal 253 255 271
Decimal 171 173 185
Hex AB AD B9

RGB Percentages of Color #abadb9

%32.33
%32.70
%34.97

CMYK Percentages of Color #abadb9

%8
%6
%0
%27

Triadic Colors of #abadb9

#abadb9 #b9abad #adb9ab

Analogous Colors of #abadb9

#abadb9 #b0abb9 #abb4b9

Monochromatic Colors of #abadb9

#abadb9

Complementary Color

#abadb9 #b9b7ab

#abadb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abadb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abadb9 Color CSS Codes

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

#abadb9 Text Font Color

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

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


#abadb9 Background Color

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

This div background color is #abadb9


#abadb9 Border Color

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

This div border color is #abadb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abadb9


Comments

No comments written yet.

Please login to write comment.