Color spaces of #3fbbcb
RGB | 63 | 187 | 203 |
---|---|---|---|
HSL | 0.52 | 0.57 | 0.52 |
HSV | 187° | 69° | 80° |
CMYK | 0.69 | 0.08 | 0.00 0.20 |
XYZ | 30.5997 | 40.9092 | 62.7834 |
Yxy | 40.9092 | 0.2279 | 0.3046 |
Hunter Lab | 63.9603 | -26.5331 | -13.4268 |
CIE-Lab | 70.1123 | -28.4876 | -17.9963 |
#3fbbcb color RGB value is (63,187,203).
#3fbbcb hex color red value is 63, green value is 187 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #3fbbcb hue: 0.52 , saturation: 0.57 and the lightness value of 3fbbcb is 0.52.
The process color (four color CMYK) of #3fbbcb color hex is 0.69, 0.08, 0.00, 0.20. Web safe color of #3fbbcb is #33cccc. Color #3fbbcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111111 | 10111011 | 11001011 |
Octal | 77 | 273 | 313 |
Decimal | 63 | 187 | 203 |
Hex | 3F | BB | CB |
Shades of #3fbbcb
Tints of #3fbbcb
RGB Percentages of Color #3fbbcb
CMYK Percentages of Color #3fbbcb
Complementary Color
#3fbbcb | #cb4f3f |
#3fbbcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3fbbcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#3fbbcb Color CSS Codes
.mybgcolor {background-color:#3fbbcb; } .myforecolor {color:#3fbbcb; } .mybordercolor {border:3px solid #3fbbcb; }
#3fbbcb Text Font Color
<p style="color:#3fbbcb">Text here</p>
This sample text font color is #3fbbcb
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.
#3fbbcb Background Color
<div style="background-color:#3fbbcb">
Div content here</div>
This div background color is #3fbbcb
#3fbbcb Border Color
<div style="border:3px solid #3fbbcb">
Div here</div>
This div border color is #3fbbcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(63,187,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3fbbcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3fbbcb; -webkit-box-shadow: 1px 1px 3px 2px #3fbbcb; box-shadow: 1px 1px 3px 2px #3fbbcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(63,187,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 #3fbbcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3fbbcb; -webkit-box-shadow: 1px 1px 3px 2px #3fbbcb; box-shadow: 1px 1px 3px 2px #3fbbcb;">
Div content here</div>
This div box has shadow with color #3fbbcb
Comments
No comments written yet.
Please login to write comment.