Color spaces of #73dffe
RGB | 115 | 223 | 254 |
---|---|---|---|
HSL | 0.54 | 0.99 | 0.72 |
HSV | 193° | 55° | 100° |
CMYK | 0.55 | 0.12 | 0.00 0.00 |
XYZ | 51.3473 | 63.5759 | 103.3310 |
Yxy | 63.5759 | 0.2353 | 0.2913 |
Hunter Lab | 79.7345 | -24.5852 | -21.0220 |
CIE-Lab | 83.7445 | -22.7125 | -24.5679 |
#73dffe color RGB value is (115,223,254).
#73dffe hex color red value is 115, green value is 223 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #73dffe hue: 0.54 , saturation: 0.99 and the lightness value of 73dffe is 0.72.
The process color (four color CMYK) of #73dffe color hex is 0.55, 0.12, 0.00, 0.00. Web safe color of #73dffe is #66ccff. Color #73dffe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 11011111 | 11111110 |
Octal | 163 | 337 | 376 |
Decimal | 115 | 223 | 254 |
Hex | 73 | DF | FE |
Shades of #73dffe
Tints of #73dffe
RGB Percentages of Color #73dffe
CMYK Percentages of Color #73dffe
Complementary Color
#73dffe | #fe9273 |
#73dffe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#73dffe Color Preview on White Background
Lorem ipsum dolor sit amet.
#73dffe Color CSS Codes
.mybgcolor {background-color:#73dffe; } .myforecolor {color:#73dffe; } .mybordercolor {border:3px solid #73dffe; }
#73dffe Text Font Color
<p style="color:#73dffe">Text here</p>
This sample text font color is #73dffe
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.
#73dffe Background Color
<div style="background-color:#73dffe">
Div content here</div>
This div background color is #73dffe
#73dffe Border Color
<div style="border:3px solid #73dffe">
Div here</div>
This div border color is #73dffe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,223,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #73dffe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #73dffe; -webkit-box-shadow: 1px 1px 3px 2px #73dffe; box-shadow: 1px 1px 3px 2px #73dffe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,223,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 #73dffe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #73dffe; -webkit-box-shadow: 1px 1px 3px 2px #73dffe; box-shadow: 1px 1px 3px 2px #73dffe;">
Div content here</div>
This div box has shadow with color #73dffe
Comments
No comments written yet.
Please login to write comment.