Color spaces of #86deea
RGB | 134 | 222 | 234 |
---|---|---|---|
HSL | 0.52 | 0.70 | 0.72 |
HSV | 187° | 43° | 92° |
CMYK | 0.43 | 0.05 | 0.00 0.08 |
XYZ | 50.8041 | 63.2514 | 87.3730 |
Yxy | 63.2514 | 0.2522 | 0.3140 |
Hunter Lab | 79.5307 | -25.1533 | -9.4649 |
CIE-Lab | 83.5745 | -23.4208 | -14.1726 |
#86deea color RGB value is (134,222,234).
#86deea hex color red value is 134, green value is 222 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #86deea hue: 0.52 , saturation: 0.70 and the lightness value of 86deea is 0.72.
The process color (four color CMYK) of #86deea color hex is 0.43, 0.05, 0.00, 0.08. Web safe color of #86deea is #99ccff. Color #86deea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 11011110 | 11101010 |
Octal | 206 | 336 | 352 |
Decimal | 134 | 222 | 234 |
Hex | 86 | DE | EA |
Shades of #86deea
Tints of #86deea
RGB Percentages of Color #86deea
CMYK Percentages of Color #86deea
Complementary Color
#86deea | #ea9286 |
#86deea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#86deea Color Preview on White Background
Lorem ipsum dolor sit amet.
#86deea Color CSS Codes
.mybgcolor {background-color:#86deea; } .myforecolor {color:#86deea; } .mybordercolor {border:3px solid #86deea; }
#86deea Text Font Color
<p style="color:#86deea">Text here</p>
This sample text font color is #86deea
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.
#86deea Background Color
<div style="background-color:#86deea">
Div content here</div>
This div background color is #86deea
#86deea Border Color
<div style="border:3px solid #86deea">
Div here</div>
This div border color is #86deea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,222,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #86deea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #86deea; -webkit-box-shadow: 1px 1px 3px 2px #86deea; box-shadow: 1px 1px 3px 2px #86deea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,222,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #86deea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #86deea; -webkit-box-shadow: 1px 1px 3px 2px #86deea; box-shadow: 1px 1px 3px 2px #86deea;">
Div content here</div>
This div box has shadow with color #86deea
Comments
No comments written yet.
Please login to write comment.