Color Hex Logo

#0bdb99 Color Hex

#0BDB99
(11,219,153)
0 Favorites   0 Comments

Color spaces of #0bdb99

RGB 11219153
HSL0.450.900.45
HSV161°95°86°
CMYK 0.950.000.30   0.14
XYZ31.219353.034138.7282
Yxy53.03410.25390.4312
Hunter Lab72.8245-50.921319.4466
CIE-Lab77.8951-59.736920.1830

#0bdb99 color RGB value is (11,219,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11011011 10011001
Octal 13 333 231
Decimal 11 219 153
Hex B DB 99

RGB Percentages of Color #0bdb99

%2.87
%57.18
%39.95

CMYK Percentages of Color #0bdb99

%95
%0
%30
%14

Triadic Colors of #0bdb99

#0bdb99 #990bdb #db990b

Analogous Colors of #0bdb99

#0bdb99 #0bb5db #0bdb31

Monochromatic Colors of #0bdb99

#0bdb99

Complementary Color

#0bdb99 #db0b4d

#0bdb99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bdb99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bdb99 Color CSS Codes

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

#0bdb99 Text Font Color

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

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


#0bdb99 Background Color

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

This div background color is #0bdb99


#0bdb99 Border Color

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

This div border color is #0bdb99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bdb99


Comments

No comments written yet.

Please login to write comment.