Color spaces of #73afea
RGB | 115 | 175 | 234 |
---|---|---|---|
HSL | 0.58 | 0.74 | 0.68 |
HSV | 210° | 51° | 92° |
CMYK | 0.51 | 0.25 | 0.00 0.08 |
XYZ | 37.2515 | 40.2453 | 83.6467 |
Yxy | 40.2453 | 0.2312 | 0.2497 |
Hunter Lab | 63.4392 | -6.2033 | -33.7684 |
CIE-Lab | 69.6439 | -3.2468 | -35.5103 |
#73afea color RGB value is (115,175,234).
#73afea hex color red value is 115, green value is 175 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #73afea hue: 0.58 , saturation: 0.74 and the lightness value of 73afea is 0.68.
The process color (four color CMYK) of #73afea color hex is 0.51, 0.25, 0.00, 0.08. Web safe color of #73afea is #6699ff. Color #73afea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 10101111 | 11101010 |
Octal | 163 | 257 | 352 |
Decimal | 115 | 175 | 234 |
Hex | 73 | AF | EA |
Shades of #73afea
Tints of #73afea
RGB Percentages of Color #73afea
CMYK Percentages of Color #73afea
Complementary Color
#73afea | #eaae73 |
#73afea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#73afea Color Preview on White Background
Lorem ipsum dolor sit amet.
#73afea Color CSS Codes
.mybgcolor {background-color:#73afea; } .myforecolor {color:#73afea; } .mybordercolor {border:3px solid #73afea; }
#73afea Text Font Color
<p style="color:#73afea">Text here</p>
This sample text font color is #73afea
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.
#73afea Background Color
<div style="background-color:#73afea">
Div content here</div>
This div background color is #73afea
#73afea Border Color
<div style="border:3px solid #73afea">
Div here</div>
This div border color is #73afea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,175,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #73afea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #73afea; -webkit-box-shadow: 1px 1px 3px 2px #73afea; box-shadow: 1px 1px 3px 2px #73afea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,175,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #73afea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #73afea; -webkit-box-shadow: 1px 1px 3px 2px #73afea; box-shadow: 1px 1px 3px 2px #73afea;">
Div content here</div>
This div box has shadow with color #73afea
Comments
No comments written yet.
Please login to write comment.