Color spaces of #759eef
RGB | 117 | 158 | 239 |
---|---|---|---|
HSL | 0.61 | 0.79 | 0.70 |
HSV | 220° | 51° | 94° |
CMYK | 0.51 | 0.34 | 0.00 0.06 |
XYZ | 35.1430 | 34.4676 | 86.4620 |
Yxy | 34.4676 | 0.2252 | 0.2208 |
Hunter Lab | 58.7091 | 4.1083 | -46.2211 |
CIE-Lab | 65.3320 | 8.3006 | -44.9769 |
#759eef color RGB value is (117,158,239).
#759eef hex color red value is 117, green value is 158 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #759eef hue: 0.61 , saturation: 0.79 and the lightness value of 759eef is 0.70.
The process color (four color CMYK) of #759eef color hex is 0.51, 0.34, 0.00, 0.06. Web safe color of #759eef is #6699ff. Color #759eef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 10011110 | 11101111 |
Octal | 165 | 236 | 357 |
Decimal | 117 | 158 | 239 |
Hex | 75 | 9E | EF |
Shades of #759eef
Tints of #759eef
RGB Percentages of Color #759eef
CMYK Percentages of Color #759eef
Complementary Color
#759eef | #efc675 |
#759eef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#759eef Color Preview on White Background
Lorem ipsum dolor sit amet.
#759eef Color CSS Codes
.mybgcolor {background-color:#759eef; } .myforecolor {color:#759eef; } .mybordercolor {border:3px solid #759eef; }
#759eef Text Font Color
<p style="color:#759eef">Text here</p>
This sample text font color is #759eef
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.
#759eef Background Color
<div style="background-color:#759eef">
Div content here</div>
This div background color is #759eef
#759eef Border Color
<div style="border:3px solid #759eef">
Div here</div>
This div border color is #759eef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,158,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #759eef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #759eef; -webkit-box-shadow: 1px 1px 3px 2px #759eef; box-shadow: 1px 1px 3px 2px #759eef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,158,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #759eef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #759eef; -webkit-box-shadow: 1px 1px 3px 2px #759eef; box-shadow: 1px 1px 3px 2px #759eef;">
Div content here</div>
This div box has shadow with color #759eef
Comments
No comments written yet.
Please login to write comment.