Color spaces of #77ecbf
RGB | 119 | 236 | 191 |
---|---|---|---|
HSL | 0.44 | 0.75 | 0.70 |
HSV | 157° | 50° | 93° |
CMYK | 0.50 | 0.00 | 0.19 0.07 |
XYZ | 47.0072 | 67.6744 | 59.8752 |
Yxy | 67.6744 | 0.2693 | 0.3877 |
Hunter Lab | 82.2645 | -41.9651 | 14.4316 |
CIE-Lab | 85.8434 | -43.5722 | 11.7373 |
#77ecbf color RGB value is (119,236,191).
#77ecbf hex color red value is 119, green value is 236 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #77ecbf hue: 0.44 , saturation: 0.75 and the lightness value of 77ecbf is 0.70.
The process color (four color CMYK) of #77ecbf color hex is 0.50, 0.00, 0.19, 0.07. Web safe color of #77ecbf is #66ffcc. Color #77ecbf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110111 | 11101100 | 10111111 |
Octal | 167 | 354 | 277 |
Decimal | 119 | 236 | 191 |
Hex | 77 | EC | BF |
Shades of #77ecbf
Tints of #77ecbf
RGB Percentages of Color #77ecbf
CMYK Percentages of Color #77ecbf
Complementary Color
#77ecbf | #ec77a4 |
#77ecbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#77ecbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#77ecbf Color CSS Codes
.mybgcolor {background-color:#77ecbf; } .myforecolor {color:#77ecbf; } .mybordercolor {border:3px solid #77ecbf; }
#77ecbf Text Font Color
<p style="color:#77ecbf">Text here</p>
This sample text font color is #77ecbf
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.
#77ecbf Background Color
<div style="background-color:#77ecbf">
Div content here</div>
This div background color is #77ecbf
#77ecbf Border Color
<div style="border:3px solid #77ecbf">
Div here</div>
This div border color is #77ecbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(119,236,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #77ecbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #77ecbf; -webkit-box-shadow: 1px 1px 3px 2px #77ecbf; box-shadow: 1px 1px 3px 2px #77ecbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(119,236,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #77ecbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #77ecbf; -webkit-box-shadow: 1px 1px 3px 2px #77ecbf; box-shadow: 1px 1px 3px 2px #77ecbf;">
Div content here</div>
This div box has shadow with color #77ecbf
Comments
No comments written yet.
Please login to write comment.