Color Hex Logo

#0889ac Color Hex

#0889AC
(8,137,172)
0 Favorites   0 Comments

Color spaces of #0889ac

RGB 8137172
HSL0.540.910.35
HSV193°95°67°
CMYK 0.950.200.00   0.33
XYZ16.492220.921542.1987
Yxy20.92150.20720.2628
Hunter Lab45.7400-15.6844-22.6816
CIE-Lab52.8635-17.9457-27.0874

#0889ac color RGB value is (8,137,172).

#0889ac hex color red value is 8, green value is 137 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #0889ac hue: 0.54 , saturation: 0.91 and the lightness value of 0889ac is 0.35.

The process color (four color CMYK) of #0889ac color hex is 0.95, 0.20, 0.00, 0.33. Web safe color of #0889ac is #009999. Color #0889ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10001001 10101100
Octal 10 211 254
Decimal 8 137 172
Hex 8 89 AC

RGB Percentages of Color #0889ac

%2.52
%43.22
%54.26

CMYK Percentages of Color #0889ac

%95
%20
%0
%33

Triadic Colors of #0889ac

#0889ac #ac0889 #89ac08

Analogous Colors of #0889ac

#0889ac #0837ac #08ac7d

Monochromatic Colors of #0889ac

#0889ac

Complementary Color

#0889ac #ac2b08

#0889ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0889ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0889ac Color CSS Codes

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

#0889ac Text Font Color

<p style="color:#0889ac">Text here</p>

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


#0889ac Background Color

<div style="background-color:#0889ac">
Div content here</div>

This div background color is #0889ac


#0889ac Border Color

<div style="border:3px solid #0889ac">
Div here</div>

This div border color is #0889ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,137,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0889ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0889ac;
  -webkit-box-shadow: 1px 1px 3px 2px #0889ac;
  box-shadow:         1px 1px 3px 2px #0889ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,137,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0889ac


Comments

No comments written yet.

Please login to write comment.