Color spaces of #78effb
RGB | 120 | 239 | 251 |
---|---|---|---|
HSL | 0.52 | 0.94 | 0.73 |
HSV | 185° | 52° | 98° |
CMYK | 0.52 | 0.05 | 0.00 0.02 |
XYZ | 56.0248 | 72.6911 | 102.3448 |
Yxy | 72.6911 | 0.2425 | 0.3146 |
Hunter Lab | 85.2591 | -31.9088 | -11.4902 |
CIE-Lab | 88.3002 | -30.3414 | -16.0860 |
#78effb color RGB value is (120,239,251).
#78effb hex color red value is 120, green value is 239 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #78effb hue: 0.52 , saturation: 0.94 and the lightness value of 78effb is 0.73.
The process color (four color CMYK) of #78effb color hex is 0.52, 0.05, 0.00, 0.02. Web safe color of #78effb is #66ffff. Color #78effb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 11101111 | 11111011 |
Octal | 170 | 357 | 373 |
Decimal | 120 | 239 | 251 |
Hex | 78 | EF | FB |
Shades of #78effb
Tints of #78effb
RGB Percentages of Color #78effb
CMYK Percentages of Color #78effb
Complementary Color
#78effb | #fb8478 |
#78effb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#78effb Color Preview on White Background
Lorem ipsum dolor sit amet.
#78effb Color CSS Codes
.mybgcolor {background-color:#78effb; } .myforecolor {color:#78effb; } .mybordercolor {border:3px solid #78effb; }
#78effb Text Font Color
<p style="color:#78effb">Text here</p>
This sample text font color is #78effb
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.
#78effb Background Color
<div style="background-color:#78effb">
Div content here</div>
This div background color is #78effb
#78effb Border Color
<div style="border:3px solid #78effb">
Div here</div>
This div border color is #78effb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,239,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #78effb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #78effb; -webkit-box-shadow: 1px 1px 3px 2px #78effb; box-shadow: 1px 1px 3px 2px #78effb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,239,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #78effb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #78effb; -webkit-box-shadow: 1px 1px 3px 2px #78effb; box-shadow: 1px 1px 3px 2px #78effb;">
Div content here</div>
This div box has shadow with color #78effb
Comments
No comments written yet.
Please login to write comment.