Color Hex Logo

#0bbdd3 Color Hex

#0BBDD3
(11,189,211)
0 Favorites   0 Comments

Color spaces of #0bbdd3

RGB 11189211
HSL0.520.900.44
HSV187°95°83°
CMYK 0.950.100.00   0.17
XYZ30.093541.169567.9884
Yxy41.16950.21610.2956
Hunter Lab64.1635-28.5672-17.9100
CIE-Lab70.2945-31.1734-22.1608

#0bbdd3 color RGB value is (11,189,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111101 11010011
Octal 13 275 323
Decimal 11 189 211
Hex B BD D3

RGB Percentages of Color #0bbdd3

%2.68
%45.99
%51.34

CMYK Percentages of Color #0bbdd3

%95
%10
%0
%17

Triadic Colors of #0bbdd3

#0bbdd3 #d30bbd #bdd30b

Analogous Colors of #0bbdd3

#0bbdd3 #0b59d3 #0bd385

Monochromatic Colors of #0bbdd3

#0bbdd3

Complementary Color

#0bbdd3 #d3210b

#0bbdd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbdd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbdd3 Color CSS Codes

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

#0bbdd3 Text Font Color

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

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


#0bbdd3 Background Color

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

This div background color is #0bbdd3


#0bbdd3 Border Color

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

This div border color is #0bbdd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbdd3


Comments

No comments written yet.

Please login to write comment.