Color spaces of #094ebe
RGB | 9 | 78 | 190 |
---|---|---|---|
HSL | 0.60 | 0.91 | 0.39 |
HSV | 217° | 95° | 75° |
CMYK | 0.95 | 0.59 | 0.00 0.25 |
XYZ | 12.1313 | 9.2246 | 49.8563 |
Yxy | 9.2246 | 0.1704 | 0.1295 |
Hunter Lab | 30.3720 | 18.1460 | -76.0653 |
CIE-Lab | 36.4132 | 25.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
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001001 | 01001110 | 10111110 |
Octal | 11 | 116 | 276 |
Decimal | 9 | 78 | 190 |
Hex | 9 | 4E | BE |
Shades of #094ebe
Tints of #094ebe
RGB Percentages of Color #094ebe
CMYK Percentages of Color #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.