Color Hex Logo

#0becbb Color Hex

#0BECBB
(11,236,187)
0 Favorites   0 Comments

Color spaces of #0becbb

RGB 11236187
HSL0.460.910.48
HSV167°95°93°
CMYK 0.950.000.21   0.07
XYZ39.103163.649957.2384
Yxy63.64990.24440.3978
Hunter Lab79.7809-52.128113.3093
CIE-Lab83.7832-58.227110.6267

#0becbb color RGB value is (11,236,187).

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

The process color (four color CMYK) of #0becbb color hex is 0.95, 0.00, 0.21, 0.07. Web safe color of #0becbb is #00ffcc. Color #0becbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11101100 10111011
Octal 13 354 273
Decimal 11 236 187
Hex B EC BB

RGB Percentages of Color #0becbb

%2.53
%54.38
%43.09

CMYK Percentages of Color #0becbb

%95
%0
%21
%7

Triadic Colors of #0becbb

#0becbb #bb0bec #ecbb0b

Analogous Colors of #0becbb

#0becbb #0badec #0bec4b

Monochromatic Colors of #0becbb

#0becbb

Complementary Color

#0becbb #ec0b3c

#0becbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0becbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0becbb Color CSS Codes

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

#0becbb Text Font Color

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

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


#0becbb Background Color

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

This div background color is #0becbb


#0becbb Border Color

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

This div border color is #0becbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0becbb


Comments

No comments written yet.

Please login to write comment.