Color spaces of #85bbcd
RGB | 133 | 187 | 205 |
---|---|---|---|
HSL | 0.54 | 0.42 | 0.66 |
HSV | 195° | 35° | 80° |
CMYK | 0.35 | 0.09 | 0.00 0.20 |
XYZ | 38.4626 | 44.9350 | 64.4037 |
Yxy | 44.9350 | 0.2602 | 0.3040 |
Hunter Lab | 67.0336 | -14.8888 | -10.0404 |
CIE-Lab | 72.8491 | -13.1391 | -14.6976 |
#85bbcd color RGB value is (133,187,205).
#85bbcd hex color red value is 133, green value is 187 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #85bbcd hue: 0.54 , saturation: 0.42 and the lightness value of 85bbcd is 0.66.
The process color (four color CMYK) of #85bbcd color hex is 0.35, 0.09, 0.00, 0.20. Web safe color of #85bbcd is #99cccc. Color #85bbcd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 10111011 | 11001101 |
Octal | 205 | 273 | 315 |
Decimal | 133 | 187 | 205 |
Hex | 85 | BB | CD |
Shades of #85bbcd
Tints of #85bbcd
RGB Percentages of Color #85bbcd
CMYK Percentages of Color #85bbcd
Complementary Color
#85bbcd | #cd9785 |
#85bbcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#85bbcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#85bbcd Color CSS Codes
.mybgcolor {background-color:#85bbcd; } .myforecolor {color:#85bbcd; } .mybordercolor {border:3px solid #85bbcd; }
#85bbcd Text Font Color
<p style="color:#85bbcd">Text here</p>
This sample text font color is #85bbcd
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.
#85bbcd Background Color
<div style="background-color:#85bbcd">
Div content here</div>
This div background color is #85bbcd
#85bbcd Border Color
<div style="border:3px solid #85bbcd">
Div here</div>
This div border color is #85bbcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,187,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #85bbcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #85bbcd; -webkit-box-shadow: 1px 1px 3px 2px #85bbcd; box-shadow: 1px 1px 3px 2px #85bbcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,187,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #85bbcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #85bbcd; -webkit-box-shadow: 1px 1px 3px 2px #85bbcd; box-shadow: 1px 1px 3px 2px #85bbcd;">
Div content here</div>
This div box has shadow with color #85bbcd
Comments
No comments written yet.
Please login to write comment.