Color spaces of #3efffd
RGB | 62 | 255 | 253 |
---|---|---|---|
HSL | 0.50 | 1.00 | 0.62 |
HSV | 179° | 76° | 100° |
CMYK | 0.76 | 0.00 | 0.01 0.00 |
XYZ | 55.4762 | 79.6360 | 105.3759 |
Yxy | 79.6360 | 0.2307 | 0.3311 |
Hunter Lab | 89.2390 | -45.2022 | -7.5440 |
CIE-Lab | 91.5213 | -45.5984 | -12.4477 |
#3efffd color RGB value is (62,255,253).
#3efffd hex color red value is 62, green value is 255 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #3efffd hue: 0.50 , saturation: 1.00 and the lightness value of 3efffd is 0.62.
The process color (four color CMYK) of #3efffd color hex is 0.76, 0.00, 0.01, 0.00. Web safe color of #3efffd is #33ffff. Color #3efffd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111110 | 11111111 | 11111101 |
Octal | 76 | 377 | 375 |
Decimal | 62 | 255 | 253 |
Hex | 3E | FF | FD |
Shades of #3efffd
Tints of #3efffd
RGB Percentages of Color #3efffd
CMYK Percentages of Color #3efffd
Complementary Color
#3efffd | #ff3e40 |
#3efffd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3efffd Color Preview on White Background
Lorem ipsum dolor sit amet.
#3efffd Color CSS Codes
.mybgcolor {background-color:#3efffd; } .myforecolor {color:#3efffd; } .mybordercolor {border:3px solid #3efffd; }
#3efffd Text Font Color
<p style="color:#3efffd">Text here</p>
This sample text font color is #3efffd
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.
#3efffd Background Color
<div style="background-color:#3efffd">
Div content here</div>
This div background color is #3efffd
#3efffd Border Color
<div style="border:3px solid #3efffd">
Div here</div>
This div border color is #3efffd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(62,255,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3efffd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3efffd; -webkit-box-shadow: 1px 1px 3px 2px #3efffd; box-shadow: 1px 1px 3px 2px #3efffd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(62,255,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3efffd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3efffd; -webkit-box-shadow: 1px 1px 3px 2px #3efffd; box-shadow: 1px 1px 3px 2px #3efffd;">
Div content here</div>
This div box has shadow with color #3efffd
Comments
No comments written yet.
Please login to write comment.