Color Hex Logo

#9ab5ba Color Hex

#9AB5BA
(154,181,186)
0 Favorites   0 Comments

Color spaces of #9ab5ba

RGB 154181186
HSL0.530.190.67
HSV189°17°73°
CMYK 0.170.030.00   0.27
XYZ38.713243.462952.8032
Yxy43.46290.28680.3220
Hunter Lab65.9264-10.5527-1.3394
CIE-Lab71.8680-8.1090-5.6349

#9ab5ba color RGB value is (154,181,186).

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

The process color (four color CMYK) of #9ab5ba color hex is 0.17, 0.03, 0.00, 0.27. Web safe color of #9ab5ba is #99cccc. Color #9ab5ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10110101 10111010
Octal 232 265 272
Decimal 154 181 186
Hex 9A B5 BA

RGB Percentages of Color #9ab5ba

%29.56
%34.74
%35.70

CMYK Percentages of Color #9ab5ba

%17
%3
%0
%27

Triadic Colors of #9ab5ba

#9ab5ba #ba9ab5 #b5ba9a

Analogous Colors of #9ab5ba

#9ab5ba #9aa5ba #9abaaf

Monochromatic Colors of #9ab5ba

#9ab5ba

Complementary Color

#9ab5ba #ba9f9a

#9ab5ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ab5ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ab5ba Color CSS Codes

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

#9ab5ba Text Font Color

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

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


#9ab5ba Background Color

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

This div background color is #9ab5ba


#9ab5ba Border Color

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

This div border color is #9ab5ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ab5ba


Comments

No comments written yet.

Please login to write comment.