Color Hex Logo

#0fb9eb Color Hex

#0FB9EB
(15,185,235)
0 Favorites   0 Comments

Color spaces of #0fb9eb

RGB 15185235
HSL0.540.880.49
HSV194°94°92°
CMYK 0.940.210.00   0.08
XYZ32.541440.797684.7569
Yxy40.79760.20580.2581
Hunter Lab63.8730-20.8373-33.9643
CIE-Lab70.0339-21.0496-35.6447

#0fb9eb color RGB value is (15,185,235).

#0fb9eb hex color red value is 15, green value is 185 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0fb9eb hue: 0.54 , saturation: 0.88 and the lightness value of 0fb9eb is 0.49.

The process color (four color CMYK) of #0fb9eb color hex is 0.94, 0.21, 0.00, 0.08. Web safe color of #0fb9eb is #00ccff. Color #0fb9eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10111001 11101011
Octal 17 271 353
Decimal 15 185 235
Hex F B9 EB

RGB Percentages of Color #0fb9eb

%3.45
%42.53
%54.02

CMYK Percentages of Color #0fb9eb

%94
%21
%0
%8

Triadic Colors of #0fb9eb

#0fb9eb #eb0fb9 #b9eb0f

Analogous Colors of #0fb9eb

#0fb9eb #0f4beb #0febaf

Monochromatic Colors of #0fb9eb

#0fb9eb

Complementary Color

#0fb9eb #eb410f

#0fb9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fb9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fb9eb Color CSS Codes

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

#0fb9eb Text Font Color

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

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


#0fb9eb Background Color

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

This div background color is #0fb9eb


#0fb9eb Border Color

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

This div border color is #0fb9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fb9eb


Comments

No comments written yet.

Please login to write comment.