Color Hex Logo

#094ecc Color Hex

#094ECC
(9,78,204)
0 Favorites   0 Comments

Color spaces of #094ecc

RGB 978204
HSL0.610.920.42
HSV219°96°80°
CMYK 0.960.620.00   0.20
XYZ13.73619.866558.3072
Yxy9.86650.16770.1205
Hunter Lab31.411023.0893-88.0704
CIE-Lab37.601831.3466-69.9949

#094ecc color RGB value is (9,78,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001110 11001100
Octal 11 116 314
Decimal 9 78 204
Hex 9 4E CC

RGB Percentages of Color #094ecc

%3.09
%26.80
%70.10

CMYK Percentages of Color #094ecc

%96
%62
%0
%20

Triadic Colors of #094ecc

#094ecc #cc094e #4ecc09

Analogous Colors of #094ecc

#094ecc #2509cc #09b0cc

Monochromatic Colors of #094ecc

#094ecc

Complementary Color

#094ecc #cc8709

#094ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#094ecc Color CSS Codes

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

#094ecc Text Font Color

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

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


#094ecc Background Color

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

This div background color is #094ecc


#094ecc Border Color

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

This div border color is #094ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094ecc


Comments

No comments written yet.

Please login to write comment.