Color spaces of #7ccbcf
RGB | 124 | 203 | 207 |
---|---|---|---|
HSL | 0.51 | 0.46 | 0.65 |
HSV | 183° | 40° | 81° |
CMYK | 0.40 | 0.02 | 0.00 0.19 |
XYZ | 40.9306 | 51.5020 | 66.8151 |
Yxy | 51.5020 | 0.2570 | 0.3234 |
Hunter Lab | 71.7649 | -23.7824 | -4.9652 |
CIE-Lab | 76.9821 | -23.2070 | -9.6414 |
#7ccbcf color RGB value is (124,203,207).
#7ccbcf hex color red value is 124, green value is 203 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7ccbcf hue: 0.51 , saturation: 0.46 and the lightness value of 7ccbcf is 0.65.
The process color (four color CMYK) of #7ccbcf color hex is 0.40, 0.02, 0.00, 0.19. Web safe color of #7ccbcf is #66cccc. Color #7ccbcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111100 | 11001011 | 11001111 |
Octal | 174 | 313 | 317 |
Decimal | 124 | 203 | 207 |
Hex | 7C | CB | CF |
Shades of #7ccbcf
Tints of #7ccbcf
RGB Percentages of Color #7ccbcf
CMYK Percentages of Color #7ccbcf
Complementary Color
#7ccbcf | #cf807c |
#7ccbcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7ccbcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#7ccbcf Color CSS Codes
.mybgcolor {background-color:#7ccbcf; } .myforecolor {color:#7ccbcf; } .mybordercolor {border:3px solid #7ccbcf; }
#7ccbcf Text Font Color
<p style="color:#7ccbcf">Text here</p>
This sample text font color is #7ccbcf
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.
#7ccbcf Background Color
<div style="background-color:#7ccbcf">
Div content here</div>
This div background color is #7ccbcf
#7ccbcf Border Color
<div style="border:3px solid #7ccbcf">
Div here</div>
This div border color is #7ccbcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(124,203,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7ccbcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7ccbcf; -webkit-box-shadow: 1px 1px 3px 2px #7ccbcf; box-shadow: 1px 1px 3px 2px #7ccbcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(124,203,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 #7ccbcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7ccbcf; -webkit-box-shadow: 1px 1px 3px 2px #7ccbcf; box-shadow: 1px 1px 3px 2px #7ccbcf;">
Div content here</div>
This div box has shadow with color #7ccbcf
Comments
No comments written yet.
Please login to write comment.