Color Hex Logo

#0b640e Color Hex

#0B640E
(11,100,14)
0 Favorites   0 Comments

Color spaces of #0b640e

RGB 1110014
HSL0.340.800.22
HSV122°89°39°
CMYK 0.890.000.86   0.61
XYZ4.77449.21721.9429
Yxy9.21720.29960.5784
Hunter Lab30.3598-25.058717.4576
CIE-Lab36.3992-41.372438.0805

#0b640e color RGB value is (11,100,14).

#0b640e hex color red value is 11, green value is 100 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #0b640e hue: 0.34 , saturation: 0.80 and the lightness value of 0b640e is 0.22.

The process color (four color CMYK) of #0b640e color hex is 0.89, 0.00, 0.86, 0.61. Web safe color of #0b640e is #006600. Color #0b640e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 01100100 00001110
Octal 13 144 16
Decimal 11 100 14
Hex B 64 E

RGB Percentages of Color #0b640e

%8.80
%80.00
%11.20

CMYK Percentages of Color #0b640e

%89
%0
%86
%61

Triadic Colors of #0b640e

#0b640e #0e0b64 #640e0b

Analogous Colors of #0b640e

#0b640e #0b643b #35640b

Monochromatic Colors of #0b640e

#0b640e

Complementary Color

#0b640e #640b61

#0b640e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b640e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b640e Color CSS Codes

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

#0b640e Text Font Color

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

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


#0b640e Background Color

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

This div background color is #0b640e


#0b640e Border Color

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

This div border color is #0b640e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b640e


Comments

No comments written yet.

Please login to write comment.