Color spaces of #6edbbe
RGB | 110 | 219 | 190 |
---|---|---|---|
HSL | 0.46 | 0.60 | 0.65 |
HSV | 164° | 50° | 86° |
CMYK | 0.50 | 0.00 | 0.13 0.14 |
XYZ | 41.0562 | 57.6957 | 57.6877 |
Yxy | 57.6957 | 0.2624 | 0.3688 |
Hunter Lab | 75.9577 | -36.4442 | 8.1413 |
CIE-Lab | 80.5693 | -38.2833 | 4.6643 |
#6edbbe color RGB value is (110,219,190).
#6edbbe hex color red value is 110, green value is 219 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6edbbe hue: 0.46 , saturation: 0.60 and the lightness value of 6edbbe is 0.65.
The process color (four color CMYK) of #6edbbe color hex is 0.50, 0.00, 0.13, 0.14. Web safe color of #6edbbe is #66cccc. Color #6edbbe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101110 | 11011011 | 10111110 |
Octal | 156 | 333 | 276 |
Decimal | 110 | 219 | 190 |
Hex | 6E | DB | BE |
Shades of #6edbbe
Tints of #6edbbe
RGB Percentages of Color #6edbbe
CMYK Percentages of Color #6edbbe
Complementary Color
#6edbbe | #db6e8b |
#6edbbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6edbbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#6edbbe Color CSS Codes
.mybgcolor {background-color:#6edbbe; } .myforecolor {color:#6edbbe; } .mybordercolor {border:3px solid #6edbbe; }
#6edbbe Text Font Color
<p style="color:#6edbbe">Text here</p>
This sample text font color is #6edbbe
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.
#6edbbe Background Color
<div style="background-color:#6edbbe">
Div content here</div>
This div background color is #6edbbe
#6edbbe Border Color
<div style="border:3px solid #6edbbe">
Div here</div>
This div border color is #6edbbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(110,219,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6edbbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6edbbe; -webkit-box-shadow: 1px 1px 3px 2px #6edbbe; box-shadow: 1px 1px 3px 2px #6edbbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(110,219,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6edbbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6edbbe; -webkit-box-shadow: 1px 1px 3px 2px #6edbbe; box-shadow: 1px 1px 3px 2px #6edbbe;">
Div content here</div>
This div box has shadow with color #6edbbe
Comments
No comments written yet.
Please login to write comment.