Color spaces of #5ffece
RGB | 95 | 254 | 206 |
---|---|---|---|
HSL | 0.45 | 0.99 | 0.68 |
HSV | 162° | 63° | 100° |
CMYK | 0.63 | 0.00 | 0.19 0.00 |
XYZ | 51.3017 | 77.7727 | 70.7003 |
Yxy | 77.7727 | 0.2568 | 0.3893 |
Hunter Lab | 88.1888 | -50.4924 | 14.1999 |
CIE-Lab | 90.6761 | -52.7107 | 10.7366 |
#5ffece color RGB value is (95,254,206).
#5ffece hex color red value is 95, green value is 254 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5ffece hue: 0.45 , saturation: 0.99 and the lightness value of 5ffece is 0.68.
The process color (four color CMYK) of #5ffece color hex is 0.63, 0.00, 0.19, 0.00. Web safe color of #5ffece is #66ffcc. Color #5ffece contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011111 | 11111110 | 11001110 |
Octal | 137 | 376 | 316 |
Decimal | 95 | 254 | 206 |
Hex | 5F | FE | CE |
Shades of #5ffece
Tints of #5ffece
RGB Percentages of Color #5ffece
CMYK Percentages of Color #5ffece
Complementary Color
#5ffece | #fe5f8f |
#5ffece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5ffece Color Preview on White Background
Lorem ipsum dolor sit amet.
#5ffece Color CSS Codes
.mybgcolor {background-color:#5ffece; } .myforecolor {color:#5ffece; } .mybordercolor {border:3px solid #5ffece; }
#5ffece Text Font Color
<p style="color:#5ffece">Text here</p>
This sample text font color is #5ffece
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.
#5ffece Background Color
<div style="background-color:#5ffece">
Div content here</div>
This div background color is #5ffece
#5ffece Border Color
<div style="border:3px solid #5ffece">
Div here</div>
This div border color is #5ffece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(95,254,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5ffece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5ffece; -webkit-box-shadow: 1px 1px 3px 2px #5ffece; box-shadow: 1px 1px 3px 2px #5ffece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(95,254,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5ffece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5ffece; -webkit-box-shadow: 1px 1px 3px 2px #5ffece; box-shadow: 1px 1px 3px 2px #5ffece;">
Div content here</div>
This div box has shadow with color #5ffece
Comments
No comments written yet.
Please login to write comment.