Color spaces of #78acfd
RGB | 120 | 172 | 253 |
---|---|---|---|
HSL | 0.60 | 0.97 | 0.73 |
HSV | 217° | 53° | 99° |
CMYK | 0.53 | 0.32 | 0.00 0.01 |
XYZ | 40.2279 | 40.5900 | 98.6429 |
Yxy | 40.5900 | 0.2242 | 0.2262 |
Hunter Lab | 63.7103 | 1.2153 | -47.2018 |
CIE-Lab | 69.8877 | 5.1990 | -45.4404 |
#78acfd color RGB value is (120,172,253).
#78acfd hex color red value is 120, green value is 172 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #78acfd hue: 0.60 , saturation: 0.97 and the lightness value of 78acfd is 0.73.
The process color (four color CMYK) of #78acfd color hex is 0.53, 0.32, 0.00, 0.01. Web safe color of #78acfd is #6699ff. Color #78acfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 10101100 | 11111101 |
Octal | 170 | 254 | 375 |
Decimal | 120 | 172 | 253 |
Hex | 78 | AC | FD |
Shades of #78acfd
Tints of #78acfd
RGB Percentages of Color #78acfd
CMYK Percentages of Color #78acfd
Complementary Color
#78acfd | #fdc978 |
#78acfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#78acfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#78acfd Color CSS Codes
.mybgcolor {background-color:#78acfd; } .myforecolor {color:#78acfd; } .mybordercolor {border:3px solid #78acfd; }
#78acfd Text Font Color
<p style="color:#78acfd">Text here</p>
This sample text font color is #78acfd
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.
#78acfd Background Color
<div style="background-color:#78acfd">
Div content here</div>
This div background color is #78acfd
#78acfd Border Color
<div style="border:3px solid #78acfd">
Div here</div>
This div border color is #78acfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,172,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #78acfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #78acfd; -webkit-box-shadow: 1px 1px 3px 2px #78acfd; box-shadow: 1px 1px 3px 2px #78acfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,172,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #78acfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #78acfd; -webkit-box-shadow: 1px 1px 3px 2px #78acfd; box-shadow: 1px 1px 3px 2px #78acfd;">
Div content here</div>
This div box has shadow with color #78acfd
Comments
No comments written yet.
Please login to write comment.