Color spaces of #85dafe
RGB | 133 | 218 | 254 |
---|---|---|---|
HSL | 0.55 | 0.98 | 0.76 |
HSV | 198° | 48° | 100° |
CMYK | 0.48 | 0.14 | 0.00 0.00 |
XYZ | 52.6337 | 62.2851 | 103.0141 |
Yxy | 62.2851 | 0.2415 | 0.2858 |
Hunter Lab | 78.9209 | -19.0669 | -22.1456 |
CIE-Lab | 83.0648 | -16.4102 | -25.5386 |
#85dafe color RGB value is (133,218,254).
#85dafe hex color red value is 133, green value is 218 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #85dafe hue: 0.55 , saturation: 0.98 and the lightness value of 85dafe is 0.76.
The process color (four color CMYK) of #85dafe color hex is 0.48, 0.14, 0.00, 0.00. Web safe color of #85dafe is #99ccff. Color #85dafe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 11011010 | 11111110 |
Octal | 205 | 332 | 376 |
Decimal | 133 | 218 | 254 |
Hex | 85 | DA | FE |
Shades of #85dafe
Tints of #85dafe
RGB Percentages of Color #85dafe
CMYK Percentages of Color #85dafe
Complementary Color
#85dafe | #fea985 |
#85dafe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#85dafe Color Preview on White Background
Lorem ipsum dolor sit amet.
#85dafe Color CSS Codes
.mybgcolor {background-color:#85dafe; } .myforecolor {color:#85dafe; } .mybordercolor {border:3px solid #85dafe; }
#85dafe Text Font Color
<p style="color:#85dafe">Text here</p>
This sample text font color is #85dafe
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.
#85dafe Background Color
<div style="background-color:#85dafe">
Div content here</div>
This div background color is #85dafe
#85dafe Border Color
<div style="border:3px solid #85dafe">
Div here</div>
This div border color is #85dafe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,218,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #85dafe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #85dafe; -webkit-box-shadow: 1px 1px 3px 2px #85dafe; box-shadow: 1px 1px 3px 2px #85dafe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,218,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #85dafe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #85dafe; -webkit-box-shadow: 1px 1px 3px 2px #85dafe; box-shadow: 1px 1px 3px 2px #85dafe;">
Div content here</div>
This div box has shadow with color #85dafe
Comments
No comments written yet.
Please login to write comment.