Color Hex Logo

#099aba Color Hex

#099ABA
(9,154,186)
0 Favorites   0 Comments

Color spaces of #099aba

RGB 9154186
HSL0.530.910.38
HSV191°95°73°
CMYK 0.950.170.00   0.27
XYZ20.531226.714450.5287
Yxy26.71440.21000.2732
Hunter Lab51.6860-19.5450-21.7823
CIE-Lab58.7090-22.0166-26.0335

#099aba color RGB value is (9,154,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10011010 10111010
Octal 11 232 272
Decimal 9 154 186
Hex 9 9A BA

RGB Percentages of Color #099aba

%2.58
%44.13
%53.30

CMYK Percentages of Color #099aba

%95
%17
%0
%27

Triadic Colors of #099aba

#099aba #ba099a #9aba09

Analogous Colors of #099aba

#099aba #0941ba #09ba82

Monochromatic Colors of #099aba

#099aba

Complementary Color

#099aba #ba2909

#099aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#099aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#099aba Color CSS Codes

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

#099aba Text Font Color

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

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


#099aba Background Color

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

This div background color is #099aba


#099aba Border Color

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

This div border color is #099aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #099aba


Comments

No comments written yet.

Please login to write comment.