Color Hex Logo

#9ab0bd Color Hex

#9AB0BD
(154,176,189)
0 Favorites   0 Comments

Color spaces of #9ab0bd

RGB 154176189
HSL0.560.210.67
HSV202°19°74°
CMYK 0.190.070.00   0.26
XYZ38.037141.594854.1679
Yxy41.59480.28430.3109
Hunter Lab64.4940-7.5893-4.6513
CIE-Lab70.5907-4.7733-9.1795

#9ab0bd color RGB value is (154,176,189).

#9ab0bd hex color red value is 154, green value is 176 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9ab0bd hue: 0.56 , saturation: 0.21 and the lightness value of 9ab0bd is 0.67.

The process color (four color CMYK) of #9ab0bd color hex is 0.19, 0.07, 0.00, 0.26. Web safe color of #9ab0bd is #9999cc. Color #9ab0bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10110000 10111101
Octal 232 260 275
Decimal 154 176 189
Hex 9A B0 BD

RGB Percentages of Color #9ab0bd

%29.67
%33.91
%36.42

CMYK Percentages of Color #9ab0bd

%19
%7
%0
%26

Triadic Colors of #9ab0bd

#9ab0bd #bd9ab0 #b0bd9a

Analogous Colors of #9ab0bd

#9ab0bd #9a9fbd #9abdb9

Monochromatic Colors of #9ab0bd

#9ab0bd

Complementary Color

#9ab0bd #bda79a

#9ab0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ab0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ab0bd Color CSS Codes

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

#9ab0bd Text Font Color

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

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


#9ab0bd Background Color

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

This div background color is #9ab0bd


#9ab0bd Border Color

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

This div border color is #9ab0bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,176,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9ab0bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9ab0bd;
  -webkit-box-shadow: 1px 1px 3px 2px #9ab0bd;
  box-shadow:         1px 1px 3px 2px #9ab0bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,176,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 #9ab0bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ab0bd


Comments

No comments written yet.

Please login to write comment.