Color spaces of #769fdd
RGB | 118 | 159 | 221 |
---|---|---|---|
HSL | 0.60 | 0.60 | 0.66 |
HSV | 216° | 47° | 87° |
CMYK | 0.47 | 0.28 | 0.00 0.13 |
XYZ | 32.9205 | 33.8683 | 73.2087 |
Yxy | 33.8683 | 0.2352 | 0.2419 |
Hunter Lab | 58.1965 | -0.8702 | -33.8468 |
CIE-Lab | 64.8579 | 2.6138 | -35.8020 |
#769fdd color RGB value is (118,159,221).
#769fdd hex color red value is 118, green value is 159 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #769fdd hue: 0.60 , saturation: 0.60 and the lightness value of 769fdd is 0.66.
The process color (four color CMYK) of #769fdd color hex is 0.47, 0.28, 0.00, 0.13. Web safe color of #769fdd is #6699cc. Color #769fdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 10011111 | 11011101 |
Octal | 166 | 237 | 335 |
Decimal | 118 | 159 | 221 |
Hex | 76 | 9F | DD |
Shades of #769fdd
Tints of #769fdd
RGB Percentages of Color #769fdd
CMYK Percentages of Color #769fdd
Complementary Color
#769fdd | #ddb476 |
#769fdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#769fdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#769fdd Color CSS Codes
.mybgcolor {background-color:#769fdd; } .myforecolor {color:#769fdd; } .mybordercolor {border:3px solid #769fdd; }
#769fdd Text Font Color
<p style="color:#769fdd">Text here</p>
This sample text font color is #769fdd
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.
#769fdd Background Color
<div style="background-color:#769fdd">
Div content here</div>
This div background color is #769fdd
#769fdd Border Color
<div style="border:3px solid #769fdd">
Div here</div>
This div border color is #769fdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,159,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #769fdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #769fdd; -webkit-box-shadow: 1px 1px 3px 2px #769fdd; box-shadow: 1px 1px 3px 2px #769fdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,159,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #769fdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #769fdd; -webkit-box-shadow: 1px 1px 3px 2px #769fdd; box-shadow: 1px 1px 3px 2px #769fdd;">
Div content here</div>
This div box has shadow with color #769fdd
Comments
No comments written yet.
Please login to write comment.