Color spaces of #7cbccb
RGB | 124 | 188 | 203 |
---|---|---|---|
HSL | 0.53 | 0.43 | 0.64 |
HSV | 191° | 39° | 80° |
CMYK | 0.39 | 0.07 | 0.00 0.20 |
XYZ | 37.0749 | 44.5633 | 63.1474 |
Yxy | 44.5633 | 0.2561 | 0.3078 |
Hunter Lab | 66.7557 | -17.6870 | -9.3562 |
CIE-Lab | 72.6034 | -16.5825 | -14.0223 |
#7cbccb color RGB value is (124,188,203).
#7cbccb hex color red value is 124, green value is 188 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7cbccb hue: 0.53 , saturation: 0.43 and the lightness value of 7cbccb is 0.64.
The process color (four color CMYK) of #7cbccb color hex is 0.39, 0.07, 0.00, 0.20. Web safe color of #7cbccb is #66cccc. Color #7cbccb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111100 | 10111100 | 11001011 |
Octal | 174 | 274 | 313 |
Decimal | 124 | 188 | 203 |
Hex | 7C | BC | CB |
Shades of #7cbccb
Tints of #7cbccb
RGB Percentages of Color #7cbccb
CMYK Percentages of Color #7cbccb
Complementary Color
#7cbccb | #cb8b7c |
#7cbccb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7cbccb Color Preview on White Background
Lorem ipsum dolor sit amet.
#7cbccb Color CSS Codes
.mybgcolor {background-color:#7cbccb; } .myforecolor {color:#7cbccb; } .mybordercolor {border:3px solid #7cbccb; }
#7cbccb Text Font Color
<p style="color:#7cbccb">Text here</p>
This sample text font color is #7cbccb
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.
#7cbccb Background Color
<div style="background-color:#7cbccb">
Div content here</div>
This div background color is #7cbccb
#7cbccb Border Color
<div style="border:3px solid #7cbccb">
Div here</div>
This div border color is #7cbccb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(124,188,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7cbccb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7cbccb; -webkit-box-shadow: 1px 1px 3px 2px #7cbccb; box-shadow: 1px 1px 3px 2px #7cbccb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(124,188,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7cbccb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7cbccb; -webkit-box-shadow: 1px 1px 3px 2px #7cbccb; box-shadow: 1px 1px 3px 2px #7cbccb;">
Div content here</div>
This div box has shadow with color #7cbccb
Comments
No comments written yet.
Please login to write comment.