Color Hex Logo

#0b958d Color Hex

#0B958D
(11,149,141)
0 Favorites   0 Comments

Color spaces of #0b958d

RGB 11149141
HSL0.490.860.31
HSV177°93°58°
CMYK 0.930.000.05   0.42
XYZ15.693223.489128.9060
Yxy23.48910.23050.3450
Hunter Lab48.4656-27.0162-1.4361
CIE-Lab55.5726-34.2014-5.1393

#0b958d color RGB value is (11,149,141).

#0b958d hex color red value is 11, green value is 149 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #0b958d hue: 0.49 , saturation: 0.86 and the lightness value of 0b958d is 0.31.

The process color (four color CMYK) of #0b958d color hex is 0.93, 0.00, 0.05, 0.42. Web safe color of #0b958d is #009999. Color #0b958d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10010101 10001101
Octal 13 225 215
Decimal 11 149 141
Hex B 95 8D

RGB Percentages of Color #0b958d

%3.65
%49.50
%46.84

CMYK Percentages of Color #0b958d

%93
%0
%5
%42

Triadic Colors of #0b958d

#0b958d #8d0b95 #958d0b

Analogous Colors of #0b958d

#0b958d #0b5895 #0b9548

Monochromatic Colors of #0b958d

#0b958d

Complementary Color

#0b958d #950b13

#0b958d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b958d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b958d Color CSS Codes

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

#0b958d Text Font Color

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

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


#0b958d Background Color

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

This div background color is #0b958d


#0b958d Border Color

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

This div border color is #0b958d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b958d


Comments

No comments written yet.

Please login to write comment.