Color Hex Logo

#086659 Color Hex

#086659
(8,102,89)
0 Favorites   0 Comments

Color spaces of #086659

RGB 810289
HSL0.480.850.22
HSV172°92°40°
CMYK 0.920.000.13   0.60
XYZ6.654710.275611.0839
Yxy10.27560.23750.3668
Hunter Lab32.0556-19.04091.9381
CIE-Lab38.3326-28.11340.2925

#086659 color RGB value is (8,102,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01100110 01011001
Octal 10 146 131
Decimal 8 102 89
Hex 8 66 59

RGB Percentages of Color #086659

%4.02
%51.26
%44.72

CMYK Percentages of Color #086659

%92
%0
%13
%60

Triadic Colors of #086659

#086659 #590866 #665908

Analogous Colors of #086659

#086659 #084466 #08662a

Monochromatic Colors of #086659

#086659

Complementary Color

#086659 #660815

#086659 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086659 Color Preview on White Background

Lorem ipsum dolor sit amet.

#086659 Color CSS Codes

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

#086659 Text Font Color

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

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


#086659 Background Color

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

This div background color is #086659


#086659 Border Color

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

This div border color is #086659


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,102,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 #086659">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086659


Comments

No comments written yet.

Please login to write comment.