Color Hex Logo

#0994ba Color Hex

#0994BA
(9,148,186)
0 Favorites   0 Comments

Color spaces of #0994ba

RGB 9148186
HSL0.540.910.38
HSV193°95°73°
CMYK 0.950.200.00   0.27
XYZ19.565524.783150.2068
Yxy24.78310.20690.2621
Hunter Lab49.7826-16.9658-24.9473
CIE-Lab56.8635-18.8410-28.8860

#0994ba color RGB value is (9,148,186).

#0994ba hex color red value is 9, green value is 148 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #0994ba hue: 0.54 , saturation: 0.91 and the lightness value of 0994ba is 0.38.

The process color (four color CMYK) of #0994ba color hex is 0.95, 0.20, 0.00, 0.27. Web safe color of #0994ba is #0099cc. Color #0994ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10010100 10111010
Octal 11 224 272
Decimal 9 148 186
Hex 9 94 BA

RGB Percentages of Color #0994ba

%2.62
%43.15
%54.23

CMYK Percentages of Color #0994ba

%95
%20
%0
%27

Triadic Colors of #0994ba

#0994ba #ba0994 #94ba09

Analogous Colors of #0994ba

#0994ba #093bba #09ba88

Monochromatic Colors of #0994ba

#0994ba

Complementary Color

#0994ba #ba2f09

#0994ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0994ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0994ba Color CSS Codes

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

#0994ba Text Font Color

<p style="color:#0994ba">Text here</p>

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


#0994ba Background Color

<div style="background-color:#0994ba">
Div content here</div>

This div background color is #0994ba


#0994ba Border Color

<div style="border:3px solid #0994ba">
Div here</div>

This div border color is #0994ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,148,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0994ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0994ba;
  -webkit-box-shadow: 1px 1px 3px 2px #0994ba;
  box-shadow:         1px 1px 3px 2px #0994ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0994ba


Comments

No comments written yet.

Please login to write comment.