Color spaces of #60facb
RGB | 96 | 250 | 203 |
---|---|---|---|
HSL | 0.45 | 0.94 | 0.68 |
HSV | 162° | 62° | 98° |
CMYK | 0.62 | 0.00 | 0.19 0.02 |
XYZ | 49.7890 | 75.1698 | 68.3850 |
Yxy | 75.1698 | 0.2575 | 0.3888 |
Hunter Lab | 86.7005 | -49.2198 | 13.9254 |
CIE-Lab | 89.4725 | -51.5640 | 10.5729 |
#60facb color RGB value is (96,250,203).
#60facb hex color red value is 96, green value is 250 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #60facb hue: 0.45 , saturation: 0.94 and the lightness value of 60facb is 0.68.
The process color (four color CMYK) of #60facb color hex is 0.62, 0.00, 0.19, 0.02. Web safe color of #60facb is #66ffcc. Color #60facb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 11111010 | 11001011 |
Octal | 140 | 372 | 313 |
Decimal | 96 | 250 | 203 |
Hex | 60 | FA | CB |
Shades of #60facb
Tints of #60facb
RGB Percentages of Color #60facb
CMYK Percentages of Color #60facb
Complementary Color
#60facb | #fa608f |
#60facb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#60facb Color Preview on White Background
Lorem ipsum dolor sit amet.
#60facb Color CSS Codes
.mybgcolor {background-color:#60facb; } .myforecolor {color:#60facb; } .mybordercolor {border:3px solid #60facb; }
#60facb Text Font Color
<p style="color:#60facb">Text here</p>
This sample text font color is #60facb
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.
#60facb Background Color
<div style="background-color:#60facb">
Div content here</div>
This div background color is #60facb
#60facb Border Color
<div style="border:3px solid #60facb">
Div here</div>
This div border color is #60facb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,250,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #60facb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #60facb; -webkit-box-shadow: 1px 1px 3px 2px #60facb; box-shadow: 1px 1px 3px 2px #60facb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,250,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #60facb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #60facb; -webkit-box-shadow: 1px 1px 3px 2px #60facb; box-shadow: 1px 1px 3px 2px #60facb;">
Div content here</div>
This div box has shadow with color #60facb
Comments
No comments written yet.
Please login to write comment.