Color spaces of #027394
RGB | 2 | 115 | 148 |
---|---|---|---|
HSL | 0.54 | 0.97 | 0.29 |
HSV | 194° | 99° | 58° |
CMYK | 0.99 | 0.22 | 0.00 0.42 |
XYZ | 11.5011 | 14.4125 | 30.1927 |
Yxy | 14.4125 | 0.2050 | 0.2569 |
Hunter Lab | 37.9638 | -12.3602 | -20.5788 |
CIE-Lab | 44.8188 | -14.8426 | -25.5599 |
#027394 color RGB value is (2,115,148).
#027394 hex color red value is 2, green value is 115 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #027394 hue: 0.54 , saturation: 0.97 and the lightness value of 027394 is 0.29.
The process color (four color CMYK) of #027394 color hex is 0.99, 0.22, 0.00, 0.42. Web safe color of #027394 is #006699. Color #027394 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000010 | 01110011 | 10010100 |
Octal | 2 | 163 | 224 |
Decimal | 2 | 115 | 148 |
Hex | 2 | 73 | 94 |
Shades of #027394
Tints of #027394
RGB Percentages of Color #027394
CMYK Percentages of Color #027394
Complementary Color
#027394 | #942302 |
#027394 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#027394 Color Preview on White Background
Lorem ipsum dolor sit amet.
#027394 Color CSS Codes
.mybgcolor {background-color:#027394; } .myforecolor {color:#027394; } .mybordercolor {border:3px solid #027394; }
#027394 Text Font Color
<p style="color:#027394">Text here</p>
This sample text font color is #027394
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.
#027394 Background Color
<div style="background-color:#027394">
Div content here</div>
This div background color is #027394
#027394 Border Color
<div style="border:3px solid #027394">
Div here</div>
This div border color is #027394
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(2,115,148, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #027394; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #027394; -webkit-box-shadow: 1px 1px 3px 2px #027394; box-shadow: 1px 1px 3px 2px #027394; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(2,115,148, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #027394">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #027394; -webkit-box-shadow: 1px 1px 3px 2px #027394; box-shadow: 1px 1px 3px 2px #027394;">
Div content here</div>
This div box has shadow with color #027394
Comments
No comments written yet.
Please login to write comment.