Color spaces of #65afea
RGB | 101 | 175 | 234 |
---|---|---|---|
HSL | 0.57 | 0.76 | 0.66 |
HSV | 207° | 57° | 92° |
CMYK | 0.57 | 0.25 | 0.00 0.08 |
XYZ | 35.5481 | 39.3672 | 83.5669 |
Yxy | 39.3672 | 0.2243 | 0.2484 |
Hunter Lab | 62.7433 | -8.6690 | -35.0472 |
CIE-Lab | 69.0164 | -6.2067 | -36.5339 |
#65afea color RGB value is (101,175,234).
#65afea hex color red value is 101, green value is 175 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #65afea hue: 0.57 , saturation: 0.76 and the lightness value of 65afea is 0.66.
The process color (four color CMYK) of #65afea color hex is 0.57, 0.25, 0.00, 0.08. Web safe color of #65afea is #6699ff. Color #65afea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 10101111 | 11101010 |
Octal | 145 | 257 | 352 |
Decimal | 101 | 175 | 234 |
Hex | 65 | AF | EA |
Shades of #65afea
Tints of #65afea
RGB Percentages of Color #65afea
CMYK Percentages of Color #65afea
Complementary Color
#65afea | #eaa065 |
#65afea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#65afea Color Preview on White Background
Lorem ipsum dolor sit amet.
#65afea Color CSS Codes
.mybgcolor {background-color:#65afea; } .myforecolor {color:#65afea; } .mybordercolor {border:3px solid #65afea; }
#65afea Text Font Color
<p style="color:#65afea">Text here</p>
This sample text font color is #65afea
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.
#65afea Background Color
<div style="background-color:#65afea">
Div content here</div>
This div background color is #65afea
#65afea Border Color
<div style="border:3px solid #65afea">
Div here</div>
This div border color is #65afea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,175,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #65afea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #65afea; -webkit-box-shadow: 1px 1px 3px 2px #65afea; box-shadow: 1px 1px 3px 2px #65afea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,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 #65afea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #65afea; -webkit-box-shadow: 1px 1px 3px 2px #65afea; box-shadow: 1px 1px 3px 2px #65afea;">
Div content here</div>
This div box has shadow with color #65afea
Comments
No comments written yet.
Please login to write comment.