Color Hex Logo

#094ecf Color Hex

#094ECF
(9,78,207)
0 Favorites   0 Comments

Color spaces of #094ecf

RGB 978207
HSL0.610.920.42
HSV219°96°81°
CMYK 0.960.620.00   0.19
XYZ14.099510.011860.2208
Yxy10.01180.16720.1187
Hunter Lab31.641424.1675-90.6933
CIE-Lab37.863632.5117-71.3011

#094ecf color RGB value is (9,78,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001110 11001111
Octal 11 116 317
Decimal 9 78 207
Hex 9 4E CF

RGB Percentages of Color #094ecf

%3.06
%26.53
%70.41

CMYK Percentages of Color #094ecf

%96
%62
%0
%19

Triadic Colors of #094ecf

#094ecf #cf094e #4ecf09

Analogous Colors of #094ecf

#094ecf #2709cf #09b1cf

Monochromatic Colors of #094ecf

#094ecf

Complementary Color

#094ecf #cf8a09

#094ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#094ecf Color CSS Codes

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

#094ecf Text Font Color

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

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


#094ecf Background Color

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

This div background color is #094ecf


#094ecf Border Color

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

This div border color is #094ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094ecf


Comments

No comments written yet.

Please login to write comment.