Color spaces of #769ffe
RGB | 118 | 159 | 254 |
---|---|---|---|
HSL | 0.62 | 0.99 | 0.73 |
HSV | 222° | 54° | 100° |
CMYK | 0.54 | 0.37 | 0.00 0.00 |
XYZ | 37.7587 | 35.8036 | 98.6866 |
Yxy | 35.8036 | 0.2192 | 0.2079 |
Hunter Lab | 59.8361 | 7.9266 | -55.9006 |
CIE-Lab | 66.3696 | 12.5198 | -51.5347 |
#769ffe color RGB value is (118,159,254).
#769ffe hex color red value is 118, green value is 159 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #769ffe hue: 0.62 , saturation: 0.99 and the lightness value of 769ffe is 0.73.
The process color (four color CMYK) of #769ffe color hex is 0.54, 0.37, 0.00, 0.00. Web safe color of #769ffe is #6699ff. Color #769ffe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 10011111 | 11111110 |
Octal | 166 | 237 | 376 |
Decimal | 118 | 159 | 254 |
Hex | 76 | 9F | FE |
Shades of #769ffe
Tints of #769ffe
RGB Percentages of Color #769ffe
CMYK Percentages of Color #769ffe
Complementary Color
#769ffe | #fed576 |
#769ffe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#769ffe Color Preview on White Background
Lorem ipsum dolor sit amet.
#769ffe Color CSS Codes
.mybgcolor {background-color:#769ffe; } .myforecolor {color:#769ffe; } .mybordercolor {border:3px solid #769ffe; }
#769ffe Text Font Color
<p style="color:#769ffe">Text here</p>
This sample text font color is #769ffe
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.
#769ffe Background Color
<div style="background-color:#769ffe">
Div content here</div>
This div background color is #769ffe
#769ffe Border Color
<div style="border:3px solid #769ffe">
Div here</div>
This div border color is #769ffe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,159,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #769ffe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #769ffe; -webkit-box-shadow: 1px 1px 3px 2px #769ffe; box-shadow: 1px 1px 3px 2px #769ffe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,159,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #769ffe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #769ffe; -webkit-box-shadow: 1px 1px 3px 2px #769ffe; box-shadow: 1px 1px 3px 2px #769ffe;">
Div content here</div>
This div box has shadow with color #769ffe
Comments
No comments written yet.
Please login to write comment.