Color Hex Logo

#0bdd0d Color Hex

#0BDD0D
(11,221,13)
0 Favorites   0 Comments

Color spaces of #0bdd0d

RGB 1122113
HSL0.330.910.45
HSV121°95°87°
CMYK 0.950.000.94   0.13
XYZ26.067151.81319.0078
Yxy51.81310.30000.5963
Hunter Lab71.9813-61.325842.9673
CIE-Lab77.1689-76.736473.4897

#0bdd0d color RGB value is (11,221,13).

#0bdd0d hex color red value is 11, green value is 221 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #0bdd0d hue: 0.33 , saturation: 0.91 and the lightness value of 0bdd0d is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11011101 00001101
Octal 13 335 15
Decimal 11 221 13
Hex B DD D

RGB Percentages of Color #0bdd0d

%4.49
%90.20
%5.31

CMYK Percentages of Color #0bdd0d

%95
%0
%94
%13

Triadic Colors of #0bdd0d

#0bdd0d #0d0bdd #dd0d0b

Analogous Colors of #0bdd0d

#0bdd0d #0bdd76 #72dd0b

Monochromatic Colors of #0bdd0d

#0bdd0d

Complementary Color

#0bdd0d #dd0bdb

#0bdd0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bdd0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bdd0d Color CSS Codes

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

#0bdd0d Text Font Color

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

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


#0bdd0d Background Color

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

This div background color is #0bdd0d


#0bdd0d Border Color

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

This div border color is #0bdd0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bdd0d


Comments

No comments written yet.

Please login to write comment.