Color spaces of #7afbce
RGB | 122 | 251 | 206 |
---|---|---|---|
HSL | 0.44 | 0.94 | 0.73 |
HSV | 159° | 51° | 98° |
CMYK | 0.51 | 0.00 | 0.18 0.02 |
XYZ | 53.6638 | 77.5882 | 70.5402 |
Yxy | 77.5882 | 0.2659 | 0.3845 |
Hunter Lab | 88.0842 | -45.3992 | 14.1779 |
CIE-Lab | 90.5917 | -46.1922 | 10.7218 |
#7afbce color RGB value is (122,251,206).
#7afbce hex color red value is 122, green value is 251 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7afbce hue: 0.44 , saturation: 0.94 and the lightness value of 7afbce is 0.73.
The process color (four color CMYK) of #7afbce color hex is 0.51, 0.00, 0.18, 0.02. Web safe color of #7afbce is #66ffcc. Color #7afbce contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111010 | 11111011 | 11001110 |
Octal | 172 | 373 | 316 |
Decimal | 122 | 251 | 206 |
Hex | 7A | FB | CE |
Shades of #7afbce
Tints of #7afbce
RGB Percentages of Color #7afbce
CMYK Percentages of Color #7afbce
Complementary Color
#7afbce | #fb7aa7 |
#7afbce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7afbce Color Preview on White Background
Lorem ipsum dolor sit amet.
#7afbce Color CSS Codes
.mybgcolor {background-color:#7afbce; } .myforecolor {color:#7afbce; } .mybordercolor {border:3px solid #7afbce; }
#7afbce Text Font Color
<p style="color:#7afbce">Text here</p>
This sample text font color is #7afbce
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.
#7afbce Background Color
<div style="background-color:#7afbce">
Div content here</div>
This div background color is #7afbce
#7afbce Border Color
<div style="border:3px solid #7afbce">
Div here</div>
This div border color is #7afbce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(122,251,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7afbce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7afbce; -webkit-box-shadow: 1px 1px 3px 2px #7afbce; box-shadow: 1px 1px 3px 2px #7afbce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(122,251,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7afbce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7afbce; -webkit-box-shadow: 1px 1px 3px 2px #7afbce; box-shadow: 1px 1px 3px 2px #7afbce;">
Div content here</div>
This div box has shadow with color #7afbce
Comments
No comments written yet.
Please login to write comment.