Color spaces of #78afec
RGB | 120 | 175 | 236 |
---|---|---|---|
HSL | 0.59 | 0.75 | 0.70 |
HSV | 212° | 49° | 93° |
CMYK | 0.49 | 0.26 | 0.00 0.07 |
XYZ | 38.2160 | 40.7091 | 85.2003 |
Yxy | 40.7091 | 0.2328 | 0.2480 |
Hunter Lab | 63.8037 | -4.7417 | -34.5104 |
CIE-Lab | 69.9716 | -1.5284 | -36.0723 |
#78afec color RGB value is (120,175,236).
#78afec hex color red value is 120, green value is 175 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #78afec hue: 0.59 , saturation: 0.75 and the lightness value of 78afec is 0.70.
The process color (four color CMYK) of #78afec color hex is 0.49, 0.26, 0.00, 0.07. Web safe color of #78afec is #6699ff. Color #78afec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 10101111 | 11101100 |
Octal | 170 | 257 | 354 |
Decimal | 120 | 175 | 236 |
Hex | 78 | AF | EC |
Shades of #78afec
Tints of #78afec
RGB Percentages of Color #78afec
CMYK Percentages of Color #78afec
Complementary Color
#78afec | #ecb578 |
#78afec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#78afec Color Preview on White Background
Lorem ipsum dolor sit amet.
#78afec Color CSS Codes
.mybgcolor {background-color:#78afec; } .myforecolor {color:#78afec; } .mybordercolor {border:3px solid #78afec; }
#78afec Text Font Color
<p style="color:#78afec">Text here</p>
This sample text font color is #78afec
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.
#78afec Background Color
<div style="background-color:#78afec">
Div content here</div>
This div background color is #78afec
#78afec Border Color
<div style="border:3px solid #78afec">
Div here</div>
This div border color is #78afec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,175,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #78afec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #78afec; -webkit-box-shadow: 1px 1px 3px 2px #78afec; box-shadow: 1px 1px 3px 2px #78afec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,175,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 #78afec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #78afec; -webkit-box-shadow: 1px 1px 3px 2px #78afec; box-shadow: 1px 1px 3px 2px #78afec;">
Div content here</div>
This div box has shadow with color #78afec
Comments
No comments written yet.
Please login to write comment.