Color Hex Logo

#09889f Color Hex

#09889F
(9,136,159)
0 Favorites   0 Comments

Color spaces of #09889f

RGB 9136159
HSL0.530.890.33
HSV189°94°62°
CMYK 0.940.140.00   0.38
XYZ15.174820.169635.8942
Yxy20.16960.21300.2831
Hunter Lab44.9106-18.2803-15.9494
CIE-Lab52.0284-21.9790-20.8704

#09889f color RGB value is (9,136,159).

#09889f hex color red value is 9, green value is 136 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #09889f hue: 0.53 , saturation: 0.89 and the lightness value of 09889f is 0.33.

The process color (four color CMYK) of #09889f color hex is 0.94, 0.14, 0.00, 0.38. Web safe color of #09889f is #009999. Color #09889f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001000 10011111
Octal 11 210 237
Decimal 9 136 159
Hex 9 88 9F

RGB Percentages of Color #09889f

%2.96
%44.74
%52.30

CMYK Percentages of Color #09889f

%94
%14
%0
%38

Triadic Colors of #09889f

#09889f #9f0988 #889f09

Analogous Colors of #09889f

#09889f #093d9f #099f6b

Monochromatic Colors of #09889f

#09889f

Complementary Color

#09889f #9f2009

#09889f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09889f Color Preview on White Background

Lorem ipsum dolor sit amet.

#09889f Color CSS Codes

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

#09889f Text Font Color

<p style="color:#09889f">Text here</p>

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


#09889f Background Color

<div style="background-color:#09889f">
Div content here</div>

This div background color is #09889f


#09889f Border Color

<div style="border:3px solid #09889f">
Div here</div>

This div border color is #09889f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,136,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09889f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09889f;
  -webkit-box-shadow: 1px 1px 3px 2px #09889f;
  box-shadow:         1px 1px 3px 2px #09889f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09889f


Comments

No comments written yet.

Please login to write comment.