Color spaces of #3edafa
RGB | 62 | 218 | 250 |
---|---|---|---|
HSL | 0.53 | 0.95 | 0.61 |
HSV | 190° | 75° | 98° |
CMYK | 0.75 | 0.13 | 0.00 0.02 |
XYZ | 44.3133 | 58.0691 | 99.3154 |
Yxy | 58.0691 | 0.2197 | 0.2879 |
Hunter Lab | 76.2031 | -29.5548 | -23.9304 |
CIE-Lab | 80.7772 | -29.4376 | -27.1043 |
#3edafa color RGB value is (62,218,250).
#3edafa hex color red value is 62, green value is 218 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #3edafa hue: 0.53 , saturation: 0.95 and the lightness value of 3edafa is 0.61.
The process color (four color CMYK) of #3edafa color hex is 0.75, 0.13, 0.00, 0.02. Web safe color of #3edafa is #33ccff. Color #3edafa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111110 | 11011010 | 11111010 |
Octal | 76 | 332 | 372 |
Decimal | 62 | 218 | 250 |
Hex | 3E | DA | FA |
Shades of #3edafa
Tints of #3edafa
RGB Percentages of Color #3edafa
CMYK Percentages of Color #3edafa
Complementary Color
#3edafa | #fa5e3e |
#3edafa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3edafa Color Preview on White Background
Lorem ipsum dolor sit amet.
#3edafa Color CSS Codes
.mybgcolor {background-color:#3edafa; } .myforecolor {color:#3edafa; } .mybordercolor {border:3px solid #3edafa; }
#3edafa Text Font Color
<p style="color:#3edafa">Text here</p>
This sample text font color is #3edafa
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.
#3edafa Background Color
<div style="background-color:#3edafa">
Div content here</div>
This div background color is #3edafa
#3edafa Border Color
<div style="border:3px solid #3edafa">
Div here</div>
This div border color is #3edafa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(62,218,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3edafa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3edafa; -webkit-box-shadow: 1px 1px 3px 2px #3edafa; box-shadow: 1px 1px 3px 2px #3edafa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(62,218,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3edafa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3edafa; -webkit-box-shadow: 1px 1px 3px 2px #3edafa; box-shadow: 1px 1px 3px 2px #3edafa;">
Div content here</div>
This div box has shadow with color #3edafa
Comments
No comments written yet.
Please login to write comment.