Color spaces of #77faec
RGB | 119 | 250 | 236 |
---|---|---|---|
HSL | 0.48 | 0.93 | 0.72 |
HSV | 174° | 52° | 98° |
CMYK | 0.52 | 0.00 | 0.06 0.02 |
XYZ | 56.9337 | 78.3493 | 91.4791 |
Yxy | 78.3493 | 0.2511 | 0.3455 |
Hunter Lab | 88.5151 | -40.0888 | 0.6853 |
CIE-Lab | 90.9391 | -39.4610 | -4.3420 |
#77faec color RGB value is (119,250,236).
#77faec hex color red value is 119, green value is 250 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #77faec hue: 0.48 , saturation: 0.93 and the lightness value of 77faec is 0.72.
The process color (four color CMYK) of #77faec color hex is 0.52, 0.00, 0.06, 0.02. Web safe color of #77faec is #66ffff. Color #77faec contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110111 | 11111010 | 11101100 |
Octal | 167 | 372 | 354 |
Decimal | 119 | 250 | 236 |
Hex | 77 | FA | EC |
Shades of #77faec
Tints of #77faec
RGB Percentages of Color #77faec
CMYK Percentages of Color #77faec
Complementary Color
#77faec | #fa7785 |
#77faec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#77faec Color Preview on White Background
Lorem ipsum dolor sit amet.
#77faec Color CSS Codes
.mybgcolor {background-color:#77faec; } .myforecolor {color:#77faec; } .mybordercolor {border:3px solid #77faec; }
#77faec Text Font Color
<p style="color:#77faec">Text here</p>
This sample text font color is #77faec
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.
#77faec Background Color
<div style="background-color:#77faec">
Div content here</div>
This div background color is #77faec
#77faec Border Color
<div style="border:3px solid #77faec">
Div here</div>
This div border color is #77faec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(119,250,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #77faec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #77faec; -webkit-box-shadow: 1px 1px 3px 2px #77faec; box-shadow: 1px 1px 3px 2px #77faec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(119,250,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 #77faec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #77faec; -webkit-box-shadow: 1px 1px 3px 2px #77faec; box-shadow: 1px 1px 3px 2px #77faec;">
Div content here</div>
This div box has shadow with color #77faec
Comments
No comments written yet.
Please login to write comment.