Color spaces of #428dca
RGB | 66 | 141 | 202 |
---|---|---|---|
HSL | 0.57 | 0.56 | 0.53 |
HSV | 207° | 67° | 79° |
CMYK | 0.67 | 0.30 | 0.00 0.21 |
XYZ | 22.4323 | 24.4723 | 59.4184 |
Yxy | 24.4723 | 0.2110 | 0.2302 |
Hunter Lab | 49.4695 | -5.6295 | -36.5853 |
CIE-Lab | 56.5576 | -3.7554 | -38.3377 |
#428dca color RGB value is (66,141,202).
#428dca hex color red value is 66, green value is 141 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #428dca hue: 0.57 , saturation: 0.56 and the lightness value of 428dca is 0.53.
The process color (four color CMYK) of #428dca color hex is 0.67, 0.30, 0.00, 0.21. Web safe color of #428dca is #3399cc. Color #428dca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 10001101 | 11001010 |
Octal | 102 | 215 | 312 |
Decimal | 66 | 141 | 202 |
Hex | 42 | 8D | CA |
Shades of #428dca
Tints of #428dca
RGB Percentages of Color #428dca
CMYK Percentages of Color #428dca
Complementary Color
#428dca | #ca7f42 |
#428dca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#428dca Color Preview on White Background
Lorem ipsum dolor sit amet.
#428dca Color CSS Codes
.mybgcolor {background-color:#428dca; } .myforecolor {color:#428dca; } .mybordercolor {border:3px solid #428dca; }
#428dca Text Font Color
<p style="color:#428dca">Text here</p>
This sample text font color is #428dca
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.
#428dca Background Color
<div style="background-color:#428dca">
Div content here</div>
This div background color is #428dca
#428dca Border Color
<div style="border:3px solid #428dca">
Div here</div>
This div border color is #428dca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,141,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #428dca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #428dca; -webkit-box-shadow: 1px 1px 3px 2px #428dca; box-shadow: 1px 1px 3px 2px #428dca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,141,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #428dca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #428dca; -webkit-box-shadow: 1px 1px 3px 2px #428dca; box-shadow: 1px 1px 3px 2px #428dca;">
Div content here</div>
This div box has shadow with color #428dca
Comments
No comments written yet.
Please login to write comment.