Color spaces of #78bbae
RGB | 120 | 187 | 174 |
---|---|---|---|
HSL | 0.47 | 0.33 | 0.60 |
HSV | 168° | 36° | 73° |
CMYK | 0.36 | 0.00 | 0.07 0.27 |
XYZ | 33.1560 | 42.5897 | 46.5175 |
Yxy | 42.5897 | 0.2712 | 0.3483 |
Hunter Lab | 65.2608 | -23.5187 | 3.4210 |
CIE-Lab | 71.2756 | -24.2134 | -0.1562 |
#78bbae color RGB value is (120,187,174).
#78bbae hex color red value is 120, green value is 187 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #78bbae hue: 0.47 , saturation: 0.33 and the lightness value of 78bbae is 0.60.
The process color (four color CMYK) of #78bbae color hex is 0.36, 0.00, 0.07, 0.27. Web safe color of #78bbae is #66cc99. Color #78bbae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 10111011 | 10101110 |
Octal | 170 | 273 | 256 |
Decimal | 120 | 187 | 174 |
Hex | 78 | BB | AE |
Shades of #78bbae
Tints of #78bbae
RGB Percentages of Color #78bbae
CMYK Percentages of Color #78bbae
Complementary Color
#78bbae | #bb7885 |
#78bbae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#78bbae Color Preview on White Background
Lorem ipsum dolor sit amet.
#78bbae Color CSS Codes
.mybgcolor {background-color:#78bbae; } .myforecolor {color:#78bbae; } .mybordercolor {border:3px solid #78bbae; }
#78bbae Text Font Color
<p style="color:#78bbae">Text here</p>
This sample text font color is #78bbae
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.
#78bbae Background Color
<div style="background-color:#78bbae">
Div content here</div>
This div background color is #78bbae
#78bbae Border Color
<div style="border:3px solid #78bbae">
Div here</div>
This div border color is #78bbae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,187,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #78bbae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #78bbae; -webkit-box-shadow: 1px 1px 3px 2px #78bbae; box-shadow: 1px 1px 3px 2px #78bbae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,187,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #78bbae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #78bbae; -webkit-box-shadow: 1px 1px 3px 2px #78bbae; box-shadow: 1px 1px 3px 2px #78bbae;">
Div content here</div>
This div box has shadow with color #78bbae
Comments
No comments written yet.
Please login to write comment.