Color Hex Logo

#0bf95e Color Hex

#0BF95E
(11,249,94)
0 Favorites   0 Comments

Color spaces of #0bf95e

RGB 1124994
HSL0.390.950.51
HSV141°96°98°
CMYK 0.960.000.62   0.02
XYZ36.034168.630721.9375
Yxy68.63070.28460.5421
Hunter Lab82.8436-67.335142.2902
CIE-Lab86.3208-79.160559.1672

#0bf95e color RGB value is (11,249,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11111001 01011110
Octal 13 371 136
Decimal 11 249 94
Hex B F9 5E

RGB Percentages of Color #0bf95e

%3.11
%70.34
%26.55

CMYK Percentages of Color #0bf95e

%96
%0
%62
%2

Triadic Colors of #0bf95e

#0bf95e #5e0bf9 #f95e0b

Analogous Colors of #0bf95e

#0bf95e #0bf9d5 #2ff90b

Monochromatic Colors of #0bf95e

#0bf95e

Complementary Color

#0bf95e #f90ba6

#0bf95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bf95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bf95e Color CSS Codes

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

#0bf95e Text Font Color

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

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


#0bf95e Background Color

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

This div background color is #0bf95e


#0bf95e Border Color

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

This div border color is #0bf95e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bf95e


Comments

No comments written yet.

Please login to write comment.