Color spaces of #78beac
RGB | 120 | 190 | 172 |
---|---|---|---|
HSL | 0.46 | 0.35 | 0.61 |
HSV | 165° | 37° | 75° |
CMYK | 0.37 | 0.00 | 0.09 0.25 |
XYZ | 33.6056 | 43.7985 | 45.7125 |
Yxy | 43.7985 | 0.2730 | 0.3557 |
Hunter Lab | 66.1804 | -25.1757 | 5.3732 |
CIE-Lab | 72.0936 | -26.1555 | 2.1281 |
#78beac color RGB value is (120,190,172).
#78beac hex color red value is 120, green value is 190 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #78beac hue: 0.46 , saturation: 0.35 and the lightness value of 78beac is 0.61.
The process color (four color CMYK) of #78beac color hex is 0.37, 0.00, 0.09, 0.25. Web safe color of #78beac is #66cc99. Color #78beac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 10111110 | 10101100 |
Octal | 170 | 276 | 254 |
Decimal | 120 | 190 | 172 |
Hex | 78 | BE | AC |
Shades of #78beac
Tints of #78beac
RGB Percentages of Color #78beac
CMYK Percentages of Color #78beac
Complementary Color
#78beac | #be788a |
#78beac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#78beac Color Preview on White Background
Lorem ipsum dolor sit amet.
#78beac Color CSS Codes
.mybgcolor {background-color:#78beac; } .myforecolor {color:#78beac; } .mybordercolor {border:3px solid #78beac; }
#78beac Text Font Color
<p style="color:#78beac">Text here</p>
This sample text font color is #78beac
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.
#78beac Background Color
<div style="background-color:#78beac">
Div content here</div>
This div background color is #78beac
#78beac Border Color
<div style="border:3px solid #78beac">
Div here</div>
This div border color is #78beac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,190,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #78beac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #78beac; -webkit-box-shadow: 1px 1px 3px 2px #78beac; box-shadow: 1px 1px 3px 2px #78beac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,190,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #78beac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #78beac; -webkit-box-shadow: 1px 1px 3px 2px #78beac; box-shadow: 1px 1px 3px 2px #78beac;">
Div content here</div>
This div box has shadow with color #78beac
Comments
No comments written yet.
Please login to write comment.