Color spaces of #73bcdf
RGB | 115 | 188 | 223 |
---|---|---|---|
HSL | 0.55 | 0.63 | 0.66 |
HSV | 199° | 48° | 87° |
CMYK | 0.48 | 0.16 | 0.00 0.13 |
XYZ | 38.3727 | 44.9390 | 76.4637 |
Yxy | 44.9390 | 0.2402 | 0.2813 |
Hunter Lab | 67.0366 | -15.1380 | -20.7022 |
CIE-Lab | 72.8517 | -13.4388 | -24.5787 |
#73bcdf color RGB value is (115,188,223).
#73bcdf hex color red value is 115, green value is 188 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #73bcdf hue: 0.55 , saturation: 0.63 and the lightness value of 73bcdf is 0.66.
The process color (four color CMYK) of #73bcdf color hex is 0.48, 0.16, 0.00, 0.13. Web safe color of #73bcdf is #66cccc. Color #73bcdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 10111100 | 11011111 |
Octal | 163 | 274 | 337 |
Decimal | 115 | 188 | 223 |
Hex | 73 | BC | DF |
Shades of #73bcdf
Tints of #73bcdf
RGB Percentages of Color #73bcdf
CMYK Percentages of Color #73bcdf
Complementary Color
#73bcdf | #df9673 |
#73bcdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#73bcdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#73bcdf Color CSS Codes
.mybgcolor {background-color:#73bcdf; } .myforecolor {color:#73bcdf; } .mybordercolor {border:3px solid #73bcdf; }
#73bcdf Text Font Color
<p style="color:#73bcdf">Text here</p>
This sample text font color is #73bcdf
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.
#73bcdf Background Color
<div style="background-color:#73bcdf">
Div content here</div>
This div background color is #73bcdf
#73bcdf Border Color
<div style="border:3px solid #73bcdf">
Div here</div>
This div border color is #73bcdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,188,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #73bcdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #73bcdf; -webkit-box-shadow: 1px 1px 3px 2px #73bcdf; box-shadow: 1px 1px 3px 2px #73bcdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,188,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #73bcdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #73bcdf; -webkit-box-shadow: 1px 1px 3px 2px #73bcdf; box-shadow: 1px 1px 3px 2px #73bcdf;">
Div content here</div>
This div box has shadow with color #73bcdf
Comments
No comments written yet.
Please login to write comment.