Color spaces of #05acfe
RGB | 5 | 172 | 254 |
---|---|---|---|
HSL | 0.55 | 0.99 | 0.51 |
HSV | 200° | 98° | 100° |
CMYK | 0.98 | 0.32 | 0.00 0.00 |
XYZ | 32.7045 | 36.6931 | 99.1247 |
Yxy | 36.6931 | 0.1941 | 0.2177 |
Hunter Lab | 60.5748 | -9.6334 | -54.6198 |
CIE-Lab | 67.0461 | -7.5879 | -50.6543 |
#05acfe color RGB value is (5,172,254).
#05acfe hex color red value is 5, green value is 172 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #05acfe hue: 0.55 , saturation: 0.99 and the lightness value of 05acfe is 0.51.
The process color (four color CMYK) of #05acfe color hex is 0.98, 0.32, 0.00, 0.00. Web safe color of #05acfe is #0099ff. Color #05acfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000101 | 10101100 | 11111110 |
Octal | 5 | 254 | 376 |
Decimal | 5 | 172 | 254 |
Hex | 5 | AC | FE |
Shades of #05acfe
Tints of #05acfe
RGB Percentages of Color #05acfe
CMYK Percentages of Color #05acfe
Complementary Color
#05acfe | #fe5705 |
#05acfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#05acfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#05acfe Color CSS Codes
.mybgcolor {background-color:#05acfe; } .myforecolor {color:#05acfe; } .mybordercolor {border:3px solid #05acfe; }
#05acfe Text Font Color
<p style="color:#05acfe">Text here</p>
This sample text font color is #05acfe
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.
#05acfe Background Color
<div style="background-color:#05acfe">
Div content here</div>
This div background color is #05acfe
#05acfe Border Color
<div style="border:3px solid #05acfe">
Div here</div>
This div border color is #05acfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(5,172,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #05acfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #05acfe; -webkit-box-shadow: 1px 1px 3px 2px #05acfe; box-shadow: 1px 1px 3px 2px #05acfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(5,172,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #05acfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #05acfe; -webkit-box-shadow: 1px 1px 3px 2px #05acfe; box-shadow: 1px 1px 3px 2px #05acfe;">
Div content here</div>
This div box has shadow with color #05acfe
Comments
No comments written yet.
Please login to write comment.