Color Hex Logo

#096296 Color Hex

#096296
(9,98,150)
0 Favorites   0 Comments

Color spaces of #096296

RGB 998150
HSL0.560.890.31
HSV202°94°59°
CMYK 0.940.350.00   0.41
XYZ9.985410.995530.4502
Yxy10.99550.19420.2138
Hunter Lab33.1595-4.2769-31.2341
CIE-Lab39.5729-3.6106-34.9743

#096296 color RGB value is (9,98,150).

#096296 hex color red value is 9, green value is 98 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #096296 hue: 0.56 , saturation: 0.89 and the lightness value of 096296 is 0.31.

The process color (four color CMYK) of #096296 color hex is 0.94, 0.35, 0.00, 0.41. Web safe color of #096296 is #006699. Color #096296 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01100010 10010110
Octal 11 142 226
Decimal 9 98 150
Hex 9 62 96

RGB Percentages of Color #096296

%3.50
%38.13
%58.37

CMYK Percentages of Color #096296

%94
%35
%0
%41

Triadic Colors of #096296

#096296 #960962 #629609

Analogous Colors of #096296

#096296 #091c96 #099684

Monochromatic Colors of #096296

#096296

Complementary Color

#096296 #963d09

#096296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#096296 Color CSS Codes

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

#096296 Text Font Color

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

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


#096296 Background Color

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

This div background color is #096296


#096296 Border Color

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

This div border color is #096296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096296


Comments

No comments written yet.

Please login to write comment.