Color Hex Logo

#0bbfdb Color Hex

#0BBFDB
(11,191,219)
0 Favorites   0 Comments

Color spaces of #0bbfdb

RGB 11191219
HSL0.520.900.45
HSV188°95°86°
CMYK 0.950.130.00   0.14
XYZ31.555042.447273.5478
Yxy42.44720.21390.2877
Hunter Lab65.1515-27.5618-21.3248
CIE-Lab71.1782-29.5523-25.1751

#0bbfdb color RGB value is (11,191,219).

#0bbfdb hex color red value is 11, green value is 191 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #0bbfdb hue: 0.52 , saturation: 0.90 and the lightness value of 0bbfdb is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111111 11011011
Octal 13 277 333
Decimal 11 191 219
Hex B BF DB

RGB Percentages of Color #0bbfdb

%2.61
%45.37
%52.02

CMYK Percentages of Color #0bbfdb

%95
%13
%0
%14

Triadic Colors of #0bbfdb

#0bbfdb #db0bbf #bfdb0b

Analogous Colors of #0bbfdb

#0bbfdb #0b57db #0bdb8f

Monochromatic Colors of #0bbfdb

#0bbfdb

Complementary Color

#0bbfdb #db270b

#0bbfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbfdb Color CSS Codes

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

#0bbfdb Text Font Color

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

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


#0bbfdb Background Color

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

This div background color is #0bbfdb


#0bbfdb Border Color

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

This div border color is #0bbfdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,191,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 #0bbfdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbfdb


Comments

No comments written yet.

Please login to write comment.