Color spaces of #07ccbc
RGB | 7 | 204 | 188 |
---|---|---|---|
HSL | 0.49 | 0.93 | 0.41 |
HSV | 175° | 97° | 80° |
CMYK | 0.97 | 0.00 | 0.08 0.20 |
XYZ | 30.7576 | 46.8617 | 55.0011 |
Yxy | 46.8617 | 0.2319 | 0.3534 |
Hunter Lab | 68.4556 | -39.5960 | 0.2820 |
CIE-Lab | 74.1012 | -45.0930 | -3.9352 |
#07ccbc color RGB value is (7,204,188).
#07ccbc hex color red value is 7, green value is 204 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #07ccbc hue: 0.49 , saturation: 0.93 and the lightness value of 07ccbc is 0.41.
The process color (four color CMYK) of #07ccbc color hex is 0.97, 0.00, 0.08, 0.20. Web safe color of #07ccbc is #00cccc. Color #07ccbc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000111 | 11001100 | 10111100 |
Octal | 7 | 314 | 274 |
Decimal | 7 | 204 | 188 |
Hex | 7 | CC | BC |
Shades of #07ccbc
Tints of #07ccbc
RGB Percentages of Color #07ccbc
CMYK Percentages of Color #07ccbc
Complementary Color
#07ccbc | #cc0717 |
#07ccbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#07ccbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#07ccbc Color CSS Codes
.mybgcolor {background-color:#07ccbc; } .myforecolor {color:#07ccbc; } .mybordercolor {border:3px solid #07ccbc; }
#07ccbc Text Font Color
<p style="color:#07ccbc">Text here</p>
This sample text font color is #07ccbc
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.
#07ccbc Background Color
<div style="background-color:#07ccbc">
Div content here</div>
This div background color is #07ccbc
#07ccbc Border Color
<div style="border:3px solid #07ccbc">
Div here</div>
This div border color is #07ccbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(7,204,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #07ccbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #07ccbc; -webkit-box-shadow: 1px 1px 3px 2px #07ccbc; box-shadow: 1px 1px 3px 2px #07ccbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(7,204,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 #07ccbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #07ccbc; -webkit-box-shadow: 1px 1px 3px 2px #07ccbc; box-shadow: 1px 1px 3px 2px #07ccbc;">
Div content here</div>
This div box has shadow with color #07ccbc
Comments
No comments written yet.
Please login to write comment.