Color Hex Logo

#098bbd Color Hex

#098BBD
(9,139,189)
0 Favorites   0 Comments

Color spaces of #098bbd

RGB 9139189
HSL0.550.910.39
HSV197°95°74°
CMYK 0.950.260.00   0.26
XYZ18.530622.197451.4520
Yxy22.19740.20100.2408
Hunter Lab47.1141-12.2433-31.7691
CIE-Lab54.2358-12.8147-34.6834

#098bbd color RGB value is (9,139,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001011 10111101
Octal 11 213 275
Decimal 9 139 189
Hex 9 8B BD

RGB Percentages of Color #098bbd

%2.67
%41.25
%56.08

CMYK Percentages of Color #098bbd

%95
%26
%0
%26

Triadic Colors of #098bbd

#098bbd #bd098b #8bbd09

Analogous Colors of #098bbd

#098bbd #0931bd #09bd95

Monochromatic Colors of #098bbd

#098bbd

Complementary Color

#098bbd #bd3b09

#098bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#098bbd Color CSS Codes

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

#098bbd Text Font Color

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

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


#098bbd Background Color

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

This div background color is #098bbd


#098bbd Border Color

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

This div border color is #098bbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,139,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098bbd


Comments

No comments written yet.

Please login to write comment.