Color Hex Logo

#9ab0ba Color Hex

#9AB0BA
(154,176,186)
0 Favorites   0 Comments

Color spaces of #9ab0ba

RGB 154176186
HSL0.550.190.67
HSV199°17°73°
CMYK 0.170.050.00   0.27
XYZ37.714741.465952.4703
Yxy41.46590.28650.3150
Hunter Lab64.3940-8.1445-3.2356
CIE-Lab70.5011-5.4313-7.6608

#9ab0ba color RGB value is (154,176,186).

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

The process color (four color CMYK) of #9ab0ba color hex is 0.17, 0.05, 0.00, 0.27. Web safe color of #9ab0ba is #9999cc. Color #9ab0ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10110000 10111010
Octal 232 260 272
Decimal 154 176 186
Hex 9A B0 BA

RGB Percentages of Color #9ab0ba

%29.84
%34.11
%36.05

CMYK Percentages of Color #9ab0ba

%17
%5
%0
%27

Triadic Colors of #9ab0ba

#9ab0ba #ba9ab0 #b0ba9a

Analogous Colors of #9ab0ba

#9ab0ba #9aa0ba #9abab4

Monochromatic Colors of #9ab0ba

#9ab0ba

Complementary Color

#9ab0ba #baa49a

#9ab0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ab0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ab0ba Color CSS Codes

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

#9ab0ba Text Font Color

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

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


#9ab0ba Background Color

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

This div background color is #9ab0ba


#9ab0ba Border Color

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

This div border color is #9ab0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ab0ba


Comments

No comments written yet.

Please login to write comment.