Color Hex Logo

#0bd45e Color Hex

#0BD45E
(11,212,94)
0 Favorites   0 Comments

Color spaces of #0bd45e

RGB 1121294
HSL0.400.900.44
HSV145°95°83°
CMYK 0.950.000.56   0.17
XYZ25.701947.966318.4935
Yxy47.96630.27890.5205
Hunter Lab69.2577-54.958732.6485
CIE-Lab74.8037-68.065445.7980

#0bd45e color RGB value is (11,212,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11010100 01011110
Octal 13 324 136
Decimal 11 212 94
Hex B D4 5E

RGB Percentages of Color #0bd45e

%3.47
%66.88
%29.65

CMYK Percentages of Color #0bd45e

%95
%0
%56
%17

Triadic Colors of #0bd45e

#0bd45e #5e0bd4 #d45e0b

Analogous Colors of #0bd45e

#0bd45e #0bd4c3 #1cd40b

Monochromatic Colors of #0bd45e

#0bd45e

Complementary Color

#0bd45e #d40b81

#0bd45e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bd45e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bd45e Color CSS Codes

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

#0bd45e Text Font Color

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

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


#0bd45e Background Color

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

This div background color is #0bd45e


#0bd45e Border Color

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

This div border color is #0bd45e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,212,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 #0bd45e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bd45e


Comments

No comments written yet.

Please login to write comment.