Color Hex Logo

#098aba Color Hex

#098ABA
(9,138,186)
0 Favorites   0 Comments

Color spaces of #098aba

RGB 9138186
HSL0.550.910.38
HSV196°95°73°
CMYK 0.950.260.00   0.27
XYZ18.064121.780249.7063
Yxy21.78020.20170.2432
Hunter Lab46.6693-12.5799-30.4799
CIE-Lab53.7930-13.3597-33.6648

#098aba color RGB value is (9,138,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001010 10111010
Octal 11 212 272
Decimal 9 138 186
Hex 9 8A BA

RGB Percentages of Color #098aba

%2.70
%41.44
%55.86

CMYK Percentages of Color #098aba

%95
%26
%0
%27

Triadic Colors of #098aba

#098aba #ba098a #8aba09

Analogous Colors of #098aba

#098aba #0932ba #09ba92

Monochromatic Colors of #098aba

#098aba

Complementary Color

#098aba #ba3909

#098aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#098aba Color CSS Codes

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

#098aba Text Font Color

<p style="color:#098aba">Text here</p>

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


#098aba Background Color

<div style="background-color:#098aba">
Div content here</div>

This div background color is #098aba


#098aba Border Color

<div style="border:3px solid #098aba">
Div here</div>

This div border color is #098aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098aba


Comments

No comments written yet.

Please login to write comment.