Color spaces of #758aec
RGB | 117 | 138 | 236 |
---|---|---|---|
HSL | 0.64 | 0.76 | 0.69 |
HSV | 229° | 50° | 93° |
CMYK | 0.50 | 0.42 | 0.00 0.07 |
XYZ | 31.5649 | 28.0150 | 83.1007 |
Yxy | 28.0150 | 0.2212 | 0.1963 |
Hunter Lab | 52.9292 | 13.8243 | -56.0369 |
CIE-Lab | 59.9023 | 19.0867 | -51.9068 |
#758aec color RGB value is (117,138,236).
#758aec hex color red value is 117, green value is 138 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #758aec hue: 0.64 , saturation: 0.76 and the lightness value of 758aec is 0.69.
The process color (four color CMYK) of #758aec color hex is 0.50, 0.42, 0.00, 0.07. Web safe color of #758aec is #6699ff. Color #758aec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 10001010 | 11101100 |
Octal | 165 | 212 | 354 |
Decimal | 117 | 138 | 236 |
Hex | 75 | 8A | EC |
Shades of #758aec
Tints of #758aec
RGB Percentages of Color #758aec
CMYK Percentages of Color #758aec
Complementary Color
#758aec | #ecd775 |
#758aec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#758aec Color Preview on White Background
Lorem ipsum dolor sit amet.
#758aec Color CSS Codes
.mybgcolor {background-color:#758aec; } .myforecolor {color:#758aec; } .mybordercolor {border:3px solid #758aec; }
#758aec Text Font Color
<p style="color:#758aec">Text here</p>
This sample text font color is #758aec
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.
#758aec Background Color
<div style="background-color:#758aec">
Div content here</div>
This div background color is #758aec
#758aec Border Color
<div style="border:3px solid #758aec">
Div here</div>
This div border color is #758aec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,138,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #758aec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #758aec; -webkit-box-shadow: 1px 1px 3px 2px #758aec; box-shadow: 1px 1px 3px 2px #758aec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,138,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 #758aec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #758aec; -webkit-box-shadow: 1px 1px 3px 2px #758aec; box-shadow: 1px 1px 3px 2px #758aec;">
Div content here</div>
This div box has shadow with color #758aec
Comments
No comments written yet.
Please login to write comment.