Color spaces of #83fcbb
RGB | 131 | 252 | 187 |
---|---|---|---|
HSL | 0.41 | 0.95 | 0.75 |
HSV | 148° | 48° | 99° |
CMYK | 0.48 | 0.00 | 0.26 0.01 |
XYZ | 53.1401 | 78.0340 | 59.2750 |
Yxy | 78.0340 | 0.2790 | 0.4097 |
Hunter Lab | 88.3369 | -47.2107 | 22.0516 |
CIE-Lab | 90.7954 | -48.4192 | 20.8246 |
#83fcbb color RGB value is (131,252,187).
#83fcbb hex color red value is 131, green value is 252 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #83fcbb hue: 0.41 , saturation: 0.95 and the lightness value of 83fcbb is 0.75.
The process color (four color CMYK) of #83fcbb color hex is 0.48, 0.00, 0.26, 0.01. Web safe color of #83fcbb is #99ffcc. Color #83fcbb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 11111100 | 10111011 |
Octal | 203 | 374 | 273 |
Decimal | 131 | 252 | 187 |
Hex | 83 | FC | BB |
Shades of #83fcbb
Tints of #83fcbb
RGB Percentages of Color #83fcbb
CMYK Percentages of Color #83fcbb
Complementary Color
#83fcbb | #fc83c4 |
#83fcbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#83fcbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#83fcbb Color CSS Codes
.mybgcolor {background-color:#83fcbb; } .myforecolor {color:#83fcbb; } .mybordercolor {border:3px solid #83fcbb; }
#83fcbb Text Font Color
<p style="color:#83fcbb">Text here</p>
This sample text font color is #83fcbb
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.
#83fcbb Background Color
<div style="background-color:#83fcbb">
Div content here</div>
This div background color is #83fcbb
#83fcbb Border Color
<div style="border:3px solid #83fcbb">
Div here</div>
This div border color is #83fcbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,252,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #83fcbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #83fcbb; -webkit-box-shadow: 1px 1px 3px 2px #83fcbb; box-shadow: 1px 1px 3px 2px #83fcbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,252,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #83fcbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #83fcbb; -webkit-box-shadow: 1px 1px 3px 2px #83fcbb; box-shadow: 1px 1px 3px 2px #83fcbb;">
Div content here</div>
This div box has shadow with color #83fcbb
Comments
No comments written yet.
Please login to write comment.