Color Hex Logo

#089aba Color Hex

#089ABA
(8,154,186)
0 Favorites   0 Comments

Color spaces of #089aba

RGB 8154186
HSL0.530.920.38
HSV191°96°73°
CMYK 0.960.170.00   0.27
XYZ20.518726.708050.5281
Yxy26.70800.20990.2732
Hunter Lab51.6798-19.5688-21.7929
CIE-Lab58.7031-22.0518-26.0432

#089aba color RGB value is (8,154,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10011010 10111010
Octal 10 232 272
Decimal 8 154 186
Hex 8 9A BA

RGB Percentages of Color #089aba

%2.30
%44.25
%53.45

CMYK Percentages of Color #089aba

%96
%17
%0
%27

Triadic Colors of #089aba

#089aba #ba089a #9aba08

Analogous Colors of #089aba

#089aba #0841ba #08ba81

Monochromatic Colors of #089aba

#089aba

Complementary Color

#089aba #ba2808

#089aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#089aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#089aba Color CSS Codes

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

#089aba Text Font Color

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

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


#089aba Background Color

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

This div background color is #089aba


#089aba Border Color

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

This div border color is #089aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #089aba


Comments

No comments written yet.

Please login to write comment.