Color Hex Logo

#0f9bbb Color Hex

#0F9BBB
(15,155,187)
0 Favorites   0 Comments

Color spaces of #0f9bbb

RGB 15155187
HSL0.530.850.40
HSV191°92°73°
CMYK 0.920.170.00   0.27
XYZ20.888027.132151.1498
Yxy27.13210.21060.2736
Hunter Lab52.0885-19.5746-21.7596
CIE-Lab59.0964-21.9584-25.9975

#0f9bbb color RGB value is (15,155,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10011011 10111011
Octal 17 233 273
Decimal 15 155 187
Hex F 9B BB

RGB Percentages of Color #0f9bbb

%4.20
%43.42
%52.38

CMYK Percentages of Color #0f9bbb

%92
%17
%0
%27

Triadic Colors of #0f9bbb

#0f9bbb #bb0f9b #9bbb0f

Analogous Colors of #0f9bbb

#0f9bbb #0f45bb #0fbb85

Monochromatic Colors of #0f9bbb

#0f9bbb

Complementary Color

#0f9bbb #bb2f0f

#0f9bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f9bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f9bbb Color CSS Codes

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

#0f9bbb Text Font Color

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

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


#0f9bbb Background Color

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

This div background color is #0f9bbb


#0f9bbb Border Color

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

This div border color is #0f9bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f9bbb


Comments

No comments written yet.

Please login to write comment.