Color Hex Logo

#086759 Color Hex

#086759
(8,103,89)
0 Favorites   0 Comments

Color spaces of #086759

RGB 810389
HSL0.480.860.22
HSV171°92°40°
CMYK 0.920.000.14   0.60
XYZ6.753610.473411.1168
Yxy10.47340.23830.3695
Hunter Lab32.3626-19.38432.2873
CIE-Lab38.6790-28.59060.7975

#086759 color RGB value is (8,103,89).

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

The process color (four color CMYK) of #086759 color hex is 0.92, 0.00, 0.14, 0.60. Web safe color of #086759 is #006666. Color #086759 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01100111 01011001
Octal 10 147 131
Decimal 8 103 89
Hex 8 67 59

RGB Percentages of Color #086759

%4.00
%51.50
%44.50

CMYK Percentages of Color #086759

%92
%0
%14
%60

Triadic Colors of #086759

#086759 #590867 #675908

Analogous Colors of #086759

#086759 #084667 #08672a

Monochromatic Colors of #086759

#086759

Complementary Color

#086759 #670816

#086759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#086759 Color CSS Codes

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

#086759 Text Font Color

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

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


#086759 Background Color

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

This div background color is #086759


#086759 Border Color

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

This div border color is #086759


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086759


Comments

No comments written yet.

Please login to write comment.