Color spaces of #86dfde
RGB | 134 | 223 | 222 |
---|---|---|---|
HSL | 0.50 | 0.58 | 0.70 |
HSV | 179° | 40° | 87° |
CMYK | 0.40 | 0.00 | 0.00 0.13 |
XYZ | 49.4040 | 63.1176 | 78.6863 |
Yxy | 63.1176 | 0.2584 | 0.3301 |
Hunter Lab | 79.4466 | -28.0310 | -3.1100 |
CIE-Lab | 83.5042 | -26.8803 | -7.9184 |
#86dfde color RGB value is (134,223,222).
#86dfde hex color red value is 134, green value is 223 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #86dfde hue: 0.50 , saturation: 0.58 and the lightness value of 86dfde is 0.70.
The process color (four color CMYK) of #86dfde color hex is 0.40, 0.00, 0.00, 0.13. Web safe color of #86dfde is #99cccc. Color #86dfde contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 11011111 | 11011110 |
Octal | 206 | 337 | 336 |
Decimal | 134 | 223 | 222 |
Hex | 86 | DF | DE |
Shades of #86dfde
Tints of #86dfde
RGB Percentages of Color #86dfde
CMYK Percentages of Color #86dfde
Complementary Color
#86dfde | #df8687 |
#86dfde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#86dfde Color Preview on White Background
Lorem ipsum dolor sit amet.
#86dfde Color CSS Codes
.mybgcolor {background-color:#86dfde; } .myforecolor {color:#86dfde; } .mybordercolor {border:3px solid #86dfde; }
#86dfde Text Font Color
<p style="color:#86dfde">Text here</p>
This sample text font color is #86dfde
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.
#86dfde Background Color
<div style="background-color:#86dfde">
Div content here</div>
This div background color is #86dfde
#86dfde Border Color
<div style="border:3px solid #86dfde">
Div here</div>
This div border color is #86dfde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,223,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #86dfde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #86dfde; -webkit-box-shadow: 1px 1px 3px 2px #86dfde; box-shadow: 1px 1px 3px 2px #86dfde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,223,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #86dfde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #86dfde; -webkit-box-shadow: 1px 1px 3px 2px #86dfde; box-shadow: 1px 1px 3px 2px #86dfde;">
Div content here</div>
This div box has shadow with color #86dfde
Comments
No comments written yet.
Please login to write comment.