Color Hex Logo

#0b976e Color Hex

#0B976E
(11,151,110)
0 Favorites   0 Comments

Color spaces of #0b976e

RGB 11151110
HSL0.450.860.32
HSV162°93°59°
CMYK 0.930.000.27   0.41
XYZ14.019123.330218.5161
Yxy23.33020.25090.4176
Hunter Lab48.3013-32.719111.0824
CIE-Lab55.4108-43.627012.3170

#0b976e color RGB value is (11,151,110).

#0b976e hex color red value is 11, green value is 151 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #0b976e hue: 0.45 , saturation: 0.86 and the lightness value of 0b976e is 0.32.

The process color (four color CMYK) of #0b976e color hex is 0.93, 0.00, 0.27, 0.41. Web safe color of #0b976e is #009966. Color #0b976e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10010111 01101110
Octal 13 227 156
Decimal 11 151 110
Hex B 97 6E

RGB Percentages of Color #0b976e

%4.04
%55.51
%40.44

CMYK Percentages of Color #0b976e

%93
%0
%27
%41

Triadic Colors of #0b976e

#0b976e #6e0b97 #976e0b

Analogous Colors of #0b976e

#0b976e #0b7a97 #0b9728

Monochromatic Colors of #0b976e

#0b976e

Complementary Color

#0b976e #970b34

#0b976e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b976e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b976e Color CSS Codes

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

#0b976e Text Font Color

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

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


#0b976e Background Color

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

This div background color is #0b976e


#0b976e Border Color

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

This div border color is #0b976e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b976e


Comments

No comments written yet.

Please login to write comment.