Color spaces of #428eaa
RGB | 66 | 142 | 170 |
---|---|---|---|
HSL | 0.54 | 0.44 | 0.46 |
HSV | 196° | 61° | 67° |
CMYK | 0.61 | 0.16 | 0.00 0.33 |
XYZ | 19.1755 | 23.4065 | 41.5375 |
Yxy | 23.4065 | 0.2280 | 0.2783 |
Hunter Lab | 48.3803 | -13.9171 | -17.0380 |
CIE-Lab | 55.4886 | -14.8896 | -21.7957 |
#428eaa color RGB value is (66,142,170).
#428eaa hex color red value is 66, green value is 142 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #428eaa hue: 0.54 , saturation: 0.44 and the lightness value of 428eaa is 0.46.
The process color (four color CMYK) of #428eaa color hex is 0.61, 0.16, 0.00, 0.33. Web safe color of #428eaa is #339999. Color #428eaa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 10001110 | 10101010 |
Octal | 102 | 216 | 252 |
Decimal | 66 | 142 | 170 |
Hex | 42 | 8E | AA |
Shades of #428eaa
Tints of #428eaa
RGB Percentages of Color #428eaa
CMYK Percentages of Color #428eaa
Complementary Color
#428eaa | #aa5e42 |
#428eaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#428eaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#428eaa Color CSS Codes
.mybgcolor {background-color:#428eaa; } .myforecolor {color:#428eaa; } .mybordercolor {border:3px solid #428eaa; }
#428eaa Text Font Color
<p style="color:#428eaa">Text here</p>
This sample text font color is #428eaa
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.
#428eaa Background Color
<div style="background-color:#428eaa">
Div content here</div>
This div background color is #428eaa
#428eaa Border Color
<div style="border:3px solid #428eaa">
Div here</div>
This div border color is #428eaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,142,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #428eaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #428eaa; -webkit-box-shadow: 1px 1px 3px 2px #428eaa; box-shadow: 1px 1px 3px 2px #428eaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,142,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #428eaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #428eaa; -webkit-box-shadow: 1px 1px 3px 2px #428eaa; box-shadow: 1px 1px 3px 2px #428eaa;">
Div content here</div>
This div box has shadow with color #428eaa
Comments
No comments written yet.
Please login to write comment.