Color Hex Logo

#0bff9b Color Hex

#0BFF9B
(11,255,155)
0 Favorites   0 Comments

Color spaces of #0bff9b

RGB 11255155
HSL0.431.000.52
HSV155°96°100°
CMYK 0.960.000.39   0.00
XYZ41.814473.957743.0818
Yxy73.95770.26320.4656
Hunter Lab85.9987-63.707130.4972
CIE-Lab88.9025-71.889734.0387

#0bff9b color RGB value is (11,255,155).

#0bff9b hex color red value is 11, green value is 255 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #0bff9b hue: 0.43 , saturation: 1.00 and the lightness value of 0bff9b is 0.52.

The process color (four color CMYK) of #0bff9b color hex is 0.96, 0.00, 0.39, 0.00. Web safe color of #0bff9b is #00ff99. Color #0bff9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11111111 10011011
Octal 13 377 233
Decimal 11 255 155
Hex B FF 9B

RGB Percentages of Color #0bff9b

%2.61
%60.57
%36.82

CMYK Percentages of Color #0bff9b

%96
%0
%39
%0

Triadic Colors of #0bff9b

#0bff9b #9b0bff #ff9b0b

Analogous Colors of #0bff9b

#0bff9b #0be9ff #0bff21

Monochromatic Colors of #0bff9b

#0bff9b

Complementary Color

#0bff9b #ff0b6f

#0bff9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bff9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bff9b Color CSS Codes

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

#0bff9b Text Font Color

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

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


#0bff9b Background Color

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

This div background color is #0bff9b


#0bff9b Border Color

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

This div border color is #0bff9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bff9b


Comments

No comments written yet.

Please login to write comment.