Color Hex Logo

#096dab Color Hex

#096DAB
(9,109,171)
0 Favorites   0 Comments

Color spaces of #096dab

RGB 9109171
HSL0.560.900.35
HSV203°95°67°
CMYK 0.950.360.00   0.33
XYZ12.932013.935640.5363
Yxy13.93560.19190.2067
Hunter Lab37.3304-3.4923-38.2504
CIE-Lab44.1404-2.0607-40.1866

#096dab color RGB value is (9,109,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01101101 10101011
Octal 11 155 253
Decimal 9 109 171
Hex 9 6D AB

RGB Percentages of Color #096dab

%3.11
%37.72
%59.17

CMYK Percentages of Color #096dab

%95
%36
%0
%33

Triadic Colors of #096dab

#096dab #ab096d #6dab09

Analogous Colors of #096dab

#096dab #091cab #09ab98

Monochromatic Colors of #096dab

#096dab

Complementary Color

#096dab #ab4709

#096dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#096dab Color CSS Codes

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

#096dab Text Font Color

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

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


#096dab Background Color

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

This div background color is #096dab


#096dab Border Color

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

This div border color is #096dab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,109,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 #096dab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096dab


Comments

No comments written yet.

Please login to write comment.