Color Hex Logo

#0f86bc Color Hex

#0F86BC
(15,134,188)
0 Favorites   0 Comments

Color spaces of #0f86bc

RGB 15134188
HSL0.550.850.40
HSV199°92°74°
CMYK 0.920.290.00   0.26
XYZ17.799220.782650.6503
Yxy20.78260.19950.2329
Hunter Lab45.5879-10.0860-33.9624
CIE-Lab52.7107-10.1068-36.4995

#0f86bc color RGB value is (15,134,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10000110 10111100
Octal 17 206 274
Decimal 15 134 188
Hex F 86 BC

RGB Percentages of Color #0f86bc

%4.45
%39.76
%55.79

CMYK Percentages of Color #0f86bc

%92
%29
%0
%26

Triadic Colors of #0f86bc

#0f86bc #bc0f86 #86bc0f

Analogous Colors of #0f86bc

#0f86bc #0f2fbc #0fbc9c

Monochromatic Colors of #0f86bc

#0f86bc

Complementary Color

#0f86bc #bc450f

#0f86bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f86bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f86bc Color CSS Codes

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

#0f86bc Text Font Color

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

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


#0f86bc Background Color

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

This div background color is #0f86bc


#0f86bc Border Color

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

This div border color is #0f86bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f86bc


Comments

No comments written yet.

Please login to write comment.