Color spaces of #769eba
RGB | 118 | 158 | 186 |
---|---|---|---|
HSL | 0.57 | 0.33 | 0.60 |
HSV | 205° | 37° | 73° |
CMYK | 0.37 | 0.15 | 0.00 0.27 |
XYZ | 28.5610 | 31.8504 | 51.0968 |
Yxy | 31.8504 | 0.2561 | 0.2856 |
Hunter Lab | 56.4362 | -8.4287 | -14.1753 |
CIE-Lab | 63.2190 | -6.5615 | -18.8358 |
#769eba color RGB value is (118,158,186).
#769eba hex color red value is 118, green value is 158 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #769eba hue: 0.57 , saturation: 0.33 and the lightness value of 769eba is 0.60.
The process color (four color CMYK) of #769eba color hex is 0.37, 0.15, 0.00, 0.27. Web safe color of #769eba is #6699cc. Color #769eba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 10011110 | 10111010 |
Octal | 166 | 236 | 272 |
Decimal | 118 | 158 | 186 |
Hex | 76 | 9E | BA |
Shades of #769eba
Tints of #769eba
RGB Percentages of Color #769eba
CMYK Percentages of Color #769eba
Complementary Color
#769eba | #ba9276 |
#769eba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#769eba Color Preview on White Background
Lorem ipsum dolor sit amet.
#769eba Color CSS Codes
.mybgcolor {background-color:#769eba; } .myforecolor {color:#769eba; } .mybordercolor {border:3px solid #769eba; }
#769eba Text Font Color
<p style="color:#769eba">Text here</p>
This sample text font color is #769eba
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.
#769eba Background Color
<div style="background-color:#769eba">
Div content here</div>
This div background color is #769eba
#769eba Border Color
<div style="border:3px solid #769eba">
Div here</div>
This div border color is #769eba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,158,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #769eba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #769eba; -webkit-box-shadow: 1px 1px 3px 2px #769eba; box-shadow: 1px 1px 3px 2px #769eba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,158,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #769eba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #769eba; -webkit-box-shadow: 1px 1px 3px 2px #769eba; box-shadow: 1px 1px 3px 2px #769eba;">
Div content here</div>
This div box has shadow with color #769eba
Comments
No comments written yet.
Please login to write comment.