Color Hex Logo

#096fad Color Hex

#096FAD
(9,111,173)
0 Favorites   0 Comments

Color spaces of #096fad

RGB 9111173
HSL0.560.900.36
HSV203°95°68°
CMYK 0.950.360.00   0.32
XYZ13.339914.444141.6201
Yxy14.44410.19220.2081
Hunter Lab38.0054-3.8559-38.3253
CIE-Lab44.8632-2.5002-40.2114

#096fad color RGB value is (9,111,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01101111 10101101
Octal 11 157 255
Decimal 9 111 173
Hex 9 6F AD

RGB Percentages of Color #096fad

%3.07
%37.88
%59.04

CMYK Percentages of Color #096fad

%95
%36
%0
%32

Triadic Colors of #096fad

#096fad #ad096f #6fad09

Analogous Colors of #096fad

#096fad #091dad #09ad99

Monochromatic Colors of #096fad

#096fad

Complementary Color

#096fad #ad4709

#096fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#096fad Color CSS Codes

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

#096fad Text Font Color

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

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


#096fad Background Color

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

This div background color is #096fad


#096fad Border Color

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

This div border color is #096fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096fad


Comments

No comments written yet.

Please login to write comment.