Color spaces of #097ccf
RGB | 9 | 124 | 207 |
---|---|---|---|
HSL | 0.57 | 0.92 | 0.42 |
HSV | 205° | 96° | 81° |
CMYK | 0.96 | 0.40 | 0.00 0.19 |
XYZ | 18.5828 | 18.9784 | 61.7153 |
Yxy | 18.9784 | 0.1872 | 0.1912 |
Hunter Lab | 43.5642 | -0.0962 | -53.4983 |
CIE-Lab | 50.6619 | 2.8620 | -50.5820 |
#097ccf color RGB value is (9,124,207).
#097ccf hex color red value is 9, green value is 124 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #097ccf hue: 0.57 , saturation: 0.92 and the lightness value of 097ccf is 0.42.
The process color (four color CMYK) of #097ccf color hex is 0.96, 0.40, 0.00, 0.19. Web safe color of #097ccf is #0066cc. Color #097ccf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001001 | 01111100 | 11001111 |
Octal | 11 | 174 | 317 |
Decimal | 9 | 124 | 207 |
Hex | 9 | 7C | CF |
Shades of #097ccf
Tints of #097ccf
RGB Percentages of Color #097ccf
CMYK Percentages of Color #097ccf
Complementary Color
#097ccf | #cf5c09 |
#097ccf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#097ccf Color Preview on White Background
Lorem ipsum dolor sit amet.
#097ccf Color CSS Codes
.mybgcolor {background-color:#097ccf; } .myforecolor {color:#097ccf; } .mybordercolor {border:3px solid #097ccf; }
#097ccf Text Font Color
<p style="color:#097ccf">Text here</p>
This sample text font color is #097ccf
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.
#097ccf Background Color
<div style="background-color:#097ccf">
Div content here</div>
This div background color is #097ccf
#097ccf Border Color
<div style="border:3px solid #097ccf">
Div here</div>
This div border color is #097ccf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(9,124,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #097ccf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #097ccf; -webkit-box-shadow: 1px 1px 3px 2px #097ccf; box-shadow: 1px 1px 3px 2px #097ccf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(9,124,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #097ccf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #097ccf; -webkit-box-shadow: 1px 1px 3px 2px #097ccf; box-shadow: 1px 1px 3px 2px #097ccf;">
Div content here</div>
This div box has shadow with color #097ccf
Comments
No comments written yet.
Please login to write comment.