Color Hex Logo

#0bd75e Color Hex

#0BD75E
(11,215,94)
0 Favorites   0 Comments

Color spaces of #0bd75e

RGB 1121594
HSL0.400.900.44
HSV144°95°84°
CMYK 0.950.000.56   0.16
XYZ26.458849.480218.7458
Yxy49.48020.27940.5226
Hunter Lab70.3422-55.957033.4391
CIE-Lab75.7491-68.997346.9267

#0bd75e color RGB value is (11,215,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11010111 01011110
Octal 13 327 136
Decimal 11 215 94
Hex B D7 5E

RGB Percentages of Color #0bd75e

%3.44
%67.19
%29.38

CMYK Percentages of Color #0bd75e

%95
%0
%56
%16

Triadic Colors of #0bd75e

#0bd75e #5e0bd7 #d75e0b

Analogous Colors of #0bd75e

#0bd75e #0bd7c4 #1ed70b

Monochromatic Colors of #0bd75e

#0bd75e

Complementary Color

#0bd75e #d70b84

#0bd75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bd75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bd75e Color CSS Codes

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

#0bd75e Text Font Color

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

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


#0bd75e Background Color

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

This div background color is #0bd75e


#0bd75e Border Color

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

This div border color is #0bd75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bd75e


Comments

No comments written yet.

Please login to write comment.