Color spaces of #6bfdcd
RGB | 107 | 253 | 205 |
---|---|---|---|
HSL | 0.45 | 0.97 | 0.71 |
HSV | 160° | 58° | 99° |
CMYK | 0.58 | 0.00 | 0.19 0.01 |
XYZ | 52.2081 | 77.7841 | 70.0198 |
Yxy | 77.7841 | 0.2610 | 0.3889 |
Hunter Lab | 88.1953 | -48.6769 | 14.6653 |
CIE-Lab | 90.6813 | -50.3496 | 11.3030 |
#6bfdcd color RGB value is (107,253,205).
#6bfdcd hex color red value is 107, green value is 253 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6bfdcd hue: 0.45 , saturation: 0.97 and the lightness value of 6bfdcd is 0.71.
The process color (four color CMYK) of #6bfdcd color hex is 0.58, 0.00, 0.19, 0.01. Web safe color of #6bfdcd is #66ffcc. Color #6bfdcd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101011 | 11111101 | 11001101 |
Octal | 153 | 375 | 315 |
Decimal | 107 | 253 | 205 |
Hex | 6B | FD | CD |
Shades of #6bfdcd
Tints of #6bfdcd
RGB Percentages of Color #6bfdcd
CMYK Percentages of Color #6bfdcd
Complementary Color
#6bfdcd | #fd6b9b |
#6bfdcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6bfdcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#6bfdcd Color CSS Codes
.mybgcolor {background-color:#6bfdcd; } .myforecolor {color:#6bfdcd; } .mybordercolor {border:3px solid #6bfdcd; }
#6bfdcd Text Font Color
<p style="color:#6bfdcd">Text here</p>
This sample text font color is #6bfdcd
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.
#6bfdcd Background Color
<div style="background-color:#6bfdcd">
Div content here</div>
This div background color is #6bfdcd
#6bfdcd Border Color
<div style="border:3px solid #6bfdcd">
Div here</div>
This div border color is #6bfdcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(107,253,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6bfdcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6bfdcd; -webkit-box-shadow: 1px 1px 3px 2px #6bfdcd; box-shadow: 1px 1px 3px 2px #6bfdcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(107,253,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6bfdcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6bfdcd; -webkit-box-shadow: 1px 1px 3px 2px #6bfdcd; box-shadow: 1px 1px 3px 2px #6bfdcd;">
Div content here</div>
This div box has shadow with color #6bfdcd
Comments
No comments written yet.
Please login to write comment.