Color Hex Logo

#094ebe Color Hex

#094EBE
(9,78,190)
0 Favorites   0 Comments

Color spaces of #094ebe

RGB 978190
HSL0.600.910.39
HSV217°95°75°
CMYK 0.950.590.00   0.25
XYZ12.13139.224649.8563
Yxy9.22460.17040.1295
Hunter Lab30.372018.1460-76.0653
CIE-Lab36.413225.8254-63.7847

#094ebe color RGB value is (9,78,190).

#094ebe hex color red value is 9, green value is 78 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #094ebe hue: 0.60 , saturation: 0.91 and the lightness value of 094ebe is 0.39.

The process color (four color CMYK) of #094ebe color hex is 0.95, 0.59, 0.00, 0.25. Web safe color of #094ebe is #0066cc. Color #094ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001110 10111110
Octal 11 116 276
Decimal 9 78 190
Hex 9 4E BE

RGB Percentages of Color #094ebe

%3.25
%28.16
%68.59

CMYK Percentages of Color #094ebe

%95
%59
%0
%25

Triadic Colors of #094ebe

#094ebe #be094e #4ebe09

Analogous Colors of #094ebe

#094ebe #1f09be #09a9be

Monochromatic Colors of #094ebe

#094ebe

Complementary Color

#094ebe #be7909

#094ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#094ebe Color CSS Codes

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

#094ebe Text Font Color

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

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


#094ebe Background Color

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

This div background color is #094ebe


#094ebe Border Color

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

This div border color is #094ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094ebe


Comments

No comments written yet.

Please login to write comment.