Color spaces of #05afce
RGB | 5 | 175 | 206 |
---|---|---|---|
HSL | 0.53 | 0.95 | 0.41 |
HSV | 189° | 98° | 81° |
CMYK | 0.98 | 0.15 | 0.00 0.19 |
XYZ | 26.5331 | 35.1484 | 63.7784 |
Yxy | 35.1484 | 0.2115 | 0.2802 |
Hunter Lab | 59.2861 | -23.8641 | -22.2824 |
CIE-Lab | 65.8640 | -26.0840 | -26.1956 |
#05afce color RGB value is (5,175,206).
#05afce hex color red value is 5, green value is 175 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #05afce hue: 0.53 , saturation: 0.95 and the lightness value of 05afce is 0.41.
The process color (four color CMYK) of #05afce color hex is 0.98, 0.15, 0.00, 0.19. Web safe color of #05afce is #0099cc. Color #05afce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000101 | 10101111 | 11001110 |
Octal | 5 | 257 | 316 |
Decimal | 5 | 175 | 206 |
Hex | 5 | AF | CE |
Shades of #05afce
Tints of #05afce
RGB Percentages of Color #05afce
CMYK Percentages of Color #05afce
Complementary Color
#05afce | #ce2405 |
#05afce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#05afce Color Preview on White Background
Lorem ipsum dolor sit amet.
#05afce Color CSS Codes
.mybgcolor {background-color:#05afce; } .myforecolor {color:#05afce; } .mybordercolor {border:3px solid #05afce; }
#05afce Text Font Color
<p style="color:#05afce">Text here</p>
This sample text font color is #05afce
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.
#05afce Background Color
<div style="background-color:#05afce">
Div content here</div>
This div background color is #05afce
#05afce Border Color
<div style="border:3px solid #05afce">
Div here</div>
This div border color is #05afce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(5,175,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #05afce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #05afce; -webkit-box-shadow: 1px 1px 3px 2px #05afce; box-shadow: 1px 1px 3px 2px #05afce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(5,175,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #05afce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #05afce; -webkit-box-shadow: 1px 1px 3px 2px #05afce; box-shadow: 1px 1px 3px 2px #05afce;">
Div content here</div>
This div box has shadow with color #05afce
Comments
No comments written yet.
Please login to write comment.