Color Hex Logo

#094edb Color Hex

#094EDB
(9,78,219)
0 Favorites   0 Comments

Color spaces of #094edb

RGB 978219
HSL0.610.920.45
HSV220°96°86°
CMYK 0.960.640.00   0.14
XYZ15.623210.621368.2445
Yxy10.62130.16530.1124
Hunter Lab32.590328.5365-101.3406
CIE-Lab38.935237.1032-76.4430

#094edb color RGB value is (9,78,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001110 11011011
Octal 11 116 333
Decimal 9 78 219
Hex 9 4E DB

RGB Percentages of Color #094edb

%2.94
%25.49
%71.57

CMYK Percentages of Color #094edb

%96
%64
%0
%14

Triadic Colors of #094edb

#094edb #db094e #4edb09

Analogous Colors of #094edb

#094edb #2d09db #09b7db

Monochromatic Colors of #094edb

#094edb

Complementary Color

#094edb #db9609

#094edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#094edb Color CSS Codes

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

#094edb Text Font Color

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

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


#094edb Background Color

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

This div background color is #094edb


#094edb Border Color

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

This div border color is #094edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094edb


Comments

No comments written yet.

Please login to write comment.