Color Hex Logo

#0bbdd2 Color Hex

#0BBDD2
(11,189,210)
0 Favorites   0 Comments

Color spaces of #0bbdd2

RGB 11189210
HSL0.520.900.43
HSV186°95°82°
CMYK 0.950.100.00   0.18
XYZ29.968541.119567.3301
Yxy41.11950.21650.2971
Hunter Lab64.1245-28.7961-17.3668
CIE-Lab70.2596-31.4952-21.6675

#0bbdd2 color RGB value is (11,189,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111101 11010010
Octal 13 275 322
Decimal 11 189 210
Hex B BD D2

RGB Percentages of Color #0bbdd2

%2.68
%46.10
%51.22

CMYK Percentages of Color #0bbdd2

%95
%10
%0
%18

Triadic Colors of #0bbdd2

#0bbdd2 #d20bbd #bdd20b

Analogous Colors of #0bbdd2

#0bbdd2 #0b5ad2 #0bd284

Monochromatic Colors of #0bbdd2

#0bbdd2

Complementary Color

#0bbdd2 #d2200b

#0bbdd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbdd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbdd2 Color CSS Codes

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

#0bbdd2 Text Font Color

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

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


#0bbdd2 Background Color

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

This div background color is #0bbdd2


#0bbdd2 Border Color

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

This div border color is #0bbdd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbdd2


Comments

No comments written yet.

Please login to write comment.