Color spaces of #769dec
RGB | 118 | 157 | 236 |
---|---|---|---|
HSL | 0.61 | 0.76 | 0.69 |
HSV | 220° | 50° | 93° |
CMYK | 0.50 | 0.33 | 0.00 0.07 |
XYZ | 34.6685 | 34.0216 | 84.0965 |
Yxy | 34.0216 | 0.2269 | 0.2227 |
Hunter Lab | 58.3280 | 4.0212 | -44.6538 |
CIE-Lab | 64.9797 | 8.1968 | -43.8798 |
#769dec color RGB value is (118,157,236).
#769dec hex color red value is 118, green value is 157 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #769dec hue: 0.61 , saturation: 0.76 and the lightness value of 769dec is 0.69.
The process color (four color CMYK) of #769dec color hex is 0.50, 0.33, 0.00, 0.07. Web safe color of #769dec is #6699ff. Color #769dec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 10011101 | 11101100 |
Octal | 166 | 235 | 354 |
Decimal | 118 | 157 | 236 |
Hex | 76 | 9D | EC |
Shades of #769dec
Tints of #769dec
RGB Percentages of Color #769dec
CMYK Percentages of Color #769dec
Complementary Color
#769dec | #ecc576 |
#769dec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#769dec Color Preview on White Background
Lorem ipsum dolor sit amet.
#769dec Color CSS Codes
.mybgcolor {background-color:#769dec; } .myforecolor {color:#769dec; } .mybordercolor {border:3px solid #769dec; }
#769dec Text Font Color
<p style="color:#769dec">Text here</p>
This sample text font color is #769dec
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.
#769dec Background Color
<div style="background-color:#769dec">
Div content here</div>
This div background color is #769dec
#769dec Border Color
<div style="border:3px solid #769dec">
Div here</div>
This div border color is #769dec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,157,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #769dec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #769dec; -webkit-box-shadow: 1px 1px 3px 2px #769dec; box-shadow: 1px 1px 3px 2px #769dec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,157,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #769dec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #769dec; -webkit-box-shadow: 1px 1px 3px 2px #769dec; box-shadow: 1px 1px 3px 2px #769dec;">
Div content here</div>
This div box has shadow with color #769dec
Comments
No comments written yet.
Please login to write comment.