Color Hex Logo

#0bc53f Color Hex

#0BC53F
(11,197,63)
0 Favorites   0 Comments

Color spaces of #0bc53f

RGB 1119763
HSL0.380.890.41
HSV137°94°77°
CMYK 0.940.000.68   0.23
XYZ21.001540.362511.3865
Yxy40.36250.28870.5548
Hunter Lab63.5315-52.173733.8457
CIE-Lab69.7269-67.234253.5785

#0bc53f color RGB value is (11,197,63).

#0bc53f hex color red value is 11, green value is 197 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #0bc53f hue: 0.38 , saturation: 0.89 and the lightness value of 0bc53f is 0.41.

The process color (four color CMYK) of #0bc53f color hex is 0.94, 0.00, 0.68, 0.23. Web safe color of #0bc53f is #00cc33. Color #0bc53f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11000101 00111111
Octal 13 305 77
Decimal 11 197 63
Hex B C5 3F

RGB Percentages of Color #0bc53f

%4.06
%72.69
%23.25

CMYK Percentages of Color #0bc53f

%94
%0
%68
%23

Triadic Colors of #0bc53f

#0bc53f #3f0bc5 #c53f0b

Analogous Colors of #0bc53f

#0bc53f #0bc59c #34c50b

Monochromatic Colors of #0bc53f

#0bc53f

Complementary Color

#0bc53f #c50b91

#0bc53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bc53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bc53f Color CSS Codes

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

#0bc53f Text Font Color

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

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


#0bc53f Background Color

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

This div background color is #0bc53f


#0bc53f Border Color

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

This div border color is #0bc53f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bc53f


Comments

No comments written yet.

Please login to write comment.