Color spaces of #7abfdc
RGB | 122 | 191 | 220 |
---|---|---|---|
HSL | 0.55 | 0.58 | 0.67 |
HSV | 198° | 45° | 86° |
CMYK | 0.45 | 0.13 | 0.00 0.14 |
XYZ | 39.5751 | 46.5665 | 74.6125 |
Yxy | 46.5665 | 0.2462 | 0.2897 |
Hunter Lab | 68.2397 | -15.8996 | -17.0593 |
CIE-Lab | 73.9116 | -14.1872 | -21.3049 |
#7abfdc color RGB value is (122,191,220).
#7abfdc hex color red value is 122, green value is 191 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7abfdc hue: 0.55 , saturation: 0.58 and the lightness value of 7abfdc is 0.67.
The process color (four color CMYK) of #7abfdc color hex is 0.45, 0.13, 0.00, 0.14. Web safe color of #7abfdc is #66cccc. Color #7abfdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111010 | 10111111 | 11011100 |
Octal | 172 | 277 | 334 |
Decimal | 122 | 191 | 220 |
Hex | 7A | BF | DC |
Shades of #7abfdc
Tints of #7abfdc
RGB Percentages of Color #7abfdc
CMYK Percentages of Color #7abfdc
Complementary Color
#7abfdc | #dc977a |
#7abfdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7abfdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#7abfdc Color CSS Codes
.mybgcolor {background-color:#7abfdc; } .myforecolor {color:#7abfdc; } .mybordercolor {border:3px solid #7abfdc; }
#7abfdc Text Font Color
<p style="color:#7abfdc">Text here</p>
This sample text font color is #7abfdc
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.
#7abfdc Background Color
<div style="background-color:#7abfdc">
Div content here</div>
This div background color is #7abfdc
#7abfdc Border Color
<div style="border:3px solid #7abfdc">
Div here</div>
This div border color is #7abfdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(122,191,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7abfdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7abfdc; -webkit-box-shadow: 1px 1px 3px 2px #7abfdc; box-shadow: 1px 1px 3px 2px #7abfdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(122,191,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7abfdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7abfdc; -webkit-box-shadow: 1px 1px 3px 2px #7abfdc; box-shadow: 1px 1px 3px 2px #7abfdc;">
Div content here</div>
This div box has shadow with color #7abfdc
Comments
No comments written yet.
Please login to write comment.