Color spaces of #77ceba
RGB | 119 | 206 | 186 |
---|---|---|---|
HSL | 0.46 | 0.47 | 0.64 |
HSV | 166° | 42° | 81° |
CMYK | 0.42 | 0.00 | 0.10 0.19 |
XYZ | 38.5420 | 51.6097 | 54.3847 |
Yxy | 51.6097 | 0.2667 | 0.3571 |
Hunter Lab | 71.8399 | -29.9548 | 5.4038 |
CIE-Lab | 77.0469 | -30.9787 | 1.7408 |
#77ceba color RGB value is (119,206,186).
#77ceba hex color red value is 119, green value is 206 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #77ceba hue: 0.46 , saturation: 0.47 and the lightness value of 77ceba is 0.64.
The process color (four color CMYK) of #77ceba color hex is 0.42, 0.00, 0.10, 0.19. Web safe color of #77ceba is #66cccc. Color #77ceba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110111 | 11001110 | 10111010 |
Octal | 167 | 316 | 272 |
Decimal | 119 | 206 | 186 |
Hex | 77 | CE | BA |
Shades of #77ceba
Tints of #77ceba
RGB Percentages of Color #77ceba
CMYK Percentages of Color #77ceba
Complementary Color
#77ceba | #ce778b |
#77ceba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#77ceba Color Preview on White Background
Lorem ipsum dolor sit amet.
#77ceba Color CSS Codes
.mybgcolor {background-color:#77ceba; } .myforecolor {color:#77ceba; } .mybordercolor {border:3px solid #77ceba; }
#77ceba Text Font Color
<p style="color:#77ceba">Text here</p>
This sample text font color is #77ceba
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.
#77ceba Background Color
<div style="background-color:#77ceba">
Div content here</div>
This div background color is #77ceba
#77ceba Border Color
<div style="border:3px solid #77ceba">
Div here</div>
This div border color is #77ceba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(119,206,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #77ceba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #77ceba; -webkit-box-shadow: 1px 1px 3px 2px #77ceba; box-shadow: 1px 1px 3px 2px #77ceba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(119,206,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #77ceba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #77ceba; -webkit-box-shadow: 1px 1px 3px 2px #77ceba; box-shadow: 1px 1px 3px 2px #77ceba;">
Div content here</div>
This div box has shadow with color #77ceba
Comments
No comments written yet.
Please login to write comment.