Color Hex Logo

#096aab Color Hex

#096AAB
(9,106,171)
0 Favorites   0 Comments

Color spaces of #096aab

RGB 9106171
HSL0.570.900.35
HSV204°95°67°
CMYK 0.950.380.00   0.33
XYZ12.617413.306440.4315
Yxy13.30640.19010.2005
Hunter Lab36.4779-2.0948-40.1814
CIE-Lab43.2213-0.2015-41.6471

#096aab color RGB value is (9,106,171).

#096aab hex color red value is 9, green value is 106 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #096aab hue: 0.57 , saturation: 0.90 and the lightness value of 096aab is 0.35.

The process color (four color CMYK) of #096aab color hex is 0.95, 0.38, 0.00, 0.33. Web safe color of #096aab is #006699. Color #096aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01101010 10101011
Octal 11 152 253
Decimal 9 106 171
Hex 9 6A AB

RGB Percentages of Color #096aab

%3.15
%37.06
%59.79

CMYK Percentages of Color #096aab

%95
%38
%0
%33

Triadic Colors of #096aab

#096aab #ab096a #6aab09

Analogous Colors of #096aab

#096aab #0919ab #09ab9b

Monochromatic Colors of #096aab

#096aab

Complementary Color

#096aab #ab4a09

#096aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#096aab Color CSS Codes

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

#096aab Text Font Color

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

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


#096aab Background Color

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

This div background color is #096aab


#096aab Border Color

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

This div border color is #096aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096aab


Comments

No comments written yet.

Please login to write comment.