Color Hex Logo

#0ba087 Color Hex

#0BA087
(11,160,135)
0 Favorites   0 Comments

Color spaces of #0ba087

RGB 11160135
HSL0.470.870.34
HSV170°93°63°
CMYK 0.930.000.16   0.37
XYZ17.082026.962027.2255
Yxy26.96200.23970.3783
Hunter Lab51.9249-32.14665.2603
CIE-Lab58.9391-40.84833.2060

#0ba087 color RGB value is (11,160,135).

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

The process color (four color CMYK) of #0ba087 color hex is 0.93, 0.00, 0.16, 0.37. Web safe color of #0ba087 is #009999. Color #0ba087 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10100000 10000111
Octal 13 240 207
Decimal 11 160 135
Hex B A0 87

RGB Percentages of Color #0ba087

%3.59
%52.29
%44.12

CMYK Percentages of Color #0ba087

%93
%0
%16
%37

Triadic Colors of #0ba087

#0ba087 #870ba0 #a0870b

Analogous Colors of #0ba087

#0ba087 #0b6fa0 #0ba03d

Monochromatic Colors of #0ba087

#0ba087

Complementary Color

#0ba087 #a00b24

#0ba087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ba087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ba087 Color CSS Codes

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

#0ba087 Text Font Color

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

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


#0ba087 Background Color

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

This div background color is #0ba087


#0ba087 Border Color

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

This div border color is #0ba087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ba087


Comments

No comments written yet.

Please login to write comment.