Color spaces of #054ded
RGB | 5 | 77 | 237 |
---|---|---|---|
HSL | 0.61 | 0.96 | 0.47 |
HSV | 221° | 98° | 93° |
CMYK | 0.98 | 0.68 | 0.00 0.07 |
XYZ | 18.0025 | 11.4544 | 81.3829 |
Yxy | 11.4544 | 0.1624 | 0.1033 |
Hunter Lab | 33.8443 | 35.7202 | -118.8791 |
CIE-Lab | 40.3355 | 44.3197 | -84.3745 |
#054ded color RGB value is (5,77,237).
#054ded hex color red value is 5, green value is 77 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #054ded hue: 0.61 , saturation: 0.96 and the lightness value of 054ded is 0.47.
The process color (four color CMYK) of #054ded color hex is 0.98, 0.68, 0.00, 0.07. Web safe color of #054ded is #0066ff. Color #054ded contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000101 | 01001101 | 11101101 |
Octal | 5 | 115 | 355 |
Decimal | 5 | 77 | 237 |
Hex | 5 | 4D | ED |
Shades of #054ded
Tints of #054ded
RGB Percentages of Color #054ded
CMYK Percentages of Color #054ded
Complementary Color
#054ded | #eda505 |
#054ded Color Preview on Black Background
Lorem ipsum dolor sit amet.
#054ded Color Preview on White Background
Lorem ipsum dolor sit amet.
#054ded Color CSS Codes
.mybgcolor {background-color:#054ded; } .myforecolor {color:#054ded; } .mybordercolor {border:3px solid #054ded; }
#054ded Text Font Color
<p style="color:#054ded">Text here</p>
This sample text font color is #054ded
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.
#054ded Background Color
<div style="background-color:#054ded">
Div content here</div>
This div background color is #054ded
#054ded Border Color
<div style="border:3px solid #054ded">
Div here</div>
This div border color is #054ded
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(5,77,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #054ded; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #054ded; -webkit-box-shadow: 1px 1px 3px 2px #054ded; box-shadow: 1px 1px 3px 2px #054ded; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(5,77,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #054ded">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #054ded; -webkit-box-shadow: 1px 1px 3px 2px #054ded; box-shadow: 1px 1px 3px 2px #054ded;">
Div content here</div>
This div box has shadow with color #054ded
Comments
No comments written yet.
Please login to write comment.