Color Hex Logo

#0bbdca Color Hex

#0BBDCA
(11,189,202)
0 Favorites   0 Comments

Color spaces of #0bbdca

RGB 11189202
HSL0.510.900.42
HSV184°95°79°
CMYK 0.950.060.00   0.21
XYZ28.996340.730662.2106
Yxy40.73060.21980.3087
Hunter Lab63.8205-30.5860-13.1200
CIE-Lab69.9868-34.0399-17.7049

#0bbdca color RGB value is (11,189,202).

#0bbdca hex color red value is 11, green value is 189 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #0bbdca hue: 0.51 , saturation: 0.90 and the lightness value of 0bbdca is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111101 11001010
Octal 13 275 312
Decimal 11 189 202
Hex B BD CA

RGB Percentages of Color #0bbdca

%2.74
%47.01
%50.25

CMYK Percentages of Color #0bbdca

%95
%6
%0
%21

Triadic Colors of #0bbdca

#0bbdca #ca0bbd #bdca0b

Analogous Colors of #0bbdca

#0bbdca #0b5dca #0bca78

Monochromatic Colors of #0bbdca

#0bbdca

Complementary Color

#0bbdca #ca180b

#0bbdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbdca Color CSS Codes

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

#0bbdca Text Font Color

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

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


#0bbdca Background Color

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

This div background color is #0bbdca


#0bbdca Border Color

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

This div border color is #0bbdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbdca


Comments

No comments written yet.

Please login to write comment.