Color spaces of #7faddd
RGB | 127 | 173 | 221 |
---|---|---|---|
HSL | 0.59 | 0.58 | 0.68 |
HSV | 211° | 43° | 87° |
CMYK | 0.43 | 0.22 | 0.00 0.13 |
XYZ | 36.7471 | 39.6196 | 74.1172 |
Yxy | 39.6196 | 0.2442 | 0.2633 |
Hunter Lab | 62.9441 | -5.9429 | -25.7536 |
CIE-Lab | 69.1977 | -2.9827 | -29.0413 |
#7faddd color RGB value is (127,173,221).
#7faddd hex color red value is 127, green value is 173 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7faddd hue: 0.59 , saturation: 0.58 and the lightness value of 7faddd is 0.68.
The process color (four color CMYK) of #7faddd color hex is 0.43, 0.22, 0.00, 0.13. Web safe color of #7faddd is #6699cc. Color #7faddd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111111 | 10101101 | 11011101 |
Octal | 177 | 255 | 335 |
Decimal | 127 | 173 | 221 |
Hex | 7F | AD | DD |
Shades of #7faddd
Tints of #7faddd
RGB Percentages of Color #7faddd
CMYK Percentages of Color #7faddd
Complementary Color
#7faddd | #ddaf7f |
#7faddd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7faddd Color Preview on White Background
Lorem ipsum dolor sit amet.
#7faddd Color CSS Codes
.mybgcolor {background-color:#7faddd; } .myforecolor {color:#7faddd; } .mybordercolor {border:3px solid #7faddd; }
#7faddd Text Font Color
<p style="color:#7faddd">Text here</p>
This sample text font color is #7faddd
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.
#7faddd Background Color
<div style="background-color:#7faddd">
Div content here</div>
This div background color is #7faddd
#7faddd Border Color
<div style="border:3px solid #7faddd">
Div here</div>
This div border color is #7faddd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(127,173,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7faddd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7faddd; -webkit-box-shadow: 1px 1px 3px 2px #7faddd; box-shadow: 1px 1px 3px 2px #7faddd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(127,173,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7faddd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7faddd; -webkit-box-shadow: 1px 1px 3px 2px #7faddd; box-shadow: 1px 1px 3px 2px #7faddd;">
Div content here</div>
This div box has shadow with color #7faddd
Comments
No comments written yet.
Please login to write comment.