Color spaces of #7bbcdf
RGB | 123 | 188 | 223 |
---|---|---|---|
HSL | 0.56 | 0.61 | 0.68 |
HSV | 201° | 45° | 87° |
CMYK | 0.45 | 0.16 | 0.00 0.13 |
XYZ | 39.4709 | 45.5051 | 76.5151 |
Yxy | 45.5051 | 0.2444 | 0.2818 |
Hunter Lab | 67.4575 | -13.6062 | -20.0307 |
CIE-Lab | 73.2232 | -11.5480 | -23.9780 |
#7bbcdf color RGB value is (123,188,223).
#7bbcdf hex color red value is 123, green value is 188 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7bbcdf hue: 0.56 , saturation: 0.61 and the lightness value of 7bbcdf is 0.68.
The process color (four color CMYK) of #7bbcdf color hex is 0.45, 0.16, 0.00, 0.13. Web safe color of #7bbcdf is #66cccc. Color #7bbcdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111011 | 10111100 | 11011111 |
Octal | 173 | 274 | 337 |
Decimal | 123 | 188 | 223 |
Hex | 7B | BC | DF |
Shades of #7bbcdf
Tints of #7bbcdf
RGB Percentages of Color #7bbcdf
CMYK Percentages of Color #7bbcdf
Complementary Color
#7bbcdf | #df9e7b |
#7bbcdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7bbcdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#7bbcdf Color CSS Codes
.mybgcolor {background-color:#7bbcdf; } .myforecolor {color:#7bbcdf; } .mybordercolor {border:3px solid #7bbcdf; }
#7bbcdf Text Font Color
<p style="color:#7bbcdf">Text here</p>
This sample text font color is #7bbcdf
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.
#7bbcdf Background Color
<div style="background-color:#7bbcdf">
Div content here</div>
This div background color is #7bbcdf
#7bbcdf Border Color
<div style="border:3px solid #7bbcdf">
Div here</div>
This div border color is #7bbcdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(123,188,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7bbcdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7bbcdf; -webkit-box-shadow: 1px 1px 3px 2px #7bbcdf; box-shadow: 1px 1px 3px 2px #7bbcdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(123,188,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7bbcdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7bbcdf; -webkit-box-shadow: 1px 1px 3px 2px #7bbcdf; box-shadow: 1px 1px 3px 2px #7bbcdf;">
Div content here</div>
This div box has shadow with color #7bbcdf
Comments
No comments written yet.
Please login to write comment.