Color spaces of #6debbd
RGB | 109 | 235 | 189 |
---|---|---|---|
HSL | 0.44 | 0.76 | 0.67 |
HSV | 158° | 54° | 92° |
CMYK | 0.54 | 0.00 | 0.20 0.08 |
XYZ | 45.2003 | 66.3420 | 58.5671 |
Yxy | 66.3420 | 0.2657 | 0.3900 |
Hunter Lab | 81.4506 | -43.4815 | 14.3829 |
CIE-Lab | 85.1706 | -45.8048 | 11.7793 |
#6debbd color RGB value is (109,235,189).
#6debbd hex color red value is 109, green value is 235 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6debbd hue: 0.44 , saturation: 0.76 and the lightness value of 6debbd is 0.67.
The process color (four color CMYK) of #6debbd color hex is 0.54, 0.00, 0.20, 0.08. Web safe color of #6debbd is #66ffcc. Color #6debbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101101 | 11101011 | 10111101 |
Octal | 155 | 353 | 275 |
Decimal | 109 | 235 | 189 |
Hex | 6D | EB | BD |
Shades of #6debbd
Tints of #6debbd
RGB Percentages of Color #6debbd
CMYK Percentages of Color #6debbd
Complementary Color
#6debbd | #eb6d9b |
#6debbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6debbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#6debbd Color CSS Codes
.mybgcolor {background-color:#6debbd; } .myforecolor {color:#6debbd; } .mybordercolor {border:3px solid #6debbd; }
#6debbd Text Font Color
<p style="color:#6debbd">Text here</p>
This sample text font color is #6debbd
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.
#6debbd Background Color
<div style="background-color:#6debbd">
Div content here</div>
This div background color is #6debbd
#6debbd Border Color
<div style="border:3px solid #6debbd">
Div here</div>
This div border color is #6debbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(109,235,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6debbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6debbd; -webkit-box-shadow: 1px 1px 3px 2px #6debbd; box-shadow: 1px 1px 3px 2px #6debbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(109,235,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6debbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6debbd; -webkit-box-shadow: 1px 1px 3px 2px #6debbd; box-shadow: 1px 1px 3px 2px #6debbd;">
Div content here</div>
This div box has shadow with color #6debbd
Comments
No comments written yet.
Please login to write comment.