Color spaces of #7cbbed
RGB | 124 | 187 | 237 |
---|---|---|---|
HSL | 0.57 | 0.76 | 0.71 |
HSV | 207° | 48° | 93° |
CMYK | 0.48 | 0.21 | 0.00 0.07 |
XYZ | 41.3686 | 45.9402 | 86.8077 |
Yxy | 45.9402 | 0.2376 | 0.2638 |
Hunter Lab | 67.7792 | -9.6673 | -28.4898 |
CIE-Lab | 73.5067 | -6.8849 | -31.1292 |
#7cbbed color RGB value is (124,187,237).
#7cbbed hex color red value is 124, green value is 187 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7cbbed hue: 0.57 , saturation: 0.76 and the lightness value of 7cbbed is 0.71.
The process color (four color CMYK) of #7cbbed color hex is 0.48, 0.21, 0.00, 0.07. Web safe color of #7cbbed is #66ccff. Color #7cbbed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111100 | 10111011 | 11101101 |
Octal | 174 | 273 | 355 |
Decimal | 124 | 187 | 237 |
Hex | 7C | BB | ED |
Shades of #7cbbed
Tints of #7cbbed
RGB Percentages of Color #7cbbed
CMYK Percentages of Color #7cbbed
Complementary Color
#7cbbed | #edae7c |
#7cbbed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7cbbed Color Preview on White Background
Lorem ipsum dolor sit amet.
#7cbbed Color CSS Codes
.mybgcolor {background-color:#7cbbed; } .myforecolor {color:#7cbbed; } .mybordercolor {border:3px solid #7cbbed; }
#7cbbed Text Font Color
<p style="color:#7cbbed">Text here</p>
This sample text font color is #7cbbed
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.
#7cbbed Background Color
<div style="background-color:#7cbbed">
Div content here</div>
This div background color is #7cbbed
#7cbbed Border Color
<div style="border:3px solid #7cbbed">
Div here</div>
This div border color is #7cbbed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(124,187,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7cbbed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7cbbed; -webkit-box-shadow: 1px 1px 3px 2px #7cbbed; box-shadow: 1px 1px 3px 2px #7cbbed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(124,187,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7cbbed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7cbbed; -webkit-box-shadow: 1px 1px 3px 2px #7cbbed; box-shadow: 1px 1px 3px 2px #7cbbed;">
Div content here</div>
This div box has shadow with color #7cbbed
Comments
No comments written yet.
Please login to write comment.