Color Hex Logo

#0b984d Color Hex

#0B984D
(11,152,77)
0 Favorites   0 Comments

Color spaces of #0b984d

RGB 1115277
HSL0.410.870.32
HSV148°93°60°
CMYK 0.930.000.49   0.40
XYZ12.705823.063410.8032
Yxy23.06340.27280.4952
Hunter Lab48.0244-36.816920.2796
CIE-Lab55.1376-50.970430.0617

#0b984d color RGB value is (11,152,77).

#0b984d hex color red value is 11, green value is 152 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #0b984d hue: 0.41 , saturation: 0.87 and the lightness value of 0b984d is 0.32.

The process color (four color CMYK) of #0b984d color hex is 0.93, 0.00, 0.49, 0.40. Web safe color of #0b984d is #009966. Color #0b984d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10011000 01001101
Octal 13 230 115
Decimal 11 152 77
Hex B 98 4D

RGB Percentages of Color #0b984d

%4.58
%63.33
%32.08

CMYK Percentages of Color #0b984d

%93
%0
%49
%40

Triadic Colors of #0b984d

#0b984d #4d0b98 #984d0b

Analogous Colors of #0b984d

#0b984d #0b9894 #0f980b

Monochromatic Colors of #0b984d

#0b984d

Complementary Color

#0b984d #980b56

#0b984d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b984d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b984d Color CSS Codes

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

#0b984d Text Font Color

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

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


#0b984d Background Color

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

This div background color is #0b984d


#0b984d Border Color

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

This div border color is #0b984d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b984d


Comments

No comments written yet.

Please login to write comment.