Color spaces of #85cffb
RGB | 133 | 207 | 251 |
---|---|---|---|
HSL | 0.56 | 0.94 | 0.75 |
HSV | 202° | 47° | 98° |
CMYK | 0.47 | 0.18 | 0.00 0.02 |
XYZ | 49.3983 | 56.5772 | 99.5837 |
Yxy | 56.5772 | 0.2403 | 0.2752 |
Hunter Lab | 75.2178 | -14.4037 | -25.8438 |
CIE-Lab | 79.9412 | -11.5380 | -28.7201 |
#85cffb color RGB value is (133,207,251).
#85cffb hex color red value is 133, green value is 207 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #85cffb hue: 0.56 , saturation: 0.94 and the lightness value of 85cffb is 0.75.
The process color (four color CMYK) of #85cffb color hex is 0.47, 0.18, 0.00, 0.02. Web safe color of #85cffb is #99ccff. Color #85cffb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 11001111 | 11111011 |
Octal | 205 | 317 | 373 |
Decimal | 133 | 207 | 251 |
Hex | 85 | CF | FB |
Shades of #85cffb
Tints of #85cffb
RGB Percentages of Color #85cffb
CMYK Percentages of Color #85cffb
Complementary Color
#85cffb | #fbb185 |
#85cffb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#85cffb Color Preview on White Background
Lorem ipsum dolor sit amet.
#85cffb Color CSS Codes
.mybgcolor {background-color:#85cffb; } .myforecolor {color:#85cffb; } .mybordercolor {border:3px solid #85cffb; }
#85cffb Text Font Color
<p style="color:#85cffb">Text here</p>
This sample text font color is #85cffb
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.
#85cffb Background Color
<div style="background-color:#85cffb">
Div content here</div>
This div background color is #85cffb
#85cffb Border Color
<div style="border:3px solid #85cffb">
Div here</div>
This div border color is #85cffb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,207,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #85cffb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #85cffb; -webkit-box-shadow: 1px 1px 3px 2px #85cffb; box-shadow: 1px 1px 3px 2px #85cffb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,207,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #85cffb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #85cffb; -webkit-box-shadow: 1px 1px 3px 2px #85cffb; box-shadow: 1px 1px 3px 2px #85cffb;">
Div content here</div>
This div box has shadow with color #85cffb
Comments
No comments written yet.
Please login to write comment.