Color spaces of #3fefde
RGB | 63 | 239 | 222 |
---|---|---|---|
HSL | 0.48 | 0.85 | 0.59 |
HSV | 174° | 74° | 94° |
CMYK | 0.74 | 0.00 | 0.07 0.06 |
XYZ | 46.1012 | 68.0637 | 79.8151 |
Yxy | 68.0637 | 0.2377 | 0.3509 |
Hunter Lab | 82.5007 | -44.6309 | 0.3906 |
CIE-Lab | 86.0383 | -46.9691 | -4.4034 |
#3fefde color RGB value is (63,239,222).
#3fefde hex color red value is 63, green value is 239 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #3fefde hue: 0.48 , saturation: 0.85 and the lightness value of 3fefde is 0.59.
The process color (four color CMYK) of #3fefde color hex is 0.74, 0.00, 0.07, 0.06. Web safe color of #3fefde is #33ffcc. Color #3fefde contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111111 | 11101111 | 11011110 |
Octal | 77 | 357 | 336 |
Decimal | 63 | 239 | 222 |
Hex | 3F | EF | DE |
Shades of #3fefde
Tints of #3fefde
RGB Percentages of Color #3fefde
CMYK Percentages of Color #3fefde
Complementary Color
#3fefde | #ef3f50 |
#3fefde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3fefde Color Preview on White Background
Lorem ipsum dolor sit amet.
#3fefde Color CSS Codes
.mybgcolor {background-color:#3fefde; } .myforecolor {color:#3fefde; } .mybordercolor {border:3px solid #3fefde; }
#3fefde Text Font Color
<p style="color:#3fefde">Text here</p>
This sample text font color is #3fefde
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.
#3fefde Background Color
<div style="background-color:#3fefde">
Div content here</div>
This div background color is #3fefde
#3fefde Border Color
<div style="border:3px solid #3fefde">
Div here</div>
This div border color is #3fefde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(63,239,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3fefde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3fefde; -webkit-box-shadow: 1px 1px 3px 2px #3fefde; box-shadow: 1px 1px 3px 2px #3fefde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(63,239,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3fefde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3fefde; -webkit-box-shadow: 1px 1px 3px 2px #3fefde; box-shadow: 1px 1px 3px 2px #3fefde;">
Div content here</div>
This div box has shadow with color #3fefde
Comments
No comments written yet.
Please login to write comment.