Color Hex Logo

#085649 Color Hex

#085649
(8,86,73)
0 Favorites   0 Comments

Color spaces of #085649

RGB 88673
HSL0.470.830.18
HSV170°91°34°
CMYK 0.910.000.15   0.66
XYZ4.63057.18827.4467
Yxy7.18820.24040.3731
Hunter Lab26.8108-16.09022.2998
CIE-Lab32.2316-25.28111.3683

#085649 color RGB value is (8,86,73).

#085649 hex color red value is 8, green value is 86 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #085649 hue: 0.47 , saturation: 0.83 and the lightness value of 085649 is 0.18.

The process color (four color CMYK) of #085649 color hex is 0.91, 0.00, 0.15, 0.66. Web safe color of #085649 is #006633. Color #085649 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01010110 01001001
Octal 10 126 111
Decimal 8 86 73
Hex 8 56 49

RGB Percentages of Color #085649

%4.79
%51.50
%43.71

CMYK Percentages of Color #085649

%91
%0
%15
%66

Triadic Colors of #085649

#085649 #490856 #564908

Analogous Colors of #085649

#085649 #083c56 #085622

Monochromatic Colors of #085649

#085649

Complementary Color

#085649 #560815

#085649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#085649 Color CSS Codes

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

#085649 Text Font Color

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

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


#085649 Background Color

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

This div background color is #085649


#085649 Border Color

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

This div border color is #085649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085649


Comments

No comments written yet.

Please login to write comment.