Color spaces of #628eac
RGB | 98 | 142 | 172 |
---|---|---|---|
HSL | 0.57 | 0.31 | 0.53 |
HSV | 204° | 43° | 67° |
CMYK | 0.43 | 0.17 | 0.00 0.33 |
XYZ | 22.1564 | 24.9212 | 42.6722 |
Yxy | 24.9212 | 0.2469 | 0.2777 |
Hunter Lab | 49.9211 | -8.1387 | -15.7358 |
CIE-Lab | 56.9986 | -6.9281 | -20.5013 |
#628eac color RGB value is (98,142,172).
#628eac hex color red value is 98, green value is 142 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #628eac hue: 0.57 , saturation: 0.31 and the lightness value of 628eac is 0.53.
The process color (four color CMYK) of #628eac color hex is 0.43, 0.17, 0.00, 0.33. Web safe color of #628eac is #669999. Color #628eac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100010 | 10001110 | 10101100 |
Octal | 142 | 216 | 254 |
Decimal | 98 | 142 | 172 |
Hex | 62 | 8E | AC |
Shades of #628eac
Tints of #628eac
RGB Percentages of Color #628eac
CMYK Percentages of Color #628eac
Complementary Color
#628eac | #ac8062 |
#628eac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#628eac Color Preview on White Background
Lorem ipsum dolor sit amet.
#628eac Color CSS Codes
.mybgcolor {background-color:#628eac; } .myforecolor {color:#628eac; } .mybordercolor {border:3px solid #628eac; }
#628eac Text Font Color
<p style="color:#628eac">Text here</p>
This sample text font color is #628eac
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.
#628eac Background Color
<div style="background-color:#628eac">
Div content here</div>
This div background color is #628eac
#628eac Border Color
<div style="border:3px solid #628eac">
Div here</div>
This div border color is #628eac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(98,142,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #628eac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #628eac; -webkit-box-shadow: 1px 1px 3px 2px #628eac; box-shadow: 1px 1px 3px 2px #628eac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(98,142,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #628eac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #628eac; -webkit-box-shadow: 1px 1px 3px 2px #628eac; box-shadow: 1px 1px 3px 2px #628eac;">
Div content here</div>
This div box has shadow with color #628eac
Comments
No comments written yet.
Please login to write comment.