Color spaces of #73edfd
RGB | 115 | 237 | 253 |
---|---|---|---|
HSL | 0.52 | 0.97 | 0.72 |
HSV | 187° | 55° | 99° |
CMYK | 0.55 | 0.06 | 0.00 0.01 |
XYZ | 55.0840 | 71.3051 | 103.7885 |
Yxy | 71.3051 | 0.2393 | 0.3098 |
Hunter Lab | 84.4423 | -31.3338 | -13.7640 |
CIE-Lab | 87.6330 | -29.8256 | -18.1532 |
#73edfd color RGB value is (115,237,253).
#73edfd hex color red value is 115, green value is 237 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #73edfd hue: 0.52 , saturation: 0.97 and the lightness value of 73edfd is 0.72.
The process color (four color CMYK) of #73edfd color hex is 0.55, 0.06, 0.00, 0.01. Web safe color of #73edfd is #66ffff. Color #73edfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 11101101 | 11111101 |
Octal | 163 | 355 | 375 |
Decimal | 115 | 237 | 253 |
Hex | 73 | ED | FD |
Shades of #73edfd
Tints of #73edfd
RGB Percentages of Color #73edfd
CMYK Percentages of Color #73edfd
Complementary Color
#73edfd | #fd8373 |
#73edfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#73edfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#73edfd Color CSS Codes
.mybgcolor {background-color:#73edfd; } .myforecolor {color:#73edfd; } .mybordercolor {border:3px solid #73edfd; }
#73edfd Text Font Color
<p style="color:#73edfd">Text here</p>
This sample text font color is #73edfd
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.
#73edfd Background Color
<div style="background-color:#73edfd">
Div content here</div>
This div background color is #73edfd
#73edfd Border Color
<div style="border:3px solid #73edfd">
Div here</div>
This div border color is #73edfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,237,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #73edfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #73edfd; -webkit-box-shadow: 1px 1px 3px 2px #73edfd; box-shadow: 1px 1px 3px 2px #73edfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,237,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #73edfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #73edfd; -webkit-box-shadow: 1px 1px 3px 2px #73edfd; box-shadow: 1px 1px 3px 2px #73edfd;">
Div content here</div>
This div box has shadow with color #73edfd
Comments
No comments written yet.
Please login to write comment.