Color Hex Logo

#0fbbdb Color Hex

#0FBBDB
(15,187,219)
0 Favorites   0 Comments

Color spaces of #0fbbdb

RGB 15187219
HSL0.530.870.46
HSV189°93°86°
CMYK 0.930.150.00   0.14
XYZ30.753540.756773.2638
Yxy40.75670.21240.2815
Hunter Lab63.8410-25.7346-23.3524
CIE-Lab70.0051-27.4526-26.9714

#0fbbdb color RGB value is (15,187,219).

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

The process color (four color CMYK) of #0fbbdb color hex is 0.93, 0.15, 0.00, 0.14. Web safe color of #0fbbdb is #00cccc. Color #0fbbdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10111011 11011011
Octal 17 273 333
Decimal 15 187 219
Hex F BB DB

RGB Percentages of Color #0fbbdb

%3.56
%44.42
%52.02

CMYK Percentages of Color #0fbbdb

%93
%15
%0
%14

Triadic Colors of #0fbbdb

#0fbbdb #db0fbb #bbdb0f

Analogous Colors of #0fbbdb

#0fbbdb #0f55db #0fdb95

Monochromatic Colors of #0fbbdb

#0fbbdb

Complementary Color

#0fbbdb #db2f0f

#0fbbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fbbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fbbdb Color CSS Codes

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

#0fbbdb Text Font Color

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

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


#0fbbdb Background Color

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

This div background color is #0fbbdb


#0fbbdb Border Color

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

This div border color is #0fbbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fbbdb


Comments

No comments written yet.

Please login to write comment.