Color spaces of #7abffe
RGB | 122 | 191 | 254 |
---|---|---|---|
HSL | 0.58 | 0.99 | 0.74 |
HSV | 209° | 52° | 100° |
CMYK | 0.52 | 0.25 | 0.00 0.00 |
XYZ | 44.5462 | 48.5549 | 100.7901 |
Yxy | 48.5549 | 0.2297 | 0.2504 |
Hunter Lab | 69.6813 | -7.8301 | -36.9827 |
CIE-Lab | 75.1736 | -4.6061 | -37.7210 |
#7abffe color RGB value is (122,191,254).
#7abffe hex color red value is 122, green value is 191 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7abffe hue: 0.58 , saturation: 0.99 and the lightness value of 7abffe is 0.74.
The process color (four color CMYK) of #7abffe color hex is 0.52, 0.25, 0.00, 0.00. Web safe color of #7abffe is #66ccff. Color #7abffe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111010 | 10111111 | 11111110 |
Octal | 172 | 277 | 376 |
Decimal | 122 | 191 | 254 |
Hex | 7A | BF | FE |
Shades of #7abffe
Tints of #7abffe
RGB Percentages of Color #7abffe
CMYK Percentages of Color #7abffe
Complementary Color
#7abffe | #feb97a |
#7abffe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7abffe Color Preview on White Background
Lorem ipsum dolor sit amet.
#7abffe Color CSS Codes
.mybgcolor {background-color:#7abffe; } .myforecolor {color:#7abffe; } .mybordercolor {border:3px solid #7abffe; }
#7abffe Text Font Color
<p style="color:#7abffe">Text here</p>
This sample text font color is #7abffe
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.
#7abffe Background Color
<div style="background-color:#7abffe">
Div content here</div>
This div background color is #7abffe
#7abffe Border Color
<div style="border:3px solid #7abffe">
Div here</div>
This div border color is #7abffe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(122,191,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7abffe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7abffe; -webkit-box-shadow: 1px 1px 3px 2px #7abffe; box-shadow: 1px 1px 3px 2px #7abffe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(122,191,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7abffe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7abffe; -webkit-box-shadow: 1px 1px 3px 2px #7abffe; box-shadow: 1px 1px 3px 2px #7abffe;">
Div content here</div>
This div box has shadow with color #7abffe
Comments
No comments written yet.
Please login to write comment.