Color Hex Logo

#0bd716 Color Hex

#0BD716
(11,215,22)
0 Favorites   0 Comments

Color spaces of #0bd716

RGB 1121522
HSL0.340.900.44
HSV123°95°84°
CMYK 0.950.000.90   0.16
XYZ24.583348.73008.8692
Yxy48.73000.29910.5929
Hunter Lab69.8069-59.301241.3318
CIE-Lab75.2830-74.892170.6874

#0bd716 color RGB value is (11,215,22).

#0bd716 hex color red value is 11, green value is 215 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #0bd716 hue: 0.34 , saturation: 0.90 and the lightness value of 0bd716 is 0.44.

The process color (four color CMYK) of #0bd716 color hex is 0.95, 0.00, 0.90, 0.16. Web safe color of #0bd716 is #00cc00. Color #0bd716 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11010111 00010110
Octal 13 327 26
Decimal 11 215 22
Hex B D7 16

RGB Percentages of Color #0bd716

%4.44
%86.69
%8.87

CMYK Percentages of Color #0bd716

%95
%0
%90
%16

Triadic Colors of #0bd716

#0bd716 #160bd7 #d7160b

Analogous Colors of #0bd716

#0bd716 #0bd77c #66d70b

Monochromatic Colors of #0bd716

#0bd716

Complementary Color

#0bd716 #d70bcc

#0bd716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bd716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bd716 Color CSS Codes

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

#0bd716 Text Font Color

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

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


#0bd716 Background Color

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

This div background color is #0bd716


#0bd716 Border Color

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

This div border color is #0bd716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bd716


Comments

No comments written yet.

Please login to write comment.