Color spaces of #659ebc
RGB | 101 | 158 | 188 |
---|---|---|---|
HSL | 0.56 | 0.39 | 0.57 |
HSV | 201° | 46° | 74° |
CMYK | 0.46 | 0.16 | 0.00 0.26 |
XYZ | 26.6708 | 30.8513 | 52.1261 |
Yxy | 30.8513 | 0.2432 | 0.2814 |
Hunter Lab | 55.5439 | -11.4907 | -16.7609 |
CIE-Lab | 62.3819 | -10.5104 | -21.3158 |
#659ebc color RGB value is (101,158,188).
#659ebc hex color red value is 101, green value is 158 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #659ebc hue: 0.56 , saturation: 0.39 and the lightness value of 659ebc is 0.57.
The process color (four color CMYK) of #659ebc color hex is 0.46, 0.16, 0.00, 0.26. Web safe color of #659ebc is #6699cc. Color #659ebc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 10011110 | 10111100 |
Octal | 145 | 236 | 274 |
Decimal | 101 | 158 | 188 |
Hex | 65 | 9E | BC |
Shades of #659ebc
Tints of #659ebc
RGB Percentages of Color #659ebc
CMYK Percentages of Color #659ebc
Complementary Color
#659ebc | #bc8365 |
#659ebc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#659ebc Color Preview on White Background
Lorem ipsum dolor sit amet.
#659ebc Color CSS Codes
.mybgcolor {background-color:#659ebc; } .myforecolor {color:#659ebc; } .mybordercolor {border:3px solid #659ebc; }
#659ebc Text Font Color
<p style="color:#659ebc">Text here</p>
This sample text font color is #659ebc
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.
#659ebc Background Color
<div style="background-color:#659ebc">
Div content here</div>
This div background color is #659ebc
#659ebc Border Color
<div style="border:3px solid #659ebc">
Div here</div>
This div border color is #659ebc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,158,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #659ebc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #659ebc; -webkit-box-shadow: 1px 1px 3px 2px #659ebc; box-shadow: 1px 1px 3px 2px #659ebc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,158,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #659ebc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #659ebc; -webkit-box-shadow: 1px 1px 3px 2px #659ebc; box-shadow: 1px 1px 3px 2px #659ebc;">
Div content here</div>
This div box has shadow with color #659ebc
Comments
No comments written yet.
Please login to write comment.