Color Hex Logo

#094cfe Color Hex

#094CFE
(9,76,254)
0 Favorites   0 Comments

Color spaces of #094cfe

RGB 976254
HSL0.620.990.52
HSV224°96°100°
CMYK 0.960.700.00   0.00
XYZ20.586512.382795.0710
Yxy12.38270.16080.0967
Hunter Lab35.189142.8462-135.5527
CIE-Lab41.818051.0587-91.4719

#094cfe color RGB value is (9,76,254).

#094cfe hex color red value is 9, green value is 76 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #094cfe hue: 0.62 , saturation: 0.99 and the lightness value of 094cfe is 0.52.

The process color (four color CMYK) of #094cfe color hex is 0.96, 0.70, 0.00, 0.00. Web safe color of #094cfe is #0033ff. Color #094cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001100 11111110
Octal 11 114 376
Decimal 9 76 254
Hex 9 4C FE

RGB Percentages of Color #094cfe

%2.65
%22.42
%74.93

CMYK Percentages of Color #094cfe

%96
%70
%0
%0

Triadic Colors of #094cfe

#094cfe #fe094c #4cfe09

Analogous Colors of #094cfe

#094cfe #4009fe #09c7fe

Monochromatic Colors of #094cfe

#094cfe

Complementary Color

#094cfe #febb09

#094cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#094cfe Color CSS Codes

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

#094cfe Text Font Color

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

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


#094cfe Background Color

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

This div background color is #094cfe


#094cfe Border Color

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

This div border color is #094cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094cfe


Comments

No comments written yet.

Please login to write comment.