Color Hex Logo

#090bad Color Hex

#090BAD
(9,11,173)
0 Favorites   0 Comments

Color spaces of #090bad

RGB 911173
HSL0.660.900.36
HSV239°95°68°
CMYK 0.950.940.00   0.32
XYZ7.77523.314639.7651
Yxy3.31460.15290.0652
Hunter Lab18.206044.3709-116.7552
CIE-Lab21.262256.4377-78.7136

#090bad color RGB value is (9,11,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00001011 10101101
Octal 11 13 255
Decimal 9 11 173
Hex 9 B AD

RGB Percentages of Color #090bad

%4.66
%5.70
%89.64

CMYK Percentages of Color #090bad

%95
%94
%0
%32

Triadic Colors of #090bad

#090bad #ad090b #0bad09

Analogous Colors of #090bad

#090bad #5909ad #095dad

Monochromatic Colors of #090bad

#090bad

Complementary Color

#090bad #adab09

#090bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#090bad Color CSS Codes

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

#090bad Text Font Color

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

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


#090bad Background Color

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

This div background color is #090bad


#090bad Border Color

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

This div border color is #090bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090bad


Comments

No comments written yet.

Please login to write comment.