Color Hex Logo

#0be2bb Color Hex

#0BE2BB
(11,226,187)
0 Favorites   0 Comments

Color spaces of #0be2bb

RGB 11226187
HSL0.470.910.46
HSV169°95°89°
CMYK 0.950.000.17   0.11
XYZ36.304058.051756.3054
Yxy58.05170.24100.3853
Hunter Lab76.1917-48.28339.5190
CIE-Lab80.7675-54.32256.3092

#0be2bb color RGB value is (11,226,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11100010 10111011
Octal 13 342 273
Decimal 11 226 187
Hex B E2 BB

RGB Percentages of Color #0be2bb

%2.59
%53.30
%44.10

CMYK Percentages of Color #0be2bb

%95
%0
%17
%11

Triadic Colors of #0be2bb

#0be2bb #bb0be2 #e2bb0b

Analogous Colors of #0be2bb

#0be2bb #0b9ee2 #0be24f

Monochromatic Colors of #0be2bb

#0be2bb

Complementary Color

#0be2bb #e20b32

#0be2bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0be2bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0be2bb Color CSS Codes

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

#0be2bb Text Font Color

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

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


#0be2bb Background Color

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

This div background color is #0be2bb


#0be2bb Border Color

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

This div border color is #0be2bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,226,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 #0be2bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0be2bb


Comments

No comments written yet.

Please login to write comment.