Color Hex Logo

#086500 Color Hex

#086500
(8,101,0)
0 Favorites   0 Comments

Color spaces of #086500

RGB 81010
HSL0.321.000.20
HSV115°100°40°
CMYK 0.920.001.00   0.60
XYZ4.75389.35901.5559
Yxy9.35900.30340.5973
Hunter Lab30.5925-25.799518.3993
CIE-Lab36.6665-42.790542.2713

#086500 color RGB value is (8,101,0).

#086500 hex color red value is 8, green value is 101 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #086500 hue: 0.32 , saturation: 1.00 and the lightness value of 086500 is 0.20.

The process color (four color CMYK) of #086500 color hex is 0.92, 0.00, 1.00, 0.60. Web safe color of #086500 is #006600. Color #086500 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01100101 00000000
Octal 10 145 0
Decimal 8 101 0
Hex 8 65 0

RGB Percentages of Color #086500

%7.34
%92.66
%0.00

CMYK Percentages of Color #086500

%92
%0
%100
%60

Triadic Colors of #086500

#086500 #000865 #650008

Analogous Colors of #086500

#086500 #00652a #3b6500

Monochromatic Colors of #086500

#086500

Complementary Color

#086500 #5d0065

#086500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#086500 Color CSS Codes

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

#086500 Text Font Color

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

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


#086500 Background Color

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

This div background color is #086500


#086500 Border Color

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

This div border color is #086500


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,101,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #086500; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #086500;
  -webkit-box-shadow: 1px 1px 3px 2px #086500;
  box-shadow:         1px 1px 3px 2px #086500; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,101,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086500

#086500 Color Palettes


Comments

No comments written yet.

Please login to write comment.