Color Hex Logo

#0becc0 Color Hex

#0BECC0
(11,236,192)
0 Favorites   0 Comments

Color spaces of #0becc0

RGB 11236192
HSL0.470.910.48
HSV168°95°93°
CMYK 0.950.000.19   0.07
XYZ39.647963.867860.1072
Yxy63.86780.24230.3903
Hunter Lab79.9173-51.299411.3491
CIE-Lab83.8969-56.99838.1699

#0becc0 color RGB value is (11,236,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11101100 11000000
Octal 13 354 300
Decimal 11 236 192
Hex B EC C0

RGB Percentages of Color #0becc0

%2.51
%53.76
%43.74

CMYK Percentages of Color #0becc0

%95
%0
%19
%7

Triadic Colors of #0becc0

#0becc0 #c00bec #ecc00b

Analogous Colors of #0becc0

#0becc0 #0ba8ec #0bec4f

Monochromatic Colors of #0becc0

#0becc0

Complementary Color

#0becc0 #ec0b37

#0becc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0becc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0becc0 Color CSS Codes

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

#0becc0 Text Font Color

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

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


#0becc0 Background Color

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

This div background color is #0becc0


#0becc0 Border Color

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

This div border color is #0becc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0becc0


Comments

No comments written yet.

Please login to write comment.