Color Hex Logo

#096786 Color Hex

#096786
(9,103,134)
0 Favorites   0 Comments

Color spaces of #096786

RGB 9103134
HSL0.540.870.28
HSV195°93°53°
CMYK 0.930.230.00   0.47
XYZ9.266011.479824.2817
Yxy11.47980.20580.2550
Hunter Lab33.8819-10.4771-18.7734
CIE-Lab40.3771-12.8846-24.0820

#096786 color RGB value is (9,103,134).

#096786 hex color red value is 9, green value is 103 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #096786 hue: 0.54 , saturation: 0.87 and the lightness value of 096786 is 0.28.

The process color (four color CMYK) of #096786 color hex is 0.93, 0.23, 0.00, 0.47. Web safe color of #096786 is #006699. Color #096786 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01100111 10000110
Octal 11 147 206
Decimal 9 103 134
Hex 9 67 86

RGB Percentages of Color #096786

%3.66
%41.87
%54.47

CMYK Percentages of Color #096786

%93
%23
%0
%47

Triadic Colors of #096786

#096786 #860967 #678609

Analogous Colors of #096786

#096786 #092886 #098667

Monochromatic Colors of #096786

#096786

Complementary Color

#096786 #862809

#096786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#096786 Color CSS Codes

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

#096786 Text Font Color

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

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


#096786 Background Color

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

This div background color is #096786


#096786 Border Color

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

This div border color is #096786


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096786


Comments

No comments written yet.

Please login to write comment.