Color spaces of #629cbd
RGB | 98 | 156 | 189 |
---|---|---|---|
HSL | 0.56 | 0.41 | 0.56 |
HSV | 202° | 48° | 74° |
CMYK | 0.48 | 0.17 | 0.00 0.26 |
XYZ | 26.1108 | 30.0477 | 52.5677 |
Yxy | 30.0477 | 0.2402 | 0.2764 |
Hunter Lab | 54.8158 | -10.9014 | -18.4874 |
CIE-Lab | 61.6954 | -9.8584 | -22.9401 |
#629cbd color RGB value is (98,156,189).
#629cbd hex color red value is 98, green value is 156 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #629cbd hue: 0.56 , saturation: 0.41 and the lightness value of 629cbd is 0.56.
The process color (four color CMYK) of #629cbd color hex is 0.48, 0.17, 0.00, 0.26. Web safe color of #629cbd is #6699cc. Color #629cbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100010 | 10011100 | 10111101 |
Octal | 142 | 234 | 275 |
Decimal | 98 | 156 | 189 |
Hex | 62 | 9C | BD |
Shades of #629cbd
Tints of #629cbd
RGB Percentages of Color #629cbd
CMYK Percentages of Color #629cbd
Complementary Color
#629cbd | #bd8362 |
#629cbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#629cbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#629cbd Color CSS Codes
.mybgcolor {background-color:#629cbd; } .myforecolor {color:#629cbd; } .mybordercolor {border:3px solid #629cbd; }
#629cbd Text Font Color
<p style="color:#629cbd">Text here</p>
This sample text font color is #629cbd
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.
#629cbd Background Color
<div style="background-color:#629cbd">
Div content here</div>
This div background color is #629cbd
#629cbd Border Color
<div style="border:3px solid #629cbd">
Div here</div>
This div border color is #629cbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(98,156,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #629cbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #629cbd; -webkit-box-shadow: 1px 1px 3px 2px #629cbd; box-shadow: 1px 1px 3px 2px #629cbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(98,156,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #629cbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #629cbd; -webkit-box-shadow: 1px 1px 3px 2px #629cbd; box-shadow: 1px 1px 3px 2px #629cbd;">
Div content here</div>
This div box has shadow with color #629cbd
Comments
No comments written yet.
Please login to write comment.