Color Hex Logo

#086368 Color Hex

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

Color spaces of #086368

RGB 899104
HSL0.510.860.22
HSV183°92°41°
CMYK 0.920.050.00   0.59
XYZ7.06079.974814.6499
Yxy9.97480.22280.3148
Hunter Lab31.5829-15.3645-5.3939
CIE-Lab37.7972-21.6970-9.7300

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

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

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

Base Numbers

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

RGB Percentages of Color #086368

%3.79
%46.92
%49.29

CMYK Percentages of Color #086368

%92
%5
%0
%59

Triadic Colors of #086368

#086368 #680863 #636808

Analogous Colors of #086368

#086368 #083368 #08683d

Monochromatic Colors of #086368

#086368

Complementary Color

#086368 #680d08

#086368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#086368 Color CSS Codes

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

#086368 Text Font Color

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

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


#086368 Background Color

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

This div background color is #086368


#086368 Border Color

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

This div border color is #086368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086368


Comments

No comments written yet.

Please login to write comment.