Color spaces of #07dbc5
RGB | 7 | 219 | 197 |
---|---|---|---|
HSL | 0.48 | 0.94 | 0.44 |
HSV | 174° | 97° | 86° |
CMYK | 0.97 | 0.00 | 0.10 0.14 |
XYZ | 35.4972 | 54.7394 | 61.5182 |
Yxy | 54.7394 | 0.2339 | 0.3607 |
Hunter Lab | 73.9861 | -43.8345 | 2.4916 |
CIE-Lab | 78.8909 | -48.9412 | -1.7349 |
#07dbc5 color RGB value is (7,219,197).
#07dbc5 hex color red value is 7, green value is 219 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #07dbc5 hue: 0.48 , saturation: 0.94 and the lightness value of 07dbc5 is 0.44.
The process color (four color CMYK) of #07dbc5 color hex is 0.97, 0.00, 0.10, 0.14. Web safe color of #07dbc5 is #00cccc. Color #07dbc5 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000111 | 11011011 | 11000101 |
Octal | 7 | 333 | 305 |
Decimal | 7 | 219 | 197 |
Hex | 7 | DB | C5 |
Shades of #07dbc5
Tints of #07dbc5
RGB Percentages of Color #07dbc5
CMYK Percentages of Color #07dbc5
Complementary Color
#07dbc5 | #db071d |
#07dbc5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#07dbc5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#07dbc5 Color CSS Codes
.mybgcolor {background-color:#07dbc5; } .myforecolor {color:#07dbc5; } .mybordercolor {border:3px solid #07dbc5; }
#07dbc5 Text Font Color
<p style="color:#07dbc5">Text here</p>
This sample text font color is #07dbc5
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.
#07dbc5 Background Color
<div style="background-color:#07dbc5">
Div content here</div>
This div background color is #07dbc5
#07dbc5 Border Color
<div style="border:3px solid #07dbc5">
Div here</div>
This div border color is #07dbc5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(7,219,197, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #07dbc5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #07dbc5; -webkit-box-shadow: 1px 1px 3px 2px #07dbc5; box-shadow: 1px 1px 3px 2px #07dbc5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(7,219,197, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #07dbc5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #07dbc5; -webkit-box-shadow: 1px 1px 3px 2px #07dbc5; box-shadow: 1px 1px 3px 2px #07dbc5;">
Div content here</div>
This div box has shadow with color #07dbc5
Comments
No comments written yet.
Please login to write comment.