Color spaces of #7cffce
RGB | 124 | 255 | 206 |
---|---|---|---|
HSL | 0.44 | 1.00 | 0.74 |
HSV | 158° | 51° | 100° |
CMYK | 0.51 | 0.00 | 0.19 0.00 |
XYZ | 55.2128 | 80.2613 | 70.9745 |
Yxy | 80.2613 | 0.2674 | 0.3888 |
Hunter Lab | 89.5887 | -46.7720 | 15.7410 |
CIE-Lab | 91.8020 | -47.4706 | 12.4542 |
#7cffce color RGB value is (124,255,206).
#7cffce hex color red value is 124, green value is 255 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7cffce hue: 0.44 , saturation: 1.00 and the lightness value of 7cffce is 0.74.
The process color (four color CMYK) of #7cffce color hex is 0.51, 0.00, 0.19, 0.00. Web safe color of #7cffce is #66ffcc. Color #7cffce contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111100 | 11111111 | 11001110 |
Octal | 174 | 377 | 316 |
Decimal | 124 | 255 | 206 |
Hex | 7C | FF | CE |
Shades of #7cffce
Tints of #7cffce
RGB Percentages of Color #7cffce
CMYK Percentages of Color #7cffce
Complementary Color
#7cffce | #ff7cad |
#7cffce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7cffce Color Preview on White Background
Lorem ipsum dolor sit amet.
#7cffce Color CSS Codes
.mybgcolor {background-color:#7cffce; } .myforecolor {color:#7cffce; } .mybordercolor {border:3px solid #7cffce; }
#7cffce Text Font Color
<p style="color:#7cffce">Text here</p>
This sample text font color is #7cffce
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.
#7cffce Background Color
<div style="background-color:#7cffce">
Div content here</div>
This div background color is #7cffce
#7cffce Border Color
<div style="border:3px solid #7cffce">
Div here</div>
This div border color is #7cffce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(124,255,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7cffce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7cffce; -webkit-box-shadow: 1px 1px 3px 2px #7cffce; box-shadow: 1px 1px 3px 2px #7cffce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(124,255,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 #7cffce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7cffce; -webkit-box-shadow: 1px 1px 3px 2px #7cffce; box-shadow: 1px 1px 3px 2px #7cffce;">
Div content here</div>
This div box has shadow with color #7cffce
Comments
No comments written yet.
Please login to write comment.