Color spaces of #5fd0fe
RGB | 95 | 208 | 254 |
---|---|---|---|
HSL | 0.55 | 0.99 | 0.68 |
HSV | 197° | 63° | 100° |
CMYK | 0.63 | 0.18 | 0.00 0.00 |
XYZ | 45.1646 | 54.7004 | 101.9437 |
Yxy | 54.7004 | 0.2238 | 0.2711 |
Hunter Lab | 73.9597 | -20.4258 | -29.9516 |
CIE-Lab | 78.8684 | -18.7430 | -32.0914 |
#5fd0fe color RGB value is (95,208,254).
#5fd0fe hex color red value is 95, green value is 208 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #5fd0fe hue: 0.55 , saturation: 0.99 and the lightness value of 5fd0fe is 0.68.
The process color (four color CMYK) of #5fd0fe color hex is 0.63, 0.18, 0.00, 0.00. Web safe color of #5fd0fe is #66ccff. Color #5fd0fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011111 | 11010000 | 11111110 |
Octal | 137 | 320 | 376 |
Decimal | 95 | 208 | 254 |
Hex | 5F | D0 | FE |
Shades of #5fd0fe
Tints of #5fd0fe
RGB Percentages of Color #5fd0fe
CMYK Percentages of Color #5fd0fe
Complementary Color
#5fd0fe | #fe8d5f |
#5fd0fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5fd0fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#5fd0fe Color CSS Codes
.mybgcolor {background-color:#5fd0fe; } .myforecolor {color:#5fd0fe; } .mybordercolor {border:3px solid #5fd0fe; }
#5fd0fe Text Font Color
<p style="color:#5fd0fe">Text here</p>
This sample text font color is #5fd0fe
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.
#5fd0fe Background Color
<div style="background-color:#5fd0fe">
Div content here</div>
This div background color is #5fd0fe
#5fd0fe Border Color
<div style="border:3px solid #5fd0fe">
Div here</div>
This div border color is #5fd0fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(95,208,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5fd0fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5fd0fe; -webkit-box-shadow: 1px 1px 3px 2px #5fd0fe; box-shadow: 1px 1px 3px 2px #5fd0fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(95,208,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 #5fd0fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5fd0fe; -webkit-box-shadow: 1px 1px 3px 2px #5fd0fe; box-shadow: 1px 1px 3px 2px #5fd0fe;">
Div content here</div>
This div box has shadow with color #5fd0fe
Comments
No comments written yet.
Please login to write comment.