Color Hex Logo

#0b7013 Color Hex

#0B7013
(11,112,19)
0 Favorites   0 Comments

Color spaces of #0b7013

RGB 1111219
HSL0.350.820.24
HSV125°90°44°
CMYK 0.900.000.83   0.56
XYZ6.049711.70652.5568
Yxy11.70650.29780.5763
Hunter Lab34.2148-28.314319.5197
CIE-Lab40.7458-44.959640.5656

#0b7013 color RGB value is (11,112,19).

#0b7013 hex color red value is 11, green value is 112 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #0b7013 hue: 0.35 , saturation: 0.82 and the lightness value of 0b7013 is 0.24.

The process color (four color CMYK) of #0b7013 color hex is 0.90, 0.00, 0.83, 0.56. Web safe color of #0b7013 is #006600. Color #0b7013 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 01110000 00010011
Octal 13 160 23
Decimal 11 112 19
Hex B 70 13

RGB Percentages of Color #0b7013

%7.75
%78.87
%13.38

CMYK Percentages of Color #0b7013

%90
%0
%83
%56

Triadic Colors of #0b7013

#0b7013 #130b70 #70130b

Analogous Colors of #0b7013

#0b7013 #0b7046 #35700b

Monochromatic Colors of #0b7013

#0b7013

Complementary Color

#0b7013 #700b68

#0b7013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b7013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b7013 Color CSS Codes

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

#0b7013 Text Font Color

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

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


#0b7013 Background Color

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

This div background color is #0b7013


#0b7013 Border Color

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

This div border color is #0b7013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b7013


Comments

No comments written yet.

Please login to write comment.