Color spaces of #769dbc
RGB | 118 | 157 | 188 |
---|---|---|---|
HSL | 0.57 | 0.34 | 0.60 |
HSV | 207° | 37° | 74° |
CMYK | 0.37 | 0.16 | 0.00 0.26 |
XYZ | 28.6053 | 31.5963 | 52.1680 |
Yxy | 31.5963 | 0.2546 | 0.2812 |
Hunter Lab | 56.2106 | -7.5307 | -15.6785 |
CIE-Lab | 63.0078 | -5.4780 | -20.2786 |
#769dbc color RGB value is (118,157,188).
#769dbc hex color red value is 118, green value is 157 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #769dbc hue: 0.57 , saturation: 0.34 and the lightness value of 769dbc is 0.60.
The process color (four color CMYK) of #769dbc color hex is 0.37, 0.16, 0.00, 0.26. Web safe color of #769dbc is #6699cc. Color #769dbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 10011101 | 10111100 |
Octal | 166 | 235 | 274 |
Decimal | 118 | 157 | 188 |
Hex | 76 | 9D | BC |
Shades of #769dbc
Tints of #769dbc
RGB Percentages of Color #769dbc
CMYK Percentages of Color #769dbc
Complementary Color
#769dbc | #bc9576 |
#769dbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#769dbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#769dbc Color CSS Codes
.mybgcolor {background-color:#769dbc; } .myforecolor {color:#769dbc; } .mybordercolor {border:3px solid #769dbc; }
#769dbc Text Font Color
<p style="color:#769dbc">Text here</p>
This sample text font color is #769dbc
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.
#769dbc Background Color
<div style="background-color:#769dbc">
Div content here</div>
This div background color is #769dbc
#769dbc Border Color
<div style="border:3px solid #769dbc">
Div here</div>
This div border color is #769dbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,157,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #769dbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #769dbc; -webkit-box-shadow: 1px 1px 3px 2px #769dbc; box-shadow: 1px 1px 3px 2px #769dbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,157,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 #769dbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #769dbc; -webkit-box-shadow: 1px 1px 3px 2px #769dbc; box-shadow: 1px 1px 3px 2px #769dbc;">
Div content here</div>
This div box has shadow with color #769dbc
Comments
No comments written yet.
Please login to write comment.