Color spaces of #78b0ea
RGB | 120 | 176 | 234 |
---|---|---|---|
HSL | 0.58 | 0.73 | 0.69 |
HSV | 211° | 49° | 92° |
CMYK | 0.49 | 0.25 | 0.00 0.08 |
XYZ | 38.1223 | 40.9843 | 83.7434 |
Yxy | 40.9843 | 0.2341 | 0.2517 |
Hunter Lab | 64.0190 | -5.7393 | -32.7441 |
CIE-Lab | 70.1649 | -2.6634 | -34.6826 |
#78b0ea color RGB value is (120,176,234).
#78b0ea hex color red value is 120, green value is 176 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #78b0ea hue: 0.58 , saturation: 0.73 and the lightness value of 78b0ea is 0.69.
The process color (four color CMYK) of #78b0ea color hex is 0.49, 0.25, 0.00, 0.08. Web safe color of #78b0ea is #6699ff. Color #78b0ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 10110000 | 11101010 |
Octal | 170 | 260 | 352 |
Decimal | 120 | 176 | 234 |
Hex | 78 | B0 | EA |
Shades of #78b0ea
Tints of #78b0ea
RGB Percentages of Color #78b0ea
CMYK Percentages of Color #78b0ea
Complementary Color
#78b0ea | #eab278 |
#78b0ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#78b0ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#78b0ea Color CSS Codes
.mybgcolor {background-color:#78b0ea; } .myforecolor {color:#78b0ea; } .mybordercolor {border:3px solid #78b0ea; }
#78b0ea Text Font Color
<p style="color:#78b0ea">Text here</p>
This sample text font color is #78b0ea
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.
#78b0ea Background Color
<div style="background-color:#78b0ea">
Div content here</div>
This div background color is #78b0ea
#78b0ea Border Color
<div style="border:3px solid #78b0ea">
Div here</div>
This div border color is #78b0ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,176,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #78b0ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #78b0ea; -webkit-box-shadow: 1px 1px 3px 2px #78b0ea; box-shadow: 1px 1px 3px 2px #78b0ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,176,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #78b0ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #78b0ea; -webkit-box-shadow: 1px 1px 3px 2px #78b0ea; box-shadow: 1px 1px 3px 2px #78b0ea;">
Div content here</div>
This div box has shadow with color #78b0ea
Comments
No comments written yet.
Please login to write comment.