Color spaces of #60cdfb
RGB | 96 | 205 | 251 |
---|---|---|---|
HSL | 0.55 | 0.95 | 0.68 |
HSV | 198° | 62° | 98° |
CMYK | 0.62 | 0.18 | 0.00 0.02 |
XYZ | 44.0678 | 53.1145 | 99.1963 |
Yxy | 53.1145 | 0.2244 | 0.2705 |
Hunter Lab | 72.8797 | -19.6068 | -29.6836 |
CIE-Lab | 77.9426 | -17.9367 | -31.9140 |
#60cdfb color RGB value is (96,205,251).
#60cdfb hex color red value is 96, green value is 205 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #60cdfb hue: 0.55 , saturation: 0.95 and the lightness value of 60cdfb is 0.68.
The process color (four color CMYK) of #60cdfb color hex is 0.62, 0.18, 0.00, 0.02. Web safe color of #60cdfb is #66ccff. Color #60cdfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 11001101 | 11111011 |
Octal | 140 | 315 | 373 |
Decimal | 96 | 205 | 251 |
Hex | 60 | CD | FB |
Shades of #60cdfb
Tints of #60cdfb
RGB Percentages of Color #60cdfb
CMYK Percentages of Color #60cdfb
Complementary Color
#60cdfb | #fb8e60 |
#60cdfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#60cdfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#60cdfb Color CSS Codes
.mybgcolor {background-color:#60cdfb; } .myforecolor {color:#60cdfb; } .mybordercolor {border:3px solid #60cdfb; }
#60cdfb Text Font Color
<p style="color:#60cdfb">Text here</p>
This sample text font color is #60cdfb
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.
#60cdfb Background Color
<div style="background-color:#60cdfb">
Div content here</div>
This div background color is #60cdfb
#60cdfb Border Color
<div style="border:3px solid #60cdfb">
Div here</div>
This div border color is #60cdfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,205,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #60cdfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #60cdfb; -webkit-box-shadow: 1px 1px 3px 2px #60cdfb; box-shadow: 1px 1px 3px 2px #60cdfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,205,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 #60cdfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #60cdfb; -webkit-box-shadow: 1px 1px 3px 2px #60cdfb; box-shadow: 1px 1px 3px 2px #60cdfb;">
Div content here</div>
This div box has shadow with color #60cdfb
Comments
No comments written yet.
Please login to write comment.