Color Hex Logo

#abadbb Color Hex

#ABADBB
(171,173,187)
0 Favorites   0 Comments

Color spaces of #abadbb

RGB 171173187
HSL0.650.110.70
HSV233°73°
CMYK 0.090.070.00   0.27
XYZ40.707842.132953.0006
Yxy42.13290.29970.3102
Hunter Lab64.9099-1.6471-2.9749
CIE-Lab70.96252.0534-7.3918

#abadbb color RGB value is (171,173,187).

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

The process color (four color CMYK) of #abadbb color hex is 0.09, 0.07, 0.00, 0.27. Web safe color of #abadbb is #9999cc. Color #abadbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101101 10111011
Octal 253 255 273
Decimal 171 173 187
Hex AB AD BB

RGB Percentages of Color #abadbb

%32.20
%32.58
%35.22

CMYK Percentages of Color #abadbb

%9
%7
%0
%27

Triadic Colors of #abadbb

#abadbb #bbabad #adbbab

Analogous Colors of #abadbb

#abadbb #b1abbb #abb5bb

Monochromatic Colors of #abadbb

#abadbb

Complementary Color

#abadbb #bbb9ab

#abadbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abadbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abadbb Color CSS Codes

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

#abadbb Text Font Color

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

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


#abadbb Background Color

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

This div background color is #abadbb


#abadbb Border Color

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

This div border color is #abadbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abadbb


Comments

No comments written yet.

Please login to write comment.