Color Hex Logo

#0bc76d Color Hex

#0BC76D
(11,199,109)
0 Favorites   0 Comments

Color spaces of #0bc76d

RGB 11199109
HSL0.420.900.41
HSV151°94°78°
CMYK 0.940.000.45   0.22
XYZ23.321842.022121.3499
Yxy42.02210.26900.4847
Hunter Lab64.8245-49.224125.8500
CIE-Lab70.8862-61.485133.6120

#0bc76d color RGB value is (11,199,109).

#0bc76d hex color red value is 11, green value is 199 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #0bc76d hue: 0.42 , saturation: 0.90 and the lightness value of 0bc76d is 0.41.

The process color (four color CMYK) of #0bc76d color hex is 0.94, 0.00, 0.45, 0.22. Web safe color of #0bc76d is #00cc66. Color #0bc76d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11000111 01101101
Octal 13 307 155
Decimal 11 199 109
Hex B C7 6D

RGB Percentages of Color #0bc76d

%3.45
%62.38
%34.17

CMYK Percentages of Color #0bc76d

%94
%0
%45
%22

Triadic Colors of #0bc76d

#0bc76d #6d0bc7 #c76d0b

Analogous Colors of #0bc76d

#0bc76d #0bc3c7 #0bc70f

Monochromatic Colors of #0bc76d

#0bc76d

Complementary Color

#0bc76d #c70b65

#0bc76d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bc76d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bc76d Color CSS Codes

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

#0bc76d Text Font Color

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

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


#0bc76d Background Color

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

This div background color is #0bc76d


#0bc76d Border Color

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

This div border color is #0bc76d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bc76d


Comments

No comments written yet.

Please login to write comment.