Color Hex Logo

#090cce Color Hex

#090CCE
(9,12,206)
0 Favorites   0 Comments

Color spaces of #090cce

RGB 912206
HSL0.660.920.42
HSV239°96°81°
CMYK 0.960.940.00   0.19
XYZ11.38474.777358.7146
Yxy4.77730.15200.0638
Hunter Lab21.857054.7257-143.9709
CIE-Lab26.090665.0450-90.2190

#090cce color RGB value is (9,12,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00001100 11001110
Octal 11 14 316
Decimal 9 12 206
Hex 9 C CE

RGB Percentages of Color #090cce

%3.96
%5.29
%90.75

CMYK Percentages of Color #090cce

%96
%94
%0
%19

Triadic Colors of #090cce

#090cce #ce090c #0cce09

Analogous Colors of #090cce

#090cce #6909ce #096fce

Monochromatic Colors of #090cce

#090cce

Complementary Color

#090cce #cecb09

#090cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#090cce Color CSS Codes

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

#090cce Text Font Color

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

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


#090cce Background Color

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

This div background color is #090cce


#090cce Border Color

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

This div border color is #090cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090cce


Comments

No comments written yet.

Please login to write comment.