Color spaces of #6efbdb
RGB | 110 | 251 | 219 |
---|---|---|---|
HSL | 0.46 | 0.95 | 0.71 |
HSV | 166° | 56° | 98° |
CMYK | 0.56 | 0.00 | 0.13 0.02 |
XYZ | 53.7138 | 77.4238 | 79.1311 |
Yxy | 77.4238 | 0.2555 | 0.3682 |
Hunter Lab | 87.9908 | -45.0189 | 8.2734 |
CIE-Lab | 90.5163 | -45.7392 | 3.8339 |
#6efbdb color RGB value is (110,251,219).
#6efbdb hex color red value is 110, green value is 251 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6efbdb hue: 0.46 , saturation: 0.95 and the lightness value of 6efbdb is 0.71.
The process color (four color CMYK) of #6efbdb color hex is 0.56, 0.00, 0.13, 0.02. Web safe color of #6efbdb is #66ffcc. Color #6efbdb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101110 | 11111011 | 11011011 |
Octal | 156 | 373 | 333 |
Decimal | 110 | 251 | 219 |
Hex | 6E | FB | DB |
Shades of #6efbdb
Tints of #6efbdb
RGB Percentages of Color #6efbdb
CMYK Percentages of Color #6efbdb
Complementary Color
#6efbdb | #fb6e8e |
#6efbdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6efbdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#6efbdb Color CSS Codes
.mybgcolor {background-color:#6efbdb; } .myforecolor {color:#6efbdb; } .mybordercolor {border:3px solid #6efbdb; }
#6efbdb Text Font Color
<p style="color:#6efbdb">Text here</p>
This sample text font color is #6efbdb
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.
#6efbdb Background Color
<div style="background-color:#6efbdb">
Div content here</div>
This div background color is #6efbdb
#6efbdb Border Color
<div style="border:3px solid #6efbdb">
Div here</div>
This div border color is #6efbdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(110,251,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6efbdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6efbdb; -webkit-box-shadow: 1px 1px 3px 2px #6efbdb; box-shadow: 1px 1px 3px 2px #6efbdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(110,251,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6efbdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6efbdb; -webkit-box-shadow: 1px 1px 3px 2px #6efbdb; box-shadow: 1px 1px 3px 2px #6efbdb;">
Div content here</div>
This div box has shadow with color #6efbdb
Comments
No comments written yet.
Please login to write comment.