Color Hex Logo

#0bfb4c Color Hex

#0BFB4C
(11,251,76)
0 Favorites   0 Comments

Color spaces of #0bfb4c

RGB 1125176
HSL0.380.970.51
HSV136°96°98°
CMYK 0.960.000.70   0.02
XYZ35.939769.587318.3750
Yxy69.58730.29010.5616
Hunter Lab83.4190-69.079545.3333
CIE-Lab86.7941-81.516466.7082

#0bfb4c color RGB value is (11,251,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11111011 01001100
Octal 13 373 114
Decimal 11 251 76
Hex B FB 4C

RGB Percentages of Color #0bfb4c

%3.25
%74.26
%22.49

CMYK Percentages of Color #0bfb4c

%96
%0
%70
%2

Triadic Colors of #0bfb4c

#0bfb4c #4c0bfb #fb4c0b

Analogous Colors of #0bfb4c

#0bfb4c #0bfbc4 #42fb0b

Monochromatic Colors of #0bfb4c

#0bfb4c

Complementary Color

#0bfb4c #fb0bba

#0bfb4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bfb4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bfb4c Color CSS Codes

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

#0bfb4c Text Font Color

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

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


#0bfb4c Background Color

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

This div background color is #0bfb4c


#0bfb4c Border Color

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

This div border color is #0bfb4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bfb4c


Comments

No comments written yet.

Please login to write comment.