Color spaces of #157fdc
RGB | 21 | 127 | 220 |
---|---|---|---|
HSL | 0.58 | 0.83 | 0.47 |
HSV | 208° | 90° | 86° |
CMYK | 0.90 | 0.42 | 0.00 0.14 |
XYZ | 20.8169 | 20.5055 | 70.5709 |
Yxy | 20.5055 | 0.1860 | 0.1833 |
Hunter Lab | 45.2830 | 2.8124 | -60.7019 |
CIE-Lab | 52.4040 | 6.5455 | -55.1441 |
#157fdc color RGB value is (21,127,220).
#157fdc hex color red value is 21, green value is 127 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #157fdc hue: 0.58 , saturation: 0.83 and the lightness value of 157fdc is 0.47.
The process color (four color CMYK) of #157fdc color hex is 0.90, 0.42, 0.00, 0.14. Web safe color of #157fdc is #0066cc. Color #157fdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010101 | 01111111 | 11011100 |
Octal | 25 | 177 | 334 |
Decimal | 21 | 127 | 220 |
Hex | 15 | 7F | DC |
Shades of #157fdc
Tints of #157fdc
RGB Percentages of Color #157fdc
CMYK Percentages of Color #157fdc
Complementary Color
#157fdc | #dc7215 |
#157fdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#157fdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#157fdc Color CSS Codes
.mybgcolor {background-color:#157fdc; } .myforecolor {color:#157fdc; } .mybordercolor {border:3px solid #157fdc; }
#157fdc Text Font Color
<p style="color:#157fdc">Text here</p>
This sample text font color is #157fdc
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.
#157fdc Background Color
<div style="background-color:#157fdc">
Div content here</div>
This div background color is #157fdc
#157fdc Border Color
<div style="border:3px solid #157fdc">
Div here</div>
This div border color is #157fdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(21,127,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #157fdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #157fdc; -webkit-box-shadow: 1px 1px 3px 2px #157fdc; box-shadow: 1px 1px 3px 2px #157fdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(21,127,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #157fdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #157fdc; -webkit-box-shadow: 1px 1px 3px 2px #157fdc; box-shadow: 1px 1px 3px 2px #157fdc;">
Div content here</div>
This div box has shadow with color #157fdc
Comments
No comments written yet.
Please login to write comment.