Color Hex Logo

#090ba6 Color Hex

#090BA6
(9,11,166)
0 Favorites   0 Comments

Color spaces of #090ba6

RGB 911166
HSL0.660.900.34
HSV239°95°65°
CMYK 0.950.930.00   0.35
XYZ7.11533.050636.2902
Yxy3.05060.15320.0657
Hunter Lab17.466042.1520-110.9646
CIE-Lab20.245454.4975-76.1749

#090ba6 color RGB value is (9,11,166).

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

The process color (four color CMYK) of #090ba6 color hex is 0.95, 0.93, 0.00, 0.35. Web safe color of #090ba6 is #000099. Color #090ba6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00001011 10100110
Octal 11 13 246
Decimal 9 11 166
Hex 9 B A6

RGB Percentages of Color #090ba6

%4.84
%5.91
%89.25

CMYK Percentages of Color #090ba6

%95
%93
%0
%35

Triadic Colors of #090ba6

#090ba6 #a6090b #0ba609

Analogous Colors of #090ba6

#090ba6 #5509a6 #095aa6

Monochromatic Colors of #090ba6

#090ba6

Complementary Color

#090ba6 #a6a409

#090ba6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090ba6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#090ba6 Color CSS Codes

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

#090ba6 Text Font Color

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

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


#090ba6 Background Color

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

This div background color is #090ba6


#090ba6 Border Color

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

This div border color is #090ba6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090ba6


Comments

No comments written yet.

Please login to write comment.