Color Hex Logo

#0989ba Color Hex

#0989BA
(9,137,186)
0 Favorites   0 Comments

Color spaces of #0989ba

RGB 9137186
HSL0.550.910.38
HSV197°95°73°
CMYK 0.950.260.00   0.27
XYZ17.921221.494649.6587
Yxy21.49460.20120.2413
Hunter Lab46.3623-12.1353-31.0520
CIE-Lab53.4866-12.7990-34.1439

#0989ba color RGB value is (9,137,186).

#0989ba hex color red value is 9, green value is 137 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #0989ba hue: 0.55 , saturation: 0.91 and the lightness value of 0989ba is 0.38.

The process color (four color CMYK) of #0989ba color hex is 0.95, 0.26, 0.00, 0.27. Web safe color of #0989ba is #0099cc. Color #0989ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001001 10111010
Octal 11 211 272
Decimal 9 137 186
Hex 9 89 BA

RGB Percentages of Color #0989ba

%2.71
%41.27
%56.02

CMYK Percentages of Color #0989ba

%95
%26
%0
%27

Triadic Colors of #0989ba

#0989ba #ba0989 #89ba09

Analogous Colors of #0989ba

#0989ba #0931ba #09ba93

Monochromatic Colors of #0989ba

#0989ba

Complementary Color

#0989ba #ba3a09

#0989ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0989ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0989ba Color CSS Codes

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

#0989ba Text Font Color

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

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


#0989ba Background Color

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

This div background color is #0989ba


#0989ba Border Color

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

This div border color is #0989ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0989ba


Comments

No comments written yet.

Please login to write comment.