Color Hex Logo

#0ba626 Color Hex

#0BA626
(11,166,38)
0 Favorites   0 Comments

Color spaces of #0ba626

RGB 1116638
HSL0.360.880.35
HSV130°93°65°
CMYK 0.930.000.77   0.35
XYZ14.124127.48356.3942
Yxy27.48350.29420.5726
Hunter Lab52.4247-43.652329.4657
CIE-Lab59.4192-60.246652.2942

#0ba626 color RGB value is (11,166,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10100110 00100110
Octal 13 246 46
Decimal 11 166 38
Hex B A6 26

RGB Percentages of Color #0ba626

%5.12
%77.21
%17.67

CMYK Percentages of Color #0ba626

%93
%0
%77
%35

Triadic Colors of #0ba626

#0ba626 #260ba6 #a6260b

Analogous Colors of #0ba626

#0ba626 #0ba674 #3ea60b

Monochromatic Colors of #0ba626

#0ba626

Complementary Color

#0ba626 #a60b8b

#0ba626 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ba626 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ba626 Color CSS Codes

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

#0ba626 Text Font Color

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

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


#0ba626 Background Color

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

This div background color is #0ba626


#0ba626 Border Color

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

This div border color is #0ba626


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ba626


Comments

No comments written yet.

Please login to write comment.