Color spaces of #73bdee
RGB | 115 | 189 | 238 |
---|---|---|---|
HSL | 0.57 | 0.78 | 0.69 |
HSV | 204° | 52° | 93° |
CMYK | 0.52 | 0.21 | 0.00 0.07 |
XYZ | 40.7004 | 46.2131 | 87.6638 |
Yxy | 46.2131 | 0.2331 | 0.2647 |
Hunter Lab | 67.9802 | -12.0957 | -28.8712 |
CIE-Lab | 73.6836 | -9.6985 | -31.4318 |
#73bdee color RGB value is (115,189,238).
#73bdee hex color red value is 115, green value is 189 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #73bdee hue: 0.57 , saturation: 0.78 and the lightness value of 73bdee is 0.69.
The process color (four color CMYK) of #73bdee color hex is 0.52, 0.21, 0.00, 0.07. Web safe color of #73bdee is #66ccff. Color #73bdee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 10111101 | 11101110 |
Octal | 163 | 275 | 356 |
Decimal | 115 | 189 | 238 |
Hex | 73 | BD | EE |
Shades of #73bdee
Tints of #73bdee
RGB Percentages of Color #73bdee
CMYK Percentages of Color #73bdee
Complementary Color
#73bdee | #eea473 |
#73bdee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#73bdee Color Preview on White Background
Lorem ipsum dolor sit amet.
#73bdee Color CSS Codes
.mybgcolor {background-color:#73bdee; } .myforecolor {color:#73bdee; } .mybordercolor {border:3px solid #73bdee; }
#73bdee Text Font Color
<p style="color:#73bdee">Text here</p>
This sample text font color is #73bdee
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.
#73bdee Background Color
<div style="background-color:#73bdee">
Div content here</div>
This div background color is #73bdee
#73bdee Border Color
<div style="border:3px solid #73bdee">
Div here</div>
This div border color is #73bdee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,189,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #73bdee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #73bdee; -webkit-box-shadow: 1px 1px 3px 2px #73bdee; box-shadow: 1px 1px 3px 2px #73bdee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,189,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #73bdee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #73bdee; -webkit-box-shadow: 1px 1px 3px 2px #73bdee; box-shadow: 1px 1px 3px 2px #73bdee;">
Div content here</div>
This div box has shadow with color #73bdee
Comments
No comments written yet.
Please login to write comment.