Color Hex Logo

#086384 Color Hex

#086384
(8,99,132)
0 Favorites   0 Comments

Color spaces of #086384

RGB 899132
HSL0.540.890.27
HSV196°94°52°
CMYK 0.940.250.00   0.48
XYZ8.726810.641223.4238
Yxy10.64120.20390.2487
Hunter Lab32.6209-9.3338-19.7393
CIE-Lab38.9695-11.3704-25.0634

#086384 color RGB value is (8,99,132).

#086384 hex color red value is 8, green value is 99 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #086384 hue: 0.54 , saturation: 0.89 and the lightness value of 086384 is 0.27.

The process color (four color CMYK) of #086384 color hex is 0.94, 0.25, 0.00, 0.48. Web safe color of #086384 is #006699. Color #086384 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01100011 10000100
Octal 10 143 204
Decimal 8 99 132
Hex 8 63 84

RGB Percentages of Color #086384

%3.35
%41.42
%55.23

CMYK Percentages of Color #086384

%94
%25
%0
%48

Triadic Colors of #086384

#086384 #840863 #638408

Analogous Colors of #086384

#086384 #082584 #088467

Monochromatic Colors of #086384

#086384

Complementary Color

#086384 #842908

#086384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#086384 Color CSS Codes

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

#086384 Text Font Color

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

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


#086384 Background Color

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

This div background color is #086384


#086384 Border Color

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

This div border color is #086384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086384


Comments

No comments written yet.

Please login to write comment.