Color Hex Logo

#0f9abf Color Hex

#0F9ABF
(15,154,191)
0 Favorites   0 Comments

Color spaces of #0f9abf

RGB 15154191
HSL0.540.850.40
HSV193°92°75°
CMYK 0.920.190.00   0.25
XYZ21.156626.974353.3817
Yxy26.97430.20840.2657
Hunter Lab51.9368-18.1769-24.5837
CIE-Lab58.9505-20.0418-28.4782

#0f9abf color RGB value is (15,154,191).

#0f9abf hex color red value is 15, green value is 154 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #0f9abf hue: 0.54 , saturation: 0.85 and the lightness value of 0f9abf is 0.40.

The process color (four color CMYK) of #0f9abf color hex is 0.92, 0.19, 0.00, 0.25. Web safe color of #0f9abf is #0099cc. Color #0f9abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10011010 10111111
Octal 17 232 277
Decimal 15 154 191
Hex F 9A BF

RGB Percentages of Color #0f9abf

%4.17
%42.78
%53.06

CMYK Percentages of Color #0f9abf

%92
%19
%0
%25

Triadic Colors of #0f9abf

#0f9abf #bf0f9a #9abf0f

Analogous Colors of #0f9abf

#0f9abf #0f42bf #0fbf8c

Monochromatic Colors of #0f9abf

#0f9abf

Complementary Color

#0f9abf #bf340f

#0f9abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f9abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f9abf Color CSS Codes

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

#0f9abf Text Font Color

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

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


#0f9abf Background Color

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

This div background color is #0f9abf


#0f9abf Border Color

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

This div border color is #0f9abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f9abf


Comments

No comments written yet.

Please login to write comment.