Color Hex Logo

#0ba766 Color Hex

#0BA766
(11,167,102)
0 Favorites   0 Comments

Color spaces of #0ba766

RGB 11167102
HSL0.430.880.35
HSV155°93°65°
CMYK 0.930.000.39   0.35
XYZ16.355028.667917.2418
Yxy28.66790.26270.4604
Hunter Lab53.5424-39.174818.3870
CIE-Lab60.4874-51.583023.6723

#0ba766 color RGB value is (11,167,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10100111 01100110
Octal 13 247 146
Decimal 11 167 102
Hex B A7 66

RGB Percentages of Color #0ba766

%3.93
%59.64
%36.43

CMYK Percentages of Color #0ba766

%93
%0
%39
%35

Triadic Colors of #0ba766

#0ba766 #660ba7 #a7660b

Analogous Colors of #0ba766

#0ba766 #0b9aa7 #0ba718

Monochromatic Colors of #0ba766

#0ba766

Complementary Color

#0ba766 #a70b4c

#0ba766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ba766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ba766 Color CSS Codes

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

#0ba766 Text Font Color

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

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


#0ba766 Background Color

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

This div background color is #0ba766


#0ba766 Border Color

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

This div border color is #0ba766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ba766


Comments

No comments written yet.

Please login to write comment.