Color Hex Logo

#0bf52a Color Hex

#0BF52A
(11,245,42)
0 Favorites   0 Comments

Color spaces of #0bf52a

RGB 1124542
HSL0.360.920.50
HSV128°96°96°
CMYK 0.960.000.83   0.04
XYZ33.208365.543113.0913
Yxy65.54310.29690.5860
Hunter Lab80.9587-68.459147.0837
CIE-Lab84.7628-82.163075.0168

#0bf52a color RGB value is (11,245,42).

#0bf52a hex color red value is 11, green value is 245 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #0bf52a hue: 0.36 , saturation: 0.92 and the lightness value of 0bf52a is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11110101 00101010
Octal 13 365 52
Decimal 11 245 42
Hex B F5 2A

RGB Percentages of Color #0bf52a

%3.69
%82.21
%14.09

CMYK Percentages of Color #0bf52a

%96
%0
%83
%4

Triadic Colors of #0bf52a

#0bf52a #2a0bf5 #f52a0b

Analogous Colors of #0bf52a

#0bf52a #0bf59f #61f50b

Monochromatic Colors of #0bf52a

#0bf52a

Complementary Color

#0bf52a #f50bd6

#0bf52a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bf52a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bf52a Color CSS Codes

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

#0bf52a Text Font Color

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

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


#0bf52a Background Color

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

This div background color is #0bf52a


#0bf52a Border Color

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

This div border color is #0bf52a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bf52a


Comments

No comments written yet.

Please login to write comment.