Color Hex Logo

#0ba07d Color Hex

#0BA07D
(11,160,125)
0 Favorites   0 Comments

Color spaces of #0ba07d

RGB 11160125
HSL0.460.870.34
HSV166°93°63°
CMYK 0.930.000.22   0.37
XYZ16.410526.693423.6895
Yxy26.69340.24570.3996
Hunter Lab51.6657-33.71828.9806
CIE-Lab58.6895-43.51908.4852

#0ba07d color RGB value is (11,160,125).

#0ba07d hex color red value is 11, green value is 160 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #0ba07d hue: 0.46 , saturation: 0.87 and the lightness value of 0ba07d is 0.34.

The process color (four color CMYK) of #0ba07d color hex is 0.93, 0.00, 0.22, 0.37. Web safe color of #0ba07d is #009966. Color #0ba07d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10100000 01111101
Octal 13 240 175
Decimal 11 160 125
Hex B A0 7D

RGB Percentages of Color #0ba07d

%3.72
%54.05
%42.23

CMYK Percentages of Color #0ba07d

%93
%0
%22
%37

Triadic Colors of #0ba07d

#0ba07d #7d0ba0 #a07d0b

Analogous Colors of #0ba07d

#0ba07d #0b79a0 #0ba033

Monochromatic Colors of #0ba07d

#0ba07d

Complementary Color

#0ba07d #a00b2e

#0ba07d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ba07d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ba07d Color CSS Codes

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

#0ba07d Text Font Color

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

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


#0ba07d Background Color

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

This div background color is #0ba07d


#0ba07d Border Color

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

This div border color is #0ba07d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ba07d


Comments

No comments written yet.

Please login to write comment.