Color Hex Logo

#096a93 Color Hex

#096A93
(9,106,147)
0 Favorites   0 Comments

Color spaces of #096a93

RGB 9106147
HSL0.550.880.31
HSV198°94°58°
CMYK 0.940.280.00   0.42
XYZ10.533212.472729.4561
Yxy12.47270.20080.2377
Hunter Lab35.3167-8.5667-24.7295
CIE-Lab41.9577-9.6524-29.4234

#096a93 color RGB value is (9,106,147).

#096a93 hex color red value is 9, green value is 106 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #096a93 hue: 0.55 , saturation: 0.88 and the lightness value of 096a93 is 0.31.

The process color (four color CMYK) of #096a93 color hex is 0.94, 0.28, 0.00, 0.42. Web safe color of #096a93 is #006699. Color #096a93 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01101010 10010011
Octal 11 152 223
Decimal 9 106 147
Hex 9 6A 93

RGB Percentages of Color #096a93

%3.44
%40.46
%56.11

CMYK Percentages of Color #096a93

%94
%28
%0
%42

Triadic Colors of #096a93

#096a93 #93096a #6a9309

Analogous Colors of #096a93

#096a93 #092593 #099377

Monochromatic Colors of #096a93

#096a93

Complementary Color

#096a93 #933209

#096a93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096a93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#096a93 Color CSS Codes

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

#096a93 Text Font Color

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

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


#096a93 Background Color

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

This div background color is #096a93


#096a93 Border Color

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

This div border color is #096a93


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,106,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #096a93; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #096a93;
  -webkit-box-shadow: 1px 1px 3px 2px #096a93;
  box-shadow:         1px 1px 3px 2px #096a93; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096a93


Comments

No comments written yet.

Please login to write comment.