Color Hex Logo

#0ba751 Color Hex

#0BA751
(11,167,81)
0 Favorites   0 Comments

Color spaces of #0ba751

RGB 1116781
HSL0.410.880.35
HSV147°93°65°
CMYK 0.930.000.51   0.35
XYZ15.441928.302712.4337
Yxy28.30270.27490.5038
Hunter Lab53.2003-41.289123.3832
CIE-Lab60.1612-55.452034.2816

#0ba751 color RGB value is (11,167,81).

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

The process color (four color CMYK) of #0ba751 color hex is 0.93, 0.00, 0.51, 0.35. Web safe color of #0ba751 is #009966. Color #0ba751 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10100111 01010001
Octal 13 247 121
Decimal 11 167 81
Hex B A7 51

RGB Percentages of Color #0ba751

%4.25
%64.48
%31.27

CMYK Percentages of Color #0ba751

%93
%0
%51
%35

Triadic Colors of #0ba751

#0ba751 #510ba7 #a7510b

Analogous Colors of #0ba751

#0ba751 #0ba79f #13a70b

Monochromatic Colors of #0ba751

#0ba751

Complementary Color

#0ba751 #a70b61

#0ba751 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ba751 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ba751 Color CSS Codes

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

#0ba751 Text Font Color

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

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


#0ba751 Background Color

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

This div background color is #0ba751


#0ba751 Border Color

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

This div border color is #0ba751


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ba751


Comments

No comments written yet.

Please login to write comment.