Color Hex Logo

#0bbde8 Color Hex

#0BBDE8
(11,189,232)
0 Favorites   0 Comments

Color spaces of #0bbde8

RGB 11189232
HSL0.530.910.48
HSV192°95°91°
CMYK 0.950.190.00   0.09
XYZ32.901142.292582.7731
Yxy42.29250.20830.2677
Hunter Lab65.0327-23.5011-29.9410
CIE-Lab71.0721-24.2406-32.4080

#0bbde8 color RGB value is (11,189,232).

#0bbde8 hex color red value is 11, green value is 189 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #0bbde8 hue: 0.53 , saturation: 0.91 and the lightness value of 0bbde8 is 0.48.

The process color (four color CMYK) of #0bbde8 color hex is 0.95, 0.19, 0.00, 0.09. Web safe color of #0bbde8 is #00ccff. Color #0bbde8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111101 11101000
Octal 13 275 350
Decimal 11 189 232
Hex B BD E8

RGB Percentages of Color #0bbde8

%2.55
%43.75
%53.70

CMYK Percentages of Color #0bbde8

%95
%19
%0
%9

Triadic Colors of #0bbde8

#0bbde8 #e80bbd #bde80b

Analogous Colors of #0bbde8

#0bbde8 #0b4fe8 #0be8a5

Monochromatic Colors of #0bbde8

#0bbde8

Complementary Color

#0bbde8 #e8360b

#0bbde8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbde8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbde8 Color CSS Codes

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

#0bbde8 Text Font Color

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

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


#0bbde8 Background Color

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

This div background color is #0bbde8


#0bbde8 Border Color

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

This div border color is #0bbde8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbde8


Comments

No comments written yet.

Please login to write comment.