Color spaces of #60bfcb
RGB | 96 | 191 | 203 |
---|---|---|---|
HSL | 0.52 | 0.51 | 0.59 |
HSV | 187° | 53° | 80° |
CMYK | 0.53 | 0.06 | 0.00 0.20 |
XYZ | 34.2342 | 44.0602 | 63.2001 |
Yxy | 44.0602 | 0.2419 | 0.3114 |
Hunter Lab | 66.3779 | -24.1004 | -9.9871 |
CIE-Lab | 72.2687 | -24.7194 | -14.6458 |
#60bfcb color RGB value is (96,191,203).
#60bfcb hex color red value is 96, green value is 191 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #60bfcb hue: 0.52 , saturation: 0.51 and the lightness value of 60bfcb is 0.59.
The process color (four color CMYK) of #60bfcb color hex is 0.53, 0.06, 0.00, 0.20. Web safe color of #60bfcb is #66cccc. Color #60bfcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 10111111 | 11001011 |
Octal | 140 | 277 | 313 |
Decimal | 96 | 191 | 203 |
Hex | 60 | BF | CB |
Shades of #60bfcb
Tints of #60bfcb
RGB Percentages of Color #60bfcb
CMYK Percentages of Color #60bfcb
Complementary Color
#60bfcb | #cb6c60 |
#60bfcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#60bfcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#60bfcb Color CSS Codes
.mybgcolor {background-color:#60bfcb; } .myforecolor {color:#60bfcb; } .mybordercolor {border:3px solid #60bfcb; }
#60bfcb Text Font Color
<p style="color:#60bfcb">Text here</p>
This sample text font color is #60bfcb
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.
#60bfcb Background Color
<div style="background-color:#60bfcb">
Div content here</div>
This div background color is #60bfcb
#60bfcb Border Color
<div style="border:3px solid #60bfcb">
Div here</div>
This div border color is #60bfcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,191,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #60bfcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #60bfcb; -webkit-box-shadow: 1px 1px 3px 2px #60bfcb; box-shadow: 1px 1px 3px 2px #60bfcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,191,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 #60bfcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #60bfcb; -webkit-box-shadow: 1px 1px 3px 2px #60bfcb; box-shadow: 1px 1px 3px 2px #60bfcb;">
Div content here</div>
This div box has shadow with color #60bfcb
Comments
No comments written yet.
Please login to write comment.