Color Hex Logo

#086863 Color Hex

#086863
(8,104,99)
0 Favorites   0 Comments

Color spaces of #086863

RGB 810499
HSL0.490.860.22
HSV177°92°41°
CMYK 0.920.000.05   0.59
XYZ7.302610.853113.5144
Yxy10.85310.23060.3427
Hunter Lab32.9440-18.0846-1.2613
CIE-Lab39.3319-25.9390-4.3645

#086863 color RGB value is (8,104,99).

#086863 hex color red value is 8, green value is 104 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #086863 hue: 0.49 , saturation: 0.86 and the lightness value of 086863 is 0.22.

The process color (four color CMYK) of #086863 color hex is 0.92, 0.00, 0.05, 0.59. Web safe color of #086863 is #006666. Color #086863 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101000 01100011
Octal 10 150 143
Decimal 8 104 99
Hex 8 68 63

RGB Percentages of Color #086863

%3.79
%49.29
%46.92

CMYK Percentages of Color #086863

%92
%0
%5
%59

Triadic Colors of #086863

#086863 #630868 #686308

Analogous Colors of #086863

#086863 #083d68 #086833

Monochromatic Colors of #086863

#086863

Complementary Color

#086863 #68080d

#086863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#086863 Color CSS Codes

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

#086863 Text Font Color

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

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


#086863 Background Color

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

This div background color is #086863


#086863 Border Color

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

This div border color is #086863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086863


Comments

No comments written yet.

Please login to write comment.