Color Hex Logo

#0bbc3b Color Hex

#0BBC3B
(11,188,59)
0 Favorites   0 Comments

Color spaces of #0bbc3b

RGB 1118859
HSL0.380.890.39
HSV136°94°74°
CMYK 0.940.000.69   0.26
XYZ18.910636.353410.1579
Yxy36.35340.28910.5557
Hunter Lab60.2938-49.529232.2169
CIE-Lab66.7891-64.955152.0320

#0bbc3b color RGB value is (11,188,59).

#0bbc3b hex color red value is 11, green value is 188 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #0bbc3b hue: 0.38 , saturation: 0.89 and the lightness value of 0bbc3b is 0.39.

The process color (four color CMYK) of #0bbc3b color hex is 0.94, 0.00, 0.69, 0.26. Web safe color of #0bbc3b is #00cc33. Color #0bbc3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111100 00111011
Octal 13 274 73
Decimal 11 188 59
Hex B BC 3B

RGB Percentages of Color #0bbc3b

%4.26
%72.87
%22.87

CMYK Percentages of Color #0bbc3b

%94
%0
%69
%26

Triadic Colors of #0bbc3b

#0bbc3b #3b0bbc #bc3b0b

Analogous Colors of #0bbc3b

#0bbc3b #0bbc94 #34bc0b

Monochromatic Colors of #0bbc3b

#0bbc3b

Complementary Color

#0bbc3b #bc0b8c

#0bbc3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbc3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbc3b Color CSS Codes

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

#0bbc3b Text Font Color

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

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


#0bbc3b Background Color

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

This div background color is #0bbc3b


#0bbc3b Border Color

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

This div border color is #0bbc3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbc3b


Comments

No comments written yet.

Please login to write comment.