Color spaces of #3fefee
RGB | 63 | 239 | 238 |
---|---|---|---|
HSL | 0.50 | 0.85 | 0.59 |
HSV | 180° | 74° | 94° |
CMYK | 0.74 | 0.00 | 0.00 0.06 |
XYZ | 48.3490 | 68.9628 | 91.6518 |
Yxy | 68.9628 | 0.2314 | 0.3300 |
Hunter Lab | 83.0438 | -41.4021 | -7.3050 |
CIE-Lab | 86.4856 | -42.6135 | -12.1390 |
#3fefee color RGB value is (63,239,238).
#3fefee hex color red value is 63, green value is 239 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #3fefee hue: 0.50 , saturation: 0.85 and the lightness value of 3fefee is 0.59.
The process color (four color CMYK) of #3fefee color hex is 0.74, 0.00, 0.00, 0.06. Web safe color of #3fefee is #33ffff. Color #3fefee contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111111 | 11101111 | 11101110 |
Octal | 77 | 357 | 356 |
Decimal | 63 | 239 | 238 |
Hex | 3F | EF | EE |
Shades of #3fefee
Tints of #3fefee
RGB Percentages of Color #3fefee
CMYK Percentages of Color #3fefee
Complementary Color
#3fefee | #ef3f40 |
#3fefee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3fefee Color Preview on White Background
Lorem ipsum dolor sit amet.
#3fefee Color CSS Codes
.mybgcolor {background-color:#3fefee; } .myforecolor {color:#3fefee; } .mybordercolor {border:3px solid #3fefee; }
#3fefee Text Font Color
<p style="color:#3fefee">Text here</p>
This sample text font color is #3fefee
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.
#3fefee Background Color
<div style="background-color:#3fefee">
Div content here</div>
This div background color is #3fefee
#3fefee Border Color
<div style="border:3px solid #3fefee">
Div here</div>
This div border color is #3fefee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(63,239,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3fefee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3fefee; -webkit-box-shadow: 1px 1px 3px 2px #3fefee; box-shadow: 1px 1px 3px 2px #3fefee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(63,239,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3fefee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3fefee; -webkit-box-shadow: 1px 1px 3px 2px #3fefee; box-shadow: 1px 1px 3px 2px #3fefee;">
Div content here</div>
This div box has shadow with color #3fefee
Comments
No comments written yet.
Please login to write comment.