Color Hex Logo

#0bde13 Color Hex

#0BDE13
(11,222,19)
0 Favorites   0 Comments

Color spaces of #0bde13

RGB 1122219
HSL0.340.910.46
HSV122°95°87°
CMYK 0.950.000.91   0.13
XYZ26.376852.36079.3325
Yxy52.36070.29950.5945
Hunter Lab72.3607-61.564743.0057
CIE-Lab77.4960-76.864773.0188

#0bde13 color RGB value is (11,222,19).

#0bde13 hex color red value is 11, green value is 222 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #0bde13 hue: 0.34 , saturation: 0.91 and the lightness value of 0bde13 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11011110 00010011
Octal 13 336 23
Decimal 11 222 19
Hex B DE 13

RGB Percentages of Color #0bde13

%4.37
%88.10
%7.54

CMYK Percentages of Color #0bde13

%95
%0
%91
%13

Triadic Colors of #0bde13

#0bde13 #130bde #de130b

Analogous Colors of #0bde13

#0bde13 #0bde7d #6dde0b

Monochromatic Colors of #0bde13

#0bde13

Complementary Color

#0bde13 #de0bd6

#0bde13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bde13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bde13 Color CSS Codes

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

#0bde13 Text Font Color

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

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


#0bde13 Background Color

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

This div background color is #0bde13


#0bde13 Border Color

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

This div border color is #0bde13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bde13


Comments

No comments written yet.

Please login to write comment.