Color Hex Logo

#0b9e83 Color Hex

#0B9E83
(11,158,131)
0 Favorites   0 Comments

Color spaces of #0b9e83

RGB 11158131
HSL0.470.870.33
HSV169°93°62°
CMYK 0.930.000.17   0.38
XYZ16.461626.163625.6552
Yxy26.16360.24110.3832
Hunter Lab51.1504-32.06696.0675
CIE-Lab58.1920-41.08624.3884

#0b9e83 color RGB value is (11,158,131).

#0b9e83 hex color red value is 11, green value is 158 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #0b9e83 hue: 0.47 , saturation: 0.87 and the lightness value of 0b9e83 is 0.33.

The process color (four color CMYK) of #0b9e83 color hex is 0.93, 0.00, 0.17, 0.38. Web safe color of #0b9e83 is #009999. Color #0b9e83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10011110 10000011
Octal 13 236 203
Decimal 11 158 131
Hex B 9E 83

RGB Percentages of Color #0b9e83

%3.67
%52.67
%43.67

CMYK Percentages of Color #0b9e83

%93
%0
%17
%38

Triadic Colors of #0b9e83

#0b9e83 #830b9e #9e830b

Analogous Colors of #0b9e83

#0b9e83 #0b709e #0b9e39

Monochromatic Colors of #0b9e83

#0b9e83

Complementary Color

#0b9e83 #9e0b26

#0b9e83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b9e83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b9e83 Color CSS Codes

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

#0b9e83 Text Font Color

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

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


#0b9e83 Background Color

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

This div background color is #0b9e83


#0b9e83 Border Color

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

This div border color is #0b9e83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b9e83


Comments

No comments written yet.

Please login to write comment.