Color Hex Logo

#0f889e Color Hex

#0F889E
(15,136,158)
0 Favorites   0 Comments

Color spaces of #0f889e

RGB 15136158
HSL0.530.830.34
HSV189°91°62°
CMYK 0.910.140.00   0.38
XYZ15.172720.178535.4429
Yxy20.17850.21430.2850
Hunter Lab44.9205-18.3193-15.3363
CIE-Lab52.0384-22.0347-20.2716

#0f889e color RGB value is (15,136,158).

#0f889e hex color red value is 15, green value is 136 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #0f889e hue: 0.53 , saturation: 0.83 and the lightness value of 0f889e is 0.34.

The process color (four color CMYK) of #0f889e color hex is 0.91, 0.14, 0.00, 0.38. Web safe color of #0f889e is #009999. Color #0f889e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10001000 10011110
Octal 17 210 236
Decimal 15 136 158
Hex F 88 9E

RGB Percentages of Color #0f889e

%4.85
%44.01
%51.13

CMYK Percentages of Color #0f889e

%91
%14
%0
%38

Triadic Colors of #0f889e

#0f889e #9e0f88 #889e0f

Analogous Colors of #0f889e

#0f889e #0f419e #0f9e6d

Monochromatic Colors of #0f889e

#0f889e

Complementary Color

#0f889e #9e250f

#0f889e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f889e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f889e Color CSS Codes

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

#0f889e Text Font Color

<p style="color:#0f889e">Text here</p>

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


#0f889e Background Color

<div style="background-color:#0f889e">
Div content here</div>

This div background color is #0f889e


#0f889e Border Color

<div style="border:3px solid #0f889e">
Div here</div>

This div border color is #0f889e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,136,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0f889e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0f889e;
  -webkit-box-shadow: 1px 1px 3px 2px #0f889e;
  box-shadow:         1px 1px 3px 2px #0f889e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f889e


Comments

No comments written yet.

Please login to write comment.