Color Hex Logo

#0bf6be Color Hex

#0BF6BE
(11,246,190)
0 Favorites   0 Comments

Color spaces of #0bf6be

RGB 11246190
HSL0.460.930.50
HSV166°96°96°
CMYK 0.960.000.23   0.04
XYZ42.388069.700459.9346
Yxy69.70040.24640.4052
Hunter Lab83.4868-55.473615.8768
CIE-Lab86.8497-61.310613.4182

#0bf6be color RGB value is (11,246,190).

#0bf6be hex color red value is 11, green value is 246 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #0bf6be hue: 0.46 , saturation: 0.93 and the lightness value of 0bf6be is 0.50.

The process color (four color CMYK) of #0bf6be color hex is 0.96, 0.00, 0.23, 0.04. Web safe color of #0bf6be is #00ffcc. Color #0bf6be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11110110 10111110
Octal 13 366 276
Decimal 11 246 190
Hex B F6 BE

RGB Percentages of Color #0bf6be

%2.46
%55.03
%42.51

CMYK Percentages of Color #0bf6be

%96
%0
%23
%4

Triadic Colors of #0bf6be

#0bf6be #be0bf6 #f6be0b

Analogous Colors of #0bf6be

#0bf6be #0bb9f6 #0bf649

Monochromatic Colors of #0bf6be

#0bf6be

Complementary Color

#0bf6be #f60b43

#0bf6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bf6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bf6be Color CSS Codes

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

#0bf6be Text Font Color

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

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


#0bf6be Background Color

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

This div background color is #0bf6be


#0bf6be Border Color

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

This div border color is #0bf6be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bf6be


Comments

No comments written yet.

Please login to write comment.