Color spaces of #7addfe
RGB | 122 | 221 | 254 |
---|---|---|---|
HSL | 0.54 | 0.99 | 0.74 |
HSV | 195° | 52° | 100° |
CMYK | 0.52 | 0.13 | 0.00 0.00 |
XYZ | 51.7719 | 63.0062 | 103.1987 |
Yxy | 63.0062 | 0.2375 | 0.2891 |
Hunter Lab | 79.3764 | -22.4853 | -21.5205 |
CIE-Lab | 83.4456 | -20.3050 | -24.9992 |
#7addfe color RGB value is (122,221,254).
#7addfe hex color red value is 122, green value is 221 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7addfe hue: 0.54 , saturation: 0.99 and the lightness value of 7addfe is 0.74.
The process color (four color CMYK) of #7addfe color hex is 0.52, 0.13, 0.00, 0.00. Web safe color of #7addfe is #66ccff. Color #7addfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111010 | 11011101 | 11111110 |
Octal | 172 | 335 | 376 |
Decimal | 122 | 221 | 254 |
Hex | 7A | DD | FE |
Shades of #7addfe
Tints of #7addfe
RGB Percentages of Color #7addfe
CMYK Percentages of Color #7addfe
Complementary Color
#7addfe | #fe9b7a |
#7addfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7addfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#7addfe Color CSS Codes
.mybgcolor {background-color:#7addfe; } .myforecolor {color:#7addfe; } .mybordercolor {border:3px solid #7addfe; }
#7addfe Text Font Color
<p style="color:#7addfe">Text here</p>
This sample text font color is #7addfe
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.
#7addfe Background Color
<div style="background-color:#7addfe">
Div content here</div>
This div background color is #7addfe
#7addfe Border Color
<div style="border:3px solid #7addfe">
Div here</div>
This div border color is #7addfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(122,221,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7addfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7addfe; -webkit-box-shadow: 1px 1px 3px 2px #7addfe; box-shadow: 1px 1px 3px 2px #7addfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(122,221,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 #7addfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7addfe; -webkit-box-shadow: 1px 1px 3px 2px #7addfe; box-shadow: 1px 1px 3px 2px #7addfe;">
Div content here</div>
This div box has shadow with color #7addfe
Comments
No comments written yet.
Please login to write comment.