Color Hex Logo

#0bbce6 Color Hex

#0BBCE6
(11,188,230)
0 Favorites   0 Comments

Color spaces of #0bbce6

RGB 11188230
HSL0.530.910.47
HSV192°95°90°
CMYK 0.950.180.00   0.10
XYZ32.404241.750881.2137
Yxy41.75080.20860.2687
Hunter Lab64.6149-23.5587-29.2905
CIE-Lab70.6988-24.4077-31.8981

#0bbce6 color RGB value is (11,188,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111100 11100110
Octal 13 274 346
Decimal 11 188 230
Hex B BC E6

RGB Percentages of Color #0bbce6

%2.56
%43.82
%53.61

CMYK Percentages of Color #0bbce6

%95
%18
%0
%10

Triadic Colors of #0bbce6

#0bbce6 #e60bbc #bce60b

Analogous Colors of #0bbce6

#0bbce6 #0b4ee6 #0be6a3

Monochromatic Colors of #0bbce6

#0bbce6

Complementary Color

#0bbce6 #e6350b

#0bbce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbce6 Color CSS Codes

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

#0bbce6 Text Font Color

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

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


#0bbce6 Background Color

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

This div background color is #0bbce6


#0bbce6 Border Color

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

This div border color is #0bbce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbce6


Comments

No comments written yet.

Please login to write comment.