Color Hex Logo

#090cbc Color Hex

#090CBC
(9,12,188)
0 Favorites   0 Comments

Color spaces of #090cbc

RGB 912188
HSL0.660.910.39
HSV239°95°74°
CMYK 0.950.940.00   0.26
XYZ9.32123.951947.8485
Yxy3.95190.15250.0647
Hunter Lab19.879448.9075-128.7919
CIE-Lab23.511860.2668-83.9308

#090cbc color RGB value is (9,12,188).

#090cbc hex color red value is 9, green value is 12 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #090cbc hue: 0.66 , saturation: 0.91 and the lightness value of 090cbc is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00001100 10111100
Octal 11 14 274
Decimal 9 12 188
Hex 9 C BC

RGB Percentages of Color #090cbc

%4.31
%5.74
%89.95

CMYK Percentages of Color #090cbc

%95
%94
%0
%26

Triadic Colors of #090cbc

#090cbc #bc090c #0cbc09

Analogous Colors of #090cbc

#090cbc #5f09bc #0966bc

Monochromatic Colors of #090cbc

#090cbc

Complementary Color

#090cbc #bcb909

#090cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#090cbc Color CSS Codes

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

#090cbc Text Font Color

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

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


#090cbc Background Color

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

This div background color is #090cbc


#090cbc Border Color

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

This div border color is #090cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090cbc


Comments

No comments written yet.

Please login to write comment.