Color spaces of #7febfb
RGB | 127 | 235 | 251 |
---|---|---|---|
HSL | 0.52 | 0.94 | 0.74 |
HSV | 188° | 49° | 98° |
CMYK | 0.49 | 0.06 | 0.00 0.02 |
XYZ | 55.8733 | 70.8937 | 102.0058 |
Yxy | 70.8937 | 0.2442 | 0.3099 |
Hunter Lab | 84.1984 | -28.8962 | -12.8906 |
CIE-Lab | 87.4333 | -26.9832 | -17.3640 |
#7febfb color RGB value is (127,235,251).
#7febfb hex color red value is 127, green value is 235 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7febfb hue: 0.52 , saturation: 0.94 and the lightness value of 7febfb is 0.74.
The process color (four color CMYK) of #7febfb color hex is 0.49, 0.06, 0.00, 0.02. Web safe color of #7febfb is #66ffff. Color #7febfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111111 | 11101011 | 11111011 |
Octal | 177 | 353 | 373 |
Decimal | 127 | 235 | 251 |
Hex | 7F | EB | FB |
Shades of #7febfb
Tints of #7febfb
RGB Percentages of Color #7febfb
CMYK Percentages of Color #7febfb
Complementary Color
#7febfb | #fb8f7f |
#7febfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7febfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#7febfb Color CSS Codes
.mybgcolor {background-color:#7febfb; } .myforecolor {color:#7febfb; } .mybordercolor {border:3px solid #7febfb; }
#7febfb Text Font Color
<p style="color:#7febfb">Text here</p>
This sample text font color is #7febfb
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.
#7febfb Background Color
<div style="background-color:#7febfb">
Div content here</div>
This div background color is #7febfb
#7febfb Border Color
<div style="border:3px solid #7febfb">
Div here</div>
This div border color is #7febfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(127,235,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7febfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7febfb; -webkit-box-shadow: 1px 1px 3px 2px #7febfb; box-shadow: 1px 1px 3px 2px #7febfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(127,235,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7febfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7febfb; -webkit-box-shadow: 1px 1px 3px 2px #7febfb; box-shadow: 1px 1px 3px 2px #7febfb;">
Div content here</div>
This div box has shadow with color #7febfb
Comments
No comments written yet.
Please login to write comment.