Color spaces of #85bcac
RGB | 133 | 188 | 172 |
---|---|---|---|
HSL | 0.45 | 0.29 | 0.63 |
HSV | 163° | 29° | 74° |
CMYK | 0.29 | 0.00 | 0.09 0.26 |
XYZ | 35.1025 | 43.9315 | 45.6593 |
Yxy | 43.9315 | 0.2815 | 0.3523 |
Hunter Lab | 66.2808 | -21.4574 | 5.5531 |
CIE-Lab | 72.1827 | -21.3660 | 2.3398 |
#85bcac color RGB value is (133,188,172).
#85bcac hex color red value is 133, green value is 188 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #85bcac hue: 0.45 , saturation: 0.29 and the lightness value of 85bcac is 0.63.
The process color (four color CMYK) of #85bcac color hex is 0.29, 0.00, 0.09, 0.26. Web safe color of #85bcac is #99cc99. Color #85bcac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 10111100 | 10101100 |
Octal | 205 | 274 | 254 |
Decimal | 133 | 188 | 172 |
Hex | 85 | BC | AC |
Shades of #85bcac
Tints of #85bcac
RGB Percentages of Color #85bcac
CMYK Percentages of Color #85bcac
Complementary Color
#85bcac | #bc8595 |
#85bcac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#85bcac Color Preview on White Background
Lorem ipsum dolor sit amet.
#85bcac Color CSS Codes
.mybgcolor {background-color:#85bcac; } .myforecolor {color:#85bcac; } .mybordercolor {border:3px solid #85bcac; }
#85bcac Text Font Color
<p style="color:#85bcac">Text here</p>
This sample text font color is #85bcac
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.
#85bcac Background Color
<div style="background-color:#85bcac">
Div content here</div>
This div background color is #85bcac
#85bcac Border Color
<div style="border:3px solid #85bcac">
Div here</div>
This div border color is #85bcac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,188,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #85bcac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #85bcac; -webkit-box-shadow: 1px 1px 3px 2px #85bcac; box-shadow: 1px 1px 3px 2px #85bcac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,188,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 #85bcac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #85bcac; -webkit-box-shadow: 1px 1px 3px 2px #85bcac; box-shadow: 1px 1px 3px 2px #85bcac;">
Div content here</div>
This div box has shadow with color #85bcac
Comments
No comments written yet.
Please login to write comment.