Color spaces of #85beaf
RGB | 133 | 190 | 175 |
---|---|---|---|
HSL | 0.46 | 0.30 | 0.63 |
HSV | 164° | 30° | 75° |
CMYK | 0.30 | 0.00 | 0.08 0.25 |
XYZ | 35.8242 | 44.9086 | 47.3375 |
Yxy | 44.9086 | 0.2797 | 0.3507 |
Hunter Lab | 67.0139 | -21.8520 | 5.0282 |
CIE-Lab | 72.8317 | -21.7215 | 1.6467 |
#85beaf color RGB value is (133,190,175).
#85beaf hex color red value is 133, green value is 190 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #85beaf hue: 0.46 , saturation: 0.30 and the lightness value of 85beaf is 0.63.
The process color (four color CMYK) of #85beaf color hex is 0.30, 0.00, 0.08, 0.25. Web safe color of #85beaf is #99cc99. Color #85beaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 10111110 | 10101111 |
Octal | 205 | 276 | 257 |
Decimal | 133 | 190 | 175 |
Hex | 85 | BE | AF |
Shades of #85beaf
Tints of #85beaf
RGB Percentages of Color #85beaf
CMYK Percentages of Color #85beaf
Complementary Color
#85beaf | #be8594 |
#85beaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#85beaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#85beaf Color CSS Codes
.mybgcolor {background-color:#85beaf; } .myforecolor {color:#85beaf; } .mybordercolor {border:3px solid #85beaf; }
#85beaf Text Font Color
<p style="color:#85beaf">Text here</p>
This sample text font color is #85beaf
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.
#85beaf Background Color
<div style="background-color:#85beaf">
Div content here</div>
This div background color is #85beaf
#85beaf Border Color
<div style="border:3px solid #85beaf">
Div here</div>
This div border color is #85beaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,190,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #85beaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #85beaf; -webkit-box-shadow: 1px 1px 3px 2px #85beaf; box-shadow: 1px 1px 3px 2px #85beaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,190,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #85beaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #85beaf; -webkit-box-shadow: 1px 1px 3px 2px #85beaf; box-shadow: 1px 1px 3px 2px #85beaf;">
Div content here</div>
This div box has shadow with color #85beaf
Comments
No comments written yet.
Please login to write comment.