Color Hex Logo

#0bf83d Color Hex

#0BF83D
(11,248,61)
0 Favorites   0 Comments

Color spaces of #0bf83d

RGB 1124861
HSL0.370.940.51
HSV133°96°97°
CMYK 0.960.000.75   0.03
XYZ34.547767.542915.6311
Yxy67.54290.29350.5738
Hunter Lab82.1845-68.787246.2525
CIE-Lab85.7774-81.863770.7558

#0bf83d color RGB value is (11,248,61).

#0bf83d hex color red value is 11, green value is 248 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #0bf83d hue: 0.37 , saturation: 0.94 and the lightness value of 0bf83d is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11111000 00111101
Octal 13 370 75
Decimal 11 248 61
Hex B F8 3D

RGB Percentages of Color #0bf83d

%3.44
%77.50
%19.06

CMYK Percentages of Color #0bf83d

%96
%0
%75
%3

Triadic Colors of #0bf83d

#0bf83d #3d0bf8 #f83d0b

Analogous Colors of #0bf83d

#0bf83d #0bf8b4 #4ff80b

Monochromatic Colors of #0bf83d

#0bf83d

Complementary Color

#0bf83d #f80bc6

#0bf83d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bf83d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bf83d Color CSS Codes

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

#0bf83d Text Font Color

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

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


#0bf83d Background Color

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

This div background color is #0bf83d


#0bf83d Border Color

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

This div border color is #0bf83d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bf83d


Comments

No comments written yet.

Please login to write comment.