Color spaces of #629fda
RGB | 98 | 159 | 218 |
---|---|---|---|
HSL | 0.58 | 0.62 | 0.62 |
HSV | 210° | 55° | 85° |
CMYK | 0.55 | 0.27 | 0.00 0.15 |
XYZ | 30.0900 | 32.4549 | 71.0082 |
Yxy | 32.4549 | 0.2253 | 0.2430 |
Hunter Lab | 56.9692 | -5.4160 | -34.0225 |
CIE-Lab | 63.7171 | -2.8356 | -35.9955 |
#629fda color RGB value is (98,159,218).
#629fda hex color red value is 98, green value is 159 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #629fda hue: 0.58 , saturation: 0.62 and the lightness value of 629fda is 0.62.
The process color (four color CMYK) of #629fda color hex is 0.55, 0.27, 0.00, 0.15. Web safe color of #629fda is #6699cc. Color #629fda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100010 | 10011111 | 11011010 |
Octal | 142 | 237 | 332 |
Decimal | 98 | 159 | 218 |
Hex | 62 | 9F | DA |
Shades of #629fda
Tints of #629fda
RGB Percentages of Color #629fda
CMYK Percentages of Color #629fda
Complementary Color
#629fda | #da9d62 |
#629fda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#629fda Color Preview on White Background
Lorem ipsum dolor sit amet.
#629fda Color CSS Codes
.mybgcolor {background-color:#629fda; } .myforecolor {color:#629fda; } .mybordercolor {border:3px solid #629fda; }
#629fda Text Font Color
<p style="color:#629fda">Text here</p>
This sample text font color is #629fda
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.
#629fda Background Color
<div style="background-color:#629fda">
Div content here</div>
This div background color is #629fda
#629fda Border Color
<div style="border:3px solid #629fda">
Div here</div>
This div border color is #629fda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(98,159,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #629fda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #629fda; -webkit-box-shadow: 1px 1px 3px 2px #629fda; box-shadow: 1px 1px 3px 2px #629fda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(98,159,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #629fda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #629fda; -webkit-box-shadow: 1px 1px 3px 2px #629fda; box-shadow: 1px 1px 3px 2px #629fda;">
Div content here</div>
This div box has shadow with color #629fda
Comments
No comments written yet.
Please login to write comment.