Color spaces of #85fdfd
RGB | 133 | 253 | 253 |
---|---|---|---|
HSL | 0.50 | 0.97 | 0.76 |
HSV | 180° | 47° | 99° |
CMYK | 0.47 | 0.00 | 0.00 0.01 |
XYZ | 62.5278 | 82.3290 | 105.5240 |
Yxy | 82.3290 | 0.2497 | 0.3288 |
Hunter Lab | 90.7353 | -35.7784 | -5.4388 |
CIE-Lab | 92.7199 | -33.7614 | -10.4738 |
#85fdfd color RGB value is (133,253,253).
#85fdfd hex color red value is 133, green value is 253 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #85fdfd hue: 0.50 , saturation: 0.97 and the lightness value of 85fdfd is 0.76.
The process color (four color CMYK) of #85fdfd color hex is 0.47, 0.00, 0.00, 0.01. Web safe color of #85fdfd is #99ffff. Color #85fdfd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 11111101 | 11111101 |
Octal | 205 | 375 | 375 |
Decimal | 133 | 253 | 253 |
Hex | 85 | FD | FD |
Shades of #85fdfd
Tints of #85fdfd
RGB Percentages of Color #85fdfd
CMYK Percentages of Color #85fdfd
Complementary Color
#85fdfd | #fd8585 |
#85fdfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#85fdfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#85fdfd Color CSS Codes
.mybgcolor {background-color:#85fdfd; } .myforecolor {color:#85fdfd; } .mybordercolor {border:3px solid #85fdfd; }
#85fdfd Text Font Color
<p style="color:#85fdfd">Text here</p>
This sample text font color is #85fdfd
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.
#85fdfd Background Color
<div style="background-color:#85fdfd">
Div content here</div>
This div background color is #85fdfd
#85fdfd Border Color
<div style="border:3px solid #85fdfd">
Div here</div>
This div border color is #85fdfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,253,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #85fdfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #85fdfd; -webkit-box-shadow: 1px 1px 3px 2px #85fdfd; box-shadow: 1px 1px 3px 2px #85fdfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,253,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #85fdfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #85fdfd; -webkit-box-shadow: 1px 1px 3px 2px #85fdfd; box-shadow: 1px 1px 3px 2px #85fdfd;">
Div content here</div>
This div box has shadow with color #85fdfd
Comments
No comments written yet.
Please login to write comment.