Color Hex Logo

#0ba830 Color Hex

#0BA830
(11,168,48)
0 Favorites   0 Comments

Color spaces of #0ba830

RGB 1116848
HSL0.370.880.35
HSV134°93°66°
CMYK 0.930.000.71   0.34
XYZ14.674128.28987.4834
Yxy28.28980.29090.5608
Hunter Lab53.1882-43.832828.8898
CIE-Lab60.1497-60.001149.3688

#0ba830 color RGB value is (11,168,48).

#0ba830 hex color red value is 11, green value is 168 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #0ba830 hue: 0.37 , saturation: 0.88 and the lightness value of 0ba830 is 0.35.

The process color (four color CMYK) of #0ba830 color hex is 0.93, 0.00, 0.71, 0.34. Web safe color of #0ba830 is #009933. Color #0ba830 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101000 00110000
Octal 13 250 60
Decimal 11 168 48
Hex B A8 30

RGB Percentages of Color #0ba830

%4.85
%74.01
%21.15

CMYK Percentages of Color #0ba830

%93
%0
%71
%34

Triadic Colors of #0ba830

#0ba830 #300ba8 #a8300b

Analogous Colors of #0ba830

#0ba830 #0ba87f #34a80b

Monochromatic Colors of #0ba830

#0ba830

Complementary Color

#0ba830 #a80b83

#0ba830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ba830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ba830 Color CSS Codes

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

#0ba830 Text Font Color

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

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


#0ba830 Background Color

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

This div background color is #0ba830


#0ba830 Border Color

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

This div border color is #0ba830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ba830


Comments

No comments written yet.

Please login to write comment.