Color spaces of #7bedfc
RGB | 123 | 237 | 252 |
---|---|---|---|
HSL | 0.52 | 0.96 | 0.74 |
HSV | 187° | 51° | 99° |
CMYK | 0.51 | 0.06 | 0.00 0.01 |
XYZ | 56.0233 | 71.8076 | 103.0030 |
Yxy | 71.8076 | 0.2427 | 0.3111 |
Hunter Lab | 84.7394 | -30.2831 | -12.7510 |
CIE-Lab | 87.8759 | -28.5163 | -17.2366 |
#7bedfc color RGB value is (123,237,252).
#7bedfc hex color red value is 123, green value is 237 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7bedfc hue: 0.52 , saturation: 0.96 and the lightness value of 7bedfc is 0.74.
The process color (four color CMYK) of #7bedfc color hex is 0.51, 0.06, 0.00, 0.01. Web safe color of #7bedfc is #66ffff. Color #7bedfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111011 | 11101101 | 11111100 |
Octal | 173 | 355 | 374 |
Decimal | 123 | 237 | 252 |
Hex | 7B | ED | FC |
Shades of #7bedfc
Tints of #7bedfc
RGB Percentages of Color #7bedfc
CMYK Percentages of Color #7bedfc
Complementary Color
#7bedfc | #fc8a7b |
#7bedfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7bedfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#7bedfc Color CSS Codes
.mybgcolor {background-color:#7bedfc; } .myforecolor {color:#7bedfc; } .mybordercolor {border:3px solid #7bedfc; }
#7bedfc Text Font Color
<p style="color:#7bedfc">Text here</p>
This sample text font color is #7bedfc
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.
#7bedfc Background Color
<div style="background-color:#7bedfc">
Div content here</div>
This div background color is #7bedfc
#7bedfc Border Color
<div style="border:3px solid #7bedfc">
Div here</div>
This div border color is #7bedfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(123,237,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7bedfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7bedfc; -webkit-box-shadow: 1px 1px 3px 2px #7bedfc; box-shadow: 1px 1px 3px 2px #7bedfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(123,237,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7bedfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7bedfc; -webkit-box-shadow: 1px 1px 3px 2px #7bedfc; box-shadow: 1px 1px 3px 2px #7bedfc;">
Div content here</div>
This div box has shadow with color #7bedfc
Comments
No comments written yet.
Please login to write comment.