Color Hex Logo

#0bdb39 Color Hex

#0BDB39
(11,219,57)
0 Favorites   0 Comments

Color spaces of #0bdb39

RGB 1121957
HSL0.370.900.45
HSV133°95°86°
CMYK 0.950.000.74   0.14
XYZ26.208051.029612.3393
Yxy51.02960.29260.5697
Hunter Lab71.4350-59.523439.7631
CIE-Lab76.6969-74.117663.0376

#0bdb39 color RGB value is (11,219,57).

#0bdb39 hex color red value is 11, green value is 219 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #0bdb39 hue: 0.37 , saturation: 0.90 and the lightness value of 0bdb39 is 0.45.

The process color (four color CMYK) of #0bdb39 color hex is 0.95, 0.00, 0.74, 0.14. Web safe color of #0bdb39 is #00cc33. Color #0bdb39 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11011011 00111001
Octal 13 333 71
Decimal 11 219 57
Hex B DB 39

RGB Percentages of Color #0bdb39

%3.83
%76.31
%19.86

CMYK Percentages of Color #0bdb39

%95
%0
%74
%14

Triadic Colors of #0bdb39

#0bdb39 #390bdb #db390b

Analogous Colors of #0bdb39

#0bdb39 #0bdba1 #45db0b

Monochromatic Colors of #0bdb39

#0bdb39

Complementary Color

#0bdb39 #db0bad

#0bdb39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bdb39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bdb39 Color CSS Codes

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

#0bdb39 Text Font Color

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

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


#0bdb39 Background Color

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

This div background color is #0bdb39


#0bdb39 Border Color

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

This div border color is #0bdb39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bdb39


Comments

No comments written yet.

Please login to write comment.