Color spaces of #7cdbcf
RGB | 124 | 219 | 207 |
---|---|---|---|
HSL | 0.48 | 0.57 | 0.67 |
HSV | 172° | 43° | 86° |
CMYK | 0.43 | 0.00 | 0.05 0.14 |
XYZ | 44.9062 | 59.4531 | 68.1403 |
Yxy | 59.4531 | 0.2603 | 0.3447 |
Hunter Lab | 77.1058 | -30.9774 | 1.5781 |
CIE-Lab | 81.5400 | -31.0042 | -2.8992 |
#7cdbcf color RGB value is (124,219,207).
#7cdbcf hex color red value is 124, green value is 219 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7cdbcf hue: 0.48 , saturation: 0.57 and the lightness value of 7cdbcf is 0.67.
The process color (four color CMYK) of #7cdbcf color hex is 0.43, 0.00, 0.05, 0.14. Web safe color of #7cdbcf is #66cccc. Color #7cdbcf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111100 | 11011011 | 11001111 |
Octal | 174 | 333 | 317 |
Decimal | 124 | 219 | 207 |
Hex | 7C | DB | CF |
Shades of #7cdbcf
Tints of #7cdbcf
RGB Percentages of Color #7cdbcf
CMYK Percentages of Color #7cdbcf
Complementary Color
#7cdbcf | #db7c88 |
#7cdbcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7cdbcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#7cdbcf Color CSS Codes
.mybgcolor {background-color:#7cdbcf; } .myforecolor {color:#7cdbcf; } .mybordercolor {border:3px solid #7cdbcf; }
#7cdbcf Text Font Color
<p style="color:#7cdbcf">Text here</p>
This sample text font color is #7cdbcf
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.
#7cdbcf Background Color
<div style="background-color:#7cdbcf">
Div content here</div>
This div background color is #7cdbcf
#7cdbcf Border Color
<div style="border:3px solid #7cdbcf">
Div here</div>
This div border color is #7cdbcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(124,219,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7cdbcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7cdbcf; -webkit-box-shadow: 1px 1px 3px 2px #7cdbcf; box-shadow: 1px 1px 3px 2px #7cdbcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(124,219,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 #7cdbcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7cdbcf; -webkit-box-shadow: 1px 1px 3px 2px #7cdbcf; box-shadow: 1px 1px 3px 2px #7cdbcf;">
Div content here</div>
This div box has shadow with color #7cdbcf
Comments
No comments written yet.
Please login to write comment.