Color spaces of #7fcfec
RGB | 127 | 207 | 236 |
---|---|---|---|
HSL | 0.54 | 0.74 | 0.71 |
HSV | 196° | 46° | 93° |
CMYK | 0.46 | 0.12 | 0.00 0.07 |
XYZ | 46.2055 | 55.1938 | 87.5751 |
Yxy | 55.1938 | 0.2445 | 0.2921 |
Hunter Lab | 74.2925 | -18.9956 | -17.8855 |
CIE-Lab | 79.1528 | -16.9941 | -21.9395 |
#7fcfec color RGB value is (127,207,236).
#7fcfec hex color red value is 127, green value is 207 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7fcfec hue: 0.54 , saturation: 0.74 and the lightness value of 7fcfec is 0.71.
The process color (four color CMYK) of #7fcfec color hex is 0.46, 0.12, 0.00, 0.07. Web safe color of #7fcfec is #66ccff. Color #7fcfec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111111 | 11001111 | 11101100 |
Octal | 177 | 317 | 354 |
Decimal | 127 | 207 | 236 |
Hex | 7F | CF | EC |
Shades of #7fcfec
Tints of #7fcfec
RGB Percentages of Color #7fcfec
CMYK Percentages of Color #7fcfec
Complementary Color
#7fcfec | #ec9c7f |
#7fcfec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7fcfec Color Preview on White Background
Lorem ipsum dolor sit amet.
#7fcfec Color CSS Codes
.mybgcolor {background-color:#7fcfec; } .myforecolor {color:#7fcfec; } .mybordercolor {border:3px solid #7fcfec; }
#7fcfec Text Font Color
<p style="color:#7fcfec">Text here</p>
This sample text font color is #7fcfec
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.
#7fcfec Background Color
<div style="background-color:#7fcfec">
Div content here</div>
This div background color is #7fcfec
#7fcfec Border Color
<div style="border:3px solid #7fcfec">
Div here</div>
This div border color is #7fcfec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(127,207,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7fcfec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7fcfec; -webkit-box-shadow: 1px 1px 3px 2px #7fcfec; box-shadow: 1px 1px 3px 2px #7fcfec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(127,207,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7fcfec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7fcfec; -webkit-box-shadow: 1px 1px 3px 2px #7fcfec; box-shadow: 1px 1px 3px 2px #7fcfec;">
Div content here</div>
This div box has shadow with color #7fcfec
Comments
No comments written yet.
Please login to write comment.