Color Hex Logo

#090bce Color Hex

#090BCE
(9,11,206)
0 Favorites   0 Comments

Color spaces of #090bce

RGB 911206
HSL0.660.920.42
HSV239°96°81°
CMYK 0.960.950.00   0.19
XYZ11.37294.753758.7106
Yxy4.75370.15200.0635
Hunter Lab21.803054.9542-144.3928
CIE-Lab26.021265.2591-90.3350

#090bce color RGB value is (9,11,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00001011 11001110
Octal 11 13 316
Decimal 9 11 206
Hex 9 B CE

RGB Percentages of Color #090bce

%3.98
%4.87
%91.15

CMYK Percentages of Color #090bce

%96
%95
%0
%19

Triadic Colors of #090bce

#090bce #ce090b #0bce09

Analogous Colors of #090bce

#090bce #6a09ce #096ece

Monochromatic Colors of #090bce

#090bce

Complementary Color

#090bce #cecc09

#090bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#090bce Color CSS Codes

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

#090bce Text Font Color

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

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


#090bce Background Color

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

This div background color is #090bce


#090bce Border Color

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

This div border color is #090bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090bce


Comments

No comments written yet.

Please login to write comment.