Color spaces of #62fae4
RGB | 98 | 250 | 228 |
---|---|---|---|
HSL | 0.48 | 0.94 | 0.68 |
HSV | 171° | 61° | 98° |
CMYK | 0.61 | 0.00 | 0.09 0.02 |
XYZ | 53.2262 | 76.5693 | 85.3728 |
Yxy | 76.5693 | 0.2474 | 0.3559 |
Hunter Lab | 87.5039 | -44.5552 | 3.4067 |
CIE-Lab | 90.1230 | -45.2985 | -1.4529 |
#62fae4 color RGB value is (98,250,228).
#62fae4 hex color red value is 98, green value is 250 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #62fae4 hue: 0.48 , saturation: 0.94 and the lightness value of 62fae4 is 0.68.
The process color (four color CMYK) of #62fae4 color hex is 0.61, 0.00, 0.09, 0.02. Web safe color of #62fae4 is #66ffcc. Color #62fae4 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100010 | 11111010 | 11100100 |
Octal | 142 | 372 | 344 |
Decimal | 98 | 250 | 228 |
Hex | 62 | FA | E4 |
Shades of #62fae4
Tints of #62fae4
RGB Percentages of Color #62fae4
CMYK Percentages of Color #62fae4
Complementary Color
#62fae4 | #fa6278 |
#62fae4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#62fae4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#62fae4 Color CSS Codes
.mybgcolor {background-color:#62fae4; } .myforecolor {color:#62fae4; } .mybordercolor {border:3px solid #62fae4; }
#62fae4 Text Font Color
<p style="color:#62fae4">Text here</p>
This sample text font color is #62fae4
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.
#62fae4 Background Color
<div style="background-color:#62fae4">
Div content here</div>
This div background color is #62fae4
#62fae4 Border Color
<div style="border:3px solid #62fae4">
Div here</div>
This div border color is #62fae4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(98,250,228, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #62fae4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #62fae4; -webkit-box-shadow: 1px 1px 3px 2px #62fae4; box-shadow: 1px 1px 3px 2px #62fae4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(98,250,228, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #62fae4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #62fae4; -webkit-box-shadow: 1px 1px 3px 2px #62fae4; box-shadow: 1px 1px 3px 2px #62fae4;">
Div content here</div>
This div box has shadow with color #62fae4
Comments
No comments written yet.
Please login to write comment.