Color Hex Logo

#096fda Color Hex

#096FDA
(9,111,218)
0 Favorites   0 Comments

Color spaces of #096fda

RGB 9111218
HSL0.590.920.45
HSV211°96°85°
CMYK 0.960.490.00   0.15
XYZ18.452016.488968.5398
Yxy16.48890.17830.1593
Hunter Lab40.606510.0507-71.6511
CIE-Lab47.609515.3366-61.7338

#096fda color RGB value is (9,111,218).

#096fda hex color red value is 9, green value is 111 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #096fda hue: 0.59 , saturation: 0.92 and the lightness value of 096fda is 0.45.

The process color (four color CMYK) of #096fda color hex is 0.96, 0.49, 0.00, 0.15. Web safe color of #096fda is #0066cc. Color #096fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01101111 11011010
Octal 11 157 332
Decimal 9 111 218
Hex 9 6F DA

RGB Percentages of Color #096fda

%2.66
%32.84
%64.50

CMYK Percentages of Color #096fda

%96
%49
%0
%15

Triadic Colors of #096fda

#096fda #da096f #6fda09

Analogous Colors of #096fda

#096fda #0c09da #09d8da

Monochromatic Colors of #096fda

#096fda

Complementary Color

#096fda #da7409

#096fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#096fda Color CSS Codes

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

#096fda Text Font Color

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

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


#096fda Background Color

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

This div background color is #096fda


#096fda Border Color

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

This div border color is #096fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096fda


Comments

No comments written yet.

Please login to write comment.