Color Hex Logo

#096edb Color Hex

#096EDB
(9,110,219)
0 Favorites   0 Comments

Color spaces of #096edb

RGB 9110219
HSL0.590.920.45
HSV211°96°86°
CMYK 0.960.500.00   0.14
XYZ18.474816.324469.1950
Yxy16.32440.17770.1570
Hunter Lab40.403510.9145-73.2577
CIE-Lab47.397216.3706-62.6441

#096edb color RGB value is (9,110,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01101110 11011011
Octal 11 156 333
Decimal 9 110 219
Hex 9 6E DB

RGB Percentages of Color #096edb

%2.66
%32.54
%64.79

CMYK Percentages of Color #096edb

%96
%50
%0
%14

Triadic Colors of #096edb

#096edb #db096e #6edb09

Analogous Colors of #096edb

#096edb #0d09db #09d7db

Monochromatic Colors of #096edb

#096edb

Complementary Color

#096edb #db7609

#096edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#096edb Color CSS Codes

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

#096edb Text Font Color

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

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


#096edb Background Color

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

This div background color is #096edb


#096edb Border Color

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

This div border color is #096edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096edb


Comments

No comments written yet.

Please login to write comment.