Color Hex Logo

#0bfb5f Color Hex

#0BFB5F
(11,251,95)
0 Favorites   0 Comments

Color spaces of #0bfb5f

RGB 1125195
HSL0.390.970.51
HSV141°96°98°
CMYK 0.960.000.62   0.02
XYZ36.700769.891722.3826
Yxy69.89170.28460.5419
Hunter Lab83.6013-67.941242.6471
CIE-Lab86.9437-79.627459.4534

#0bfb5f color RGB value is (11,251,95).

#0bfb5f hex color red value is 11, green value is 251 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #0bfb5f hue: 0.39 , saturation: 0.97 and the lightness value of 0bfb5f is 0.51.

The process color (four color CMYK) of #0bfb5f color hex is 0.96, 0.00, 0.62, 0.02. Web safe color of #0bfb5f is #00ff66. Color #0bfb5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11111011 01011111
Octal 13 373 137
Decimal 11 251 95
Hex B FB 5F

RGB Percentages of Color #0bfb5f

%3.08
%70.31
%26.61

CMYK Percentages of Color #0bfb5f

%96
%0
%62
%2

Triadic Colors of #0bfb5f

#0bfb5f #5f0bfb #fb5f0b

Analogous Colors of #0bfb5f

#0bfb5f #0bfbd7 #2ffb0b

Monochromatic Colors of #0bfb5f

#0bfb5f

Complementary Color

#0bfb5f #fb0ba7

#0bfb5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bfb5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bfb5f Color CSS Codes

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

#0bfb5f Text Font Color

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

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


#0bfb5f Background Color

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

This div background color is #0bfb5f


#0bfb5f Border Color

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

This div border color is #0bfb5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bfb5f


Comments

No comments written yet.

Please login to write comment.