Color spaces of #86bdee
RGB | 134 | 189 | 238 |
---|---|---|---|
HSL | 0.58 | 0.75 | 0.73 |
HSV | 208° | 44° | 93° |
CMYK | 0.44 | 0.21 | 0.00 0.07 |
XYZ | 43.4617 | 47.6366 | 87.7930 |
Yxy | 47.6366 | 0.2430 | 0.2663 |
Hunter Lab | 69.0193 | -8.3816 | -27.1038 |
CIE-Lab | 74.5951 | -5.2905 | -29.9516 |
#86bdee color RGB value is (134,189,238).
#86bdee hex color red value is 134, green value is 189 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #86bdee hue: 0.58 , saturation: 0.75 and the lightness value of 86bdee is 0.73.
The process color (four color CMYK) of #86bdee color hex is 0.44, 0.21, 0.00, 0.07. Web safe color of #86bdee is #99ccff. Color #86bdee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 10111101 | 11101110 |
Octal | 206 | 275 | 356 |
Decimal | 134 | 189 | 238 |
Hex | 86 | BD | EE |
Shades of #86bdee
Tints of #86bdee
RGB Percentages of Color #86bdee
CMYK Percentages of Color #86bdee
Complementary Color
#86bdee | #eeb786 |
#86bdee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#86bdee Color Preview on White Background
Lorem ipsum dolor sit amet.
#86bdee Color CSS Codes
.mybgcolor {background-color:#86bdee; } .myforecolor {color:#86bdee; } .mybordercolor {border:3px solid #86bdee; }
#86bdee Text Font Color
<p style="color:#86bdee">Text here</p>
This sample text font color is #86bdee
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.
#86bdee Background Color
<div style="background-color:#86bdee">
Div content here</div>
This div background color is #86bdee
#86bdee Border Color
<div style="border:3px solid #86bdee">
Div here</div>
This div border color is #86bdee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,189,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #86bdee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #86bdee; -webkit-box-shadow: 1px 1px 3px 2px #86bdee; box-shadow: 1px 1px 3px 2px #86bdee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,189,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #86bdee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #86bdee; -webkit-box-shadow: 1px 1px 3px 2px #86bdee; box-shadow: 1px 1px 3px 2px #86bdee;">
Div content here</div>
This div box has shadow with color #86bdee
Comments
No comments written yet.
Please login to write comment.