Color spaces of #056ceb
RGB | 5 | 108 | 235 |
---|---|---|---|
HSL | 0.59 | 0.96 | 0.47 |
HSV | 213° | 98° | 92° |
CMYK | 0.98 | 0.54 | 0.00 0.08 |
XYZ | 20.4205 | 16.7555 | 80.7551 |
Yxy | 16.7555 | 0.1732 | 0.1421 |
Hunter Lab | 40.9335 | 17.4148 | -88.3161 |
CIE-Lab | 47.9505 | 23.8163 | -70.7773 |
#056ceb color RGB value is (5,108,235).
#056ceb hex color red value is 5, green value is 108 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #056ceb hue: 0.59 , saturation: 0.96 and the lightness value of 056ceb is 0.47.
The process color (four color CMYK) of #056ceb color hex is 0.98, 0.54, 0.00, 0.08. Web safe color of #056ceb is #0066ff. Color #056ceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000101 | 01101100 | 11101011 |
Octal | 5 | 154 | 353 |
Decimal | 5 | 108 | 235 |
Hex | 5 | 6C | EB |
Shades of #056ceb
Tints of #056ceb
RGB Percentages of Color #056ceb
CMYK Percentages of Color #056ceb
Complementary Color
#056ceb | #eb8405 |
#056ceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#056ceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#056ceb Color CSS Codes
.mybgcolor {background-color:#056ceb; } .myforecolor {color:#056ceb; } .mybordercolor {border:3px solid #056ceb; }
#056ceb Text Font Color
<p style="color:#056ceb">Text here</p>
This sample text font color is #056ceb
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.
#056ceb Background Color
<div style="background-color:#056ceb">
Div content here</div>
This div background color is #056ceb
#056ceb Border Color
<div style="border:3px solid #056ceb">
Div here</div>
This div border color is #056ceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(5,108,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #056ceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #056ceb; -webkit-box-shadow: 1px 1px 3px 2px #056ceb; box-shadow: 1px 1px 3px 2px #056ceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(5,108,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #056ceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #056ceb; -webkit-box-shadow: 1px 1px 3px 2px #056ceb; box-shadow: 1px 1px 3px 2px #056ceb;">
Div content here</div>
This div box has shadow with color #056ceb
Comments
No comments written yet.
Please login to write comment.