Color Hex Logo

#098bce Color Hex

#098BCE
(9,139,206)
0 Favorites   0 Comments

Color spaces of #098bce

RGB 9139206
HSL0.560.920.42
HSV200°96°81°
CMYK 0.960.330.00   0.19
XYZ20.485922.979561.7483
Yxy22.97950.19470.2184
Hunter Lab47.9369-7.6075-42.8165
CIE-Lab55.0512-6.4709-43.0438

#098bce color RGB value is (9,139,206).

#098bce hex color red value is 9, green value is 139 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #098bce hue: 0.56 , saturation: 0.92 and the lightness value of 098bce is 0.42.

The process color (four color CMYK) of #098bce color hex is 0.96, 0.33, 0.00, 0.19. Web safe color of #098bce is #0099cc. Color #098bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001011 11001110
Octal 11 213 316
Decimal 9 139 206
Hex 9 8B CE

RGB Percentages of Color #098bce

%2.54
%39.27
%58.19

CMYK Percentages of Color #098bce

%96
%33
%0
%19

Triadic Colors of #098bce

#098bce #ce098b #8bce09

Analogous Colors of #098bce

#098bce #0929ce #09ceaf

Monochromatic Colors of #098bce

#098bce

Complementary Color

#098bce #ce4c09

#098bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#098bce Color CSS Codes

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

#098bce Text Font Color

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

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


#098bce Background Color

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

This div background color is #098bce


#098bce Border Color

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

This div border color is #098bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098bce


Comments

No comments written yet.

Please login to write comment.