Color spaces of #60ebfd
RGB | 96 | 235 | 253 |
---|---|---|---|
HSL | 0.52 | 0.98 | 0.68 |
HSV | 187° | 62° | 99° |
CMYK | 0.62 | 0.07 | 0.00 0.01 |
XYZ | 52.2618 | 68.9953 | 103.4914 |
Yxy | 68.9953 | 0.2325 | 0.3070 |
Hunter Lab | 83.0634 | -33.0524 | -15.7270 |
CIE-Lab | 86.5017 | -32.1938 | -19.9157 |
#60ebfd color RGB value is (96,235,253).
#60ebfd hex color red value is 96, green value is 235 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #60ebfd hue: 0.52 , saturation: 0.98 and the lightness value of 60ebfd is 0.68.
The process color (four color CMYK) of #60ebfd color hex is 0.62, 0.07, 0.00, 0.01. Web safe color of #60ebfd is #66ffff. Color #60ebfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 11101011 | 11111101 |
Octal | 140 | 353 | 375 |
Decimal | 96 | 235 | 253 |
Hex | 60 | EB | FD |
Shades of #60ebfd
Tints of #60ebfd
RGB Percentages of Color #60ebfd
CMYK Percentages of Color #60ebfd
Complementary Color
#60ebfd | #fd7260 |
#60ebfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#60ebfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#60ebfd Color CSS Codes
.mybgcolor {background-color:#60ebfd; } .myforecolor {color:#60ebfd; } .mybordercolor {border:3px solid #60ebfd; }
#60ebfd Text Font Color
<p style="color:#60ebfd">Text here</p>
This sample text font color is #60ebfd
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.
#60ebfd Background Color
<div style="background-color:#60ebfd">
Div content here</div>
This div background color is #60ebfd
#60ebfd Border Color
<div style="border:3px solid #60ebfd">
Div here</div>
This div border color is #60ebfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,235,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #60ebfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #60ebfd; -webkit-box-shadow: 1px 1px 3px 2px #60ebfd; box-shadow: 1px 1px 3px 2px #60ebfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,235,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 #60ebfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #60ebfd; -webkit-box-shadow: 1px 1px 3px 2px #60ebfd; box-shadow: 1px 1px 3px 2px #60ebfd;">
Div content here</div>
This div box has shadow with color #60ebfd
Comments
No comments written yet.
Please login to write comment.