Color spaces of #85afbb
RGB | 133 | 175 | 187 |
---|---|---|---|
HSL | 0.54 | 0.28 | 0.63 |
HSV | 193° | 29° | 73° |
CMYK | 0.29 | 0.06 | 0.00 0.27 |
XYZ | 33.9725 | 39.2343 | 52.7962 |
Yxy | 39.2343 | 0.2696 | 0.3114 |
Hunter Lab | 62.6373 | -12.8025 | -6.1287 |
CIE-Lab | 68.9206 | -11.1969 | -10.7097 |
#85afbb color RGB value is (133,175,187).
#85afbb hex color red value is 133, green value is 175 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #85afbb hue: 0.54 , saturation: 0.28 and the lightness value of 85afbb is 0.63.
The process color (four color CMYK) of #85afbb color hex is 0.29, 0.06, 0.00, 0.27. Web safe color of #85afbb is #9999cc. Color #85afbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 10101111 | 10111011 |
Octal | 205 | 257 | 273 |
Decimal | 133 | 175 | 187 |
Hex | 85 | AF | BB |
Shades of #85afbb
Tints of #85afbb
RGB Percentages of Color #85afbb
CMYK Percentages of Color #85afbb
Complementary Color
#85afbb | #bb9185 |
#85afbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#85afbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#85afbb Color CSS Codes
.mybgcolor {background-color:#85afbb; } .myforecolor {color:#85afbb; } .mybordercolor {border:3px solid #85afbb; }
#85afbb Text Font Color
<p style="color:#85afbb">Text here</p>
This sample text font color is #85afbb
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.
#85afbb Background Color
<div style="background-color:#85afbb">
Div content here</div>
This div background color is #85afbb
#85afbb Border Color
<div style="border:3px solid #85afbb">
Div here</div>
This div border color is #85afbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,175,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #85afbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #85afbb; -webkit-box-shadow: 1px 1px 3px 2px #85afbb; box-shadow: 1px 1px 3px 2px #85afbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,175,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #85afbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #85afbb; -webkit-box-shadow: 1px 1px 3px 2px #85afbb; box-shadow: 1px 1px 3px 2px #85afbb;">
Div content here</div>
This div box has shadow with color #85afbb
Comments
No comments written yet.
Please login to write comment.