Color Hex Logo

#0ba520 Color Hex

#0BA520
(11,165,32)
0 Favorites   0 Comments

Color spaces of #0ba520

RGB 1116532
HSL0.360.880.35
HSV128°93°65°
CMYK 0.930.000.81   0.35
XYZ13.853927.08575.8644
Yxy27.08570.29600.5787
Hunter Lab52.0439-43.560829.7498
CIE-Lab59.0536-60.370253.8730

#0ba520 color RGB value is (11,165,32).

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

The process color (four color CMYK) of #0ba520 color hex is 0.93, 0.00, 0.81, 0.35. Web safe color of #0ba520 is #009933. Color #0ba520 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10100101 00100000
Octal 13 245 40
Decimal 11 165 32
Hex B A5 20

RGB Percentages of Color #0ba520

%5.29
%79.33
%15.38

CMYK Percentages of Color #0ba520

%93
%0
%81
%35

Triadic Colors of #0ba520

#0ba520 #200ba5 #a5200b

Analogous Colors of #0ba520

#0ba520 #0ba56d #43a50b

Monochromatic Colors of #0ba520

#0ba520

Complementary Color

#0ba520 #a50b90

#0ba520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ba520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ba520 Color CSS Codes

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

#0ba520 Text Font Color

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

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


#0ba520 Background Color

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

This div background color is #0ba520


#0ba520 Border Color

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

This div border color is #0ba520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ba520


Comments

No comments written yet.

Please login to write comment.