Color spaces of #85aeaf
RGB | 133 | 174 | 175 |
---|---|---|---|
HSL | 0.50 | 0.21 | 0.60 |
HSV | 181° | 24° | 69° |
CMYK | 0.24 | 0.01 | 0.00 0.31 |
XYZ | 32.5468 | 38.3538 | 46.2451 |
Yxy | 38.3538 | 0.2778 | 0.3274 |
Hunter Lab | 61.9304 | -14.5698 | -0.9221 |
CIE-Lab | 68.2806 | -13.4728 | -5.0254 |
#85aeaf color RGB value is (133,174,175).
#85aeaf hex color red value is 133, green value is 174 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #85aeaf hue: 0.50 , saturation: 0.21 and the lightness value of 85aeaf is 0.60.
The process color (four color CMYK) of #85aeaf color hex is 0.24, 0.01, 0.00, 0.31. Web safe color of #85aeaf is #999999. Color #85aeaf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 10101110 | 10101111 |
Octal | 205 | 256 | 257 |
Decimal | 133 | 174 | 175 |
Hex | 85 | AE | AF |
Shades of #85aeaf
Tints of #85aeaf
RGB Percentages of Color #85aeaf
CMYK Percentages of Color #85aeaf
Complementary Color
#85aeaf | #af8685 |
#85aeaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#85aeaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#85aeaf Color CSS Codes
.mybgcolor {background-color:#85aeaf; } .myforecolor {color:#85aeaf; } .mybordercolor {border:3px solid #85aeaf; }
#85aeaf Text Font Color
<p style="color:#85aeaf">Text here</p>
This sample text font color is #85aeaf
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.
#85aeaf Background Color
<div style="background-color:#85aeaf">
Div content here</div>
This div background color is #85aeaf
#85aeaf Border Color
<div style="border:3px solid #85aeaf">
Div here</div>
This div border color is #85aeaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,174,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #85aeaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #85aeaf; -webkit-box-shadow: 1px 1px 3px 2px #85aeaf; box-shadow: 1px 1px 3px 2px #85aeaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,174,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 #85aeaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #85aeaf; -webkit-box-shadow: 1px 1px 3px 2px #85aeaf; box-shadow: 1px 1px 3px 2px #85aeaf;">
Div content here</div>
This div box has shadow with color #85aeaf
Comments
No comments written yet.
Please login to write comment.