Color spaces of #09cfbc
RGB | 9 | 207 | 188 |
---|---|---|---|
HSL | 0.48 | 0.92 | 0.42 |
HSV | 174° | 96° | 81° |
CMYK | 0.96 | 0.00 | 0.09 0.19 |
XYZ | 31.5026 | 48.3146 | 55.2422 |
Yxy | 48.3146 | 0.2332 | 0.3577 |
Hunter Lab | 69.5087 | -40.7408 | 1.5352 |
CIE-Lab | 75.0229 | -46.3164 | -2.5785 |
#09cfbc color RGB value is (9,207,188).
#09cfbc hex color red value is 9, green value is 207 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #09cfbc hue: 0.48 , saturation: 0.92 and the lightness value of 09cfbc is 0.42.
The process color (four color CMYK) of #09cfbc color hex is 0.96, 0.00, 0.09, 0.19. Web safe color of #09cfbc is #00cccc. Color #09cfbc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001001 | 11001111 | 10111100 |
Octal | 11 | 317 | 274 |
Decimal | 9 | 207 | 188 |
Hex | 9 | CF | BC |
Shades of #09cfbc
Tints of #09cfbc
RGB Percentages of Color #09cfbc
CMYK Percentages of Color #09cfbc
Complementary Color
#09cfbc | #cf091c |
#09cfbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#09cfbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#09cfbc Color CSS Codes
.mybgcolor {background-color:#09cfbc; } .myforecolor {color:#09cfbc; } .mybordercolor {border:3px solid #09cfbc; }
#09cfbc Text Font Color
<p style="color:#09cfbc">Text here</p>
This sample text font color is #09cfbc
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.
#09cfbc Background Color
<div style="background-color:#09cfbc">
Div content here</div>
This div background color is #09cfbc
#09cfbc Border Color
<div style="border:3px solid #09cfbc">
Div here</div>
This div border color is #09cfbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(9,207,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #09cfbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #09cfbc; -webkit-box-shadow: 1px 1px 3px 2px #09cfbc; box-shadow: 1px 1px 3px 2px #09cfbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(9,207,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #09cfbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #09cfbc; -webkit-box-shadow: 1px 1px 3px 2px #09cfbc; box-shadow: 1px 1px 3px 2px #09cfbc;">
Div content here</div>
This div box has shadow with color #09cfbc
Comments
No comments written yet.
Please login to write comment.