Color spaces of #7bbeff
RGB | 123 | 190 | 255 |
---|---|---|---|
HSL | 0.58 | 1.00 | 0.74 |
HSV | 210° | 52° | 100° |
CMYK | 0.52 | 0.25 | 0.00 0.00 |
XYZ | 44.6318 | 48.2579 | 101.5701 |
Yxy | 48.2579 | 0.2295 | 0.2482 |
Hunter Lab | 69.4679 | -6.8860 | -38.0613 |
CIE-Lab | 74.9873 | -3.5546 | -38.5437 |
#7bbeff color RGB value is (123,190,255).
#7bbeff hex color red value is 123, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7bbeff hue: 0.58 , saturation: 1.00 and the lightness value of 7bbeff is 0.74.
The process color (four color CMYK) of #7bbeff color hex is 0.52, 0.25, 0.00, 0.00. Web safe color of #7bbeff is #66ccff. Color #7bbeff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111011 | 10111110 | 11111111 |
Octal | 173 | 276 | 377 |
Decimal | 123 | 190 | 255 |
Hex | 7B | BE | FF |
Shades of #7bbeff
Tints of #7bbeff
RGB Percentages of Color #7bbeff
CMYK Percentages of Color #7bbeff
Complementary Color
#7bbeff | #ffbc7b |
#7bbeff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7bbeff Color Preview on White Background
Lorem ipsum dolor sit amet.
#7bbeff Color CSS Codes
.mybgcolor {background-color:#7bbeff; } .myforecolor {color:#7bbeff; } .mybordercolor {border:3px solid #7bbeff; }
#7bbeff Text Font Color
<p style="color:#7bbeff">Text here</p>
This sample text font color is #7bbeff
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.
#7bbeff Background Color
<div style="background-color:#7bbeff">
Div content here</div>
This div background color is #7bbeff
#7bbeff Border Color
<div style="border:3px solid #7bbeff">
Div here</div>
This div border color is #7bbeff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(123,190,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7bbeff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7bbeff; -webkit-box-shadow: 1px 1px 3px 2px #7bbeff; box-shadow: 1px 1px 3px 2px #7bbeff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(123,190,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7bbeff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7bbeff; -webkit-box-shadow: 1px 1px 3px 2px #7bbeff; box-shadow: 1px 1px 3px 2px #7bbeff;">
Div content here</div>
This div box has shadow with color #7bbeff
#7bbeff Color Palettes
Comments
No comments written yet.
Please login to write comment.