Color Hex Logo

#098cbb Color Hex

#098CBB
(9,140,187)
0 Favorites   0 Comments

Color spaces of #098cbb

RGB 9140187
HSL0.540.910.38
HSV196°95°73°
CMYK 0.950.250.00   0.27
XYZ18.460422.402150.3648
Yxy22.40210.20240.2456
Hunter Lab47.3309-13.2088-29.9589
CIE-Lab54.4511-14.1091-33.2072

#098cbb color RGB value is (9,140,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001100 10111011
Octal 11 214 273
Decimal 9 140 187
Hex 9 8C BB

RGB Percentages of Color #098cbb

%2.68
%41.67
%55.65

CMYK Percentages of Color #098cbb

%95
%25
%0
%27

Triadic Colors of #098cbb

#098cbb #bb098c #8cbb09

Analogous Colors of #098cbb

#098cbb #0933bb #09bb91

Monochromatic Colors of #098cbb

#098cbb

Complementary Color

#098cbb #bb3809

#098cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#098cbb Color CSS Codes

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

#098cbb Text Font Color

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

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


#098cbb Background Color

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

This div background color is #098cbb


#098cbb Border Color

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

This div border color is #098cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098cbb


Comments

No comments written yet.

Please login to write comment.