Color Hex Logo

#098bbb Color Hex

#098BBB
(9,139,187)
0 Favorites   0 Comments

Color spaces of #098bbb

RGB 9139187
HSL0.540.910.38
HSV196°95°73°
CMYK 0.950.260.00   0.27
XYZ18.314922.111250.3163
Yxy22.11120.20180.2437
Hunter Lab47.0225-12.7652-30.5273
CIE-Lab54.1448-13.5517-33.6856

#098bbb color RGB value is (9,139,187).

#098bbb hex color red value is 9, green value is 139 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #098bbb hue: 0.54 , saturation: 0.91 and the lightness value of 098bbb is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001011 10111011
Octal 11 213 273
Decimal 9 139 187
Hex 9 8B BB

RGB Percentages of Color #098bbb

%2.69
%41.49
%55.82

CMYK Percentages of Color #098bbb

%95
%26
%0
%27

Triadic Colors of #098bbb

#098bbb #bb098b #8bbb09

Analogous Colors of #098bbb

#098bbb #0932bb #09bb92

Monochromatic Colors of #098bbb

#098bbb

Complementary Color

#098bbb #bb3909

#098bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#098bbb Color CSS Codes

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

#098bbb Text Font Color

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

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


#098bbb Background Color

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

This div background color is #098bbb


#098bbb Border Color

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

This div border color is #098bbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,139,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #098bbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #098bbb;
  -webkit-box-shadow: 1px 1px 3px 2px #098bbb;
  box-shadow:         1px 1px 3px 2px #098bbb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098bbb


Comments

No comments written yet.

Please login to write comment.