Color Hex Logo

#0fb3bd Color Hex

#0FB3BD
(15,179,189)
0 Favorites   0 Comments

Color spaces of #0fb3bd

RGB 15179189
HSL0.510.850.40
HSV183°92°74°
CMYK 0.920.050.00   0.26
XYZ25.502436.015953.7518
Yxy36.01590.22120.3124
Hunter Lab60.0132-29.1703-11.0947
CIE-Lab66.5321-33.2507-15.7702

#0fb3bd color RGB value is (15,179,189).

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

The process color (four color CMYK) of #0fb3bd color hex is 0.92, 0.05, 0.00, 0.26. Web safe color of #0fb3bd is #00cccc. Color #0fb3bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10110011 10111101
Octal 17 263 275
Decimal 15 179 189
Hex F B3 BD

RGB Percentages of Color #0fb3bd

%3.92
%46.74
%49.35

CMYK Percentages of Color #0fb3bd

%92
%5
%0
%26

Triadic Colors of #0fb3bd

#0fb3bd #bd0fb3 #b3bd0f

Analogous Colors of #0fb3bd

#0fb3bd #0f5cbd #0fbd70

Monochromatic Colors of #0fb3bd

#0fb3bd

Complementary Color

#0fb3bd #bd190f

#0fb3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fb3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fb3bd Color CSS Codes

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

#0fb3bd Text Font Color

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

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


#0fb3bd Background Color

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

This div background color is #0fb3bd


#0fb3bd Border Color

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

This div border color is #0fb3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fb3bd


Comments

No comments written yet.

Please login to write comment.