Color Hex Logo

#090baa Color Hex

#090BAA
(9,11,170)
0 Favorites   0 Comments

Color spaces of #090baa

RGB 911170
HSL0.660.900.35
HSV239°95°67°
CMYK 0.950.940.00   0.33
XYZ7.48803.199738.2532
Yxy3.19970.15300.0654
Hunter Lab17.887743.4187-114.2714
CIE-Lab20.826655.6094-77.6294

#090baa color RGB value is (9,11,170).

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

The process color (four color CMYK) of #090baa color hex is 0.95, 0.94, 0.00, 0.33. Web safe color of #090baa is #000099. Color #090baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00001011 10101010
Octal 11 13 252
Decimal 9 11 170
Hex 9 B AA

RGB Percentages of Color #090baa

%4.74
%5.79
%89.47

CMYK Percentages of Color #090baa

%95
%94
%0
%33

Triadic Colors of #090baa

#090baa #aa090b #0baa09

Analogous Colors of #090baa

#090baa #5709aa #095caa

Monochromatic Colors of #090baa

#090baa

Complementary Color

#090baa #aaa809

#090baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#090baa Color CSS Codes

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

#090baa Text Font Color

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

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


#090baa Background Color

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

This div background color is #090baa


#090baa Border Color

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

This div border color is #090baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090baa


Comments

No comments written yet.

Please login to write comment.