Color spaces of #65feea
RGB | 101 | 254 | 234 |
---|---|---|---|
HSL | 0.48 | 0.99 | 0.70 |
HSV | 172° | 60° | 100° |
CMYK | 0.60 | 0.00 | 0.08 0.00 |
XYZ | 55.6599 | 79.5908 | 90.2709 |
Yxy | 79.5908 | 0.2468 | 0.3529 |
Hunter Lab | 89.2137 | -44.7588 | 2.4570 |
CIE-Lab | 91.5009 | -45.0499 | -2.5387 |
#65feea color RGB value is (101,254,234).
#65feea hex color red value is 101, green value is 254 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #65feea hue: 0.48 , saturation: 0.99 and the lightness value of 65feea is 0.70.
The process color (four color CMYK) of #65feea color hex is 0.60, 0.00, 0.08, 0.00. Web safe color of #65feea is #66ffff. Color #65feea contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 11111110 | 11101010 |
Octal | 145 | 376 | 352 |
Decimal | 101 | 254 | 234 |
Hex | 65 | FE | EA |
Shades of #65feea
Tints of #65feea
RGB Percentages of Color #65feea
CMYK Percentages of Color #65feea
Complementary Color
#65feea | #fe6579 |
#65feea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#65feea Color Preview on White Background
Lorem ipsum dolor sit amet.
#65feea Color CSS Codes
.mybgcolor {background-color:#65feea; } .myforecolor {color:#65feea; } .mybordercolor {border:3px solid #65feea; }
#65feea Text Font Color
<p style="color:#65feea">Text here</p>
This sample text font color is #65feea
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.
#65feea Background Color
<div style="background-color:#65feea">
Div content here</div>
This div background color is #65feea
#65feea Border Color
<div style="border:3px solid #65feea">
Div here</div>
This div border color is #65feea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,254,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #65feea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #65feea; -webkit-box-shadow: 1px 1px 3px 2px #65feea; box-shadow: 1px 1px 3px 2px #65feea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,254,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 #65feea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #65feea; -webkit-box-shadow: 1px 1px 3px 2px #65feea; box-shadow: 1px 1px 3px 2px #65feea;">
Div content here</div>
This div box has shadow with color #65feea
Comments
No comments written yet.
Please login to write comment.