Color spaces of #3eefcf
RGB | 62 | 239 | 207 |
---|---|---|---|
HSL | 0.47 | 0.85 | 0.59 |
HSV | 169° | 74° | 94° |
CMYK | 0.74 | 0.00 | 0.13 0.06 |
XYZ | 44.1156 | 67.2621 | 69.6892 |
Yxy | 67.2621 | 0.2436 | 0.3715 |
Hunter Lab | 82.0135 | -47.5072 | 7.0290 |
CIE-Lab | 85.6361 | -50.9588 | 2.8766 |
#3eefcf color RGB value is (62,239,207).
#3eefcf hex color red value is 62, green value is 239 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #3eefcf hue: 0.47 , saturation: 0.85 and the lightness value of 3eefcf is 0.59.
The process color (four color CMYK) of #3eefcf color hex is 0.74, 0.00, 0.13, 0.06. Web safe color of #3eefcf is #33ffcc. Color #3eefcf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111110 | 11101111 | 11001111 |
Octal | 76 | 357 | 317 |
Decimal | 62 | 239 | 207 |
Hex | 3E | EF | CF |
Shades of #3eefcf
Tints of #3eefcf
RGB Percentages of Color #3eefcf
CMYK Percentages of Color #3eefcf
Complementary Color
#3eefcf | #ef3e5e |
#3eefcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3eefcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#3eefcf Color CSS Codes
.mybgcolor {background-color:#3eefcf; } .myforecolor {color:#3eefcf; } .mybordercolor {border:3px solid #3eefcf; }
#3eefcf Text Font Color
<p style="color:#3eefcf">Text here</p>
This sample text font color is #3eefcf
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.
#3eefcf Background Color
<div style="background-color:#3eefcf">
Div content here</div>
This div background color is #3eefcf
#3eefcf Border Color
<div style="border:3px solid #3eefcf">
Div here</div>
This div border color is #3eefcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(62,239,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3eefcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3eefcf; -webkit-box-shadow: 1px 1px 3px 2px #3eefcf; box-shadow: 1px 1px 3px 2px #3eefcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(62,239,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3eefcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3eefcf; -webkit-box-shadow: 1px 1px 3px 2px #3eefcf; box-shadow: 1px 1px 3px 2px #3eefcf;">
Div content here</div>
This div box has shadow with color #3eefcf
Comments
No comments written yet.
Please login to write comment.