Color spaces of #85af10
RGB | 133 | 175 | 16 |
---|---|---|---|
HSL | 0.21 | 0.83 | 0.37 |
HSV | 76° | 91° | 69° |
CMYK | 0.24 | 0.00 | 0.91 0.31 |
XYZ | 25.0964 | 35.6839 | 6.0552 |
Yxy | 35.6839 | 0.3755 | 0.5339 |
Hunter Lab | 59.7360 | -29.5463 | 35.8052 |
CIE-Lab | 66.2777 | -33.8748 | 65.5180 |
#85af10 color RGB value is (133,175,16).
#85af10 hex color red value is 133, green value is 175 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #85af10 hue: 0.21 , saturation: 0.83 and the lightness value of 85af10 is 0.37.
The process color (four color CMYK) of #85af10 color hex is 0.24, 0.00, 0.91, 0.31. Web safe color of #85af10 is #999900. Color #85af10 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 10101111 | 00010000 |
Octal | 205 | 257 | 20 |
Decimal | 133 | 175 | 16 |
Hex | 85 | AF | 10 |
Shades of #85af10
Tints of #85af10
RGB Percentages of Color #85af10
CMYK Percentages of Color #85af10
Complementary Color
#85af10 | #3a10af |
#85af10 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#85af10 Color Preview on White Background
Lorem ipsum dolor sit amet.
#85af10 Color CSS Codes
.mybgcolor {background-color:#85af10; } .myforecolor {color:#85af10; } .mybordercolor {border:3px solid #85af10; }
#85af10 Text Font Color
<p style="color:#85af10">Text here</p>
This sample text font color is #85af10
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.
#85af10 Background Color
<div style="background-color:#85af10">
Div content here</div>
This div background color is #85af10
#85af10 Border Color
<div style="border:3px solid #85af10">
Div here</div>
This div border color is #85af10
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,175,16, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #85af10; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #85af10; -webkit-box-shadow: 1px 1px 3px 2px #85af10; box-shadow: 1px 1px 3px 2px #85af10; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,175,16, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #85af10">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #85af10; -webkit-box-shadow: 1px 1px 3px 2px #85af10; box-shadow: 1px 1px 3px 2px #85af10;">
Div content here</div>
This div box has shadow with color #85af10
Comments
No comments written yet.
Please login to write comment.