Color spaces of #6adbdd
RGB | 106 | 219 | 221 |
---|---|---|---|
HSL | 0.50 | 0.63 | 0.64 |
HSV | 181° | 52° | 87° |
CMYK | 0.52 | 0.01 | 0.00 0.13 |
XYZ | 44.3265 | 58.9477 | 77.4484 |
Yxy | 58.9477 | 0.2453 | 0.3262 |
Hunter Lab | 76.7774 | -31.3057 | -6.0640 |
CIE-Lab | 81.2628 | -31.4924 | -10.8366 |
#6adbdd color RGB value is (106,219,221).
#6adbdd hex color red value is 106, green value is 219 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6adbdd hue: 0.50 , saturation: 0.63 and the lightness value of 6adbdd is 0.64.
The process color (four color CMYK) of #6adbdd color hex is 0.52, 0.01, 0.00, 0.13. Web safe color of #6adbdd is #66cccc. Color #6adbdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101010 | 11011011 | 11011101 |
Octal | 152 | 333 | 335 |
Decimal | 106 | 219 | 221 |
Hex | 6A | DB | DD |
Shades of #6adbdd
Tints of #6adbdd
RGB Percentages of Color #6adbdd
CMYK Percentages of Color #6adbdd
Complementary Color
#6adbdd | #dd6c6a |
#6adbdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6adbdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#6adbdd Color CSS Codes
.mybgcolor {background-color:#6adbdd; } .myforecolor {color:#6adbdd; } .mybordercolor {border:3px solid #6adbdd; }
#6adbdd Text Font Color
<p style="color:#6adbdd">Text here</p>
This sample text font color is #6adbdd
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.
#6adbdd Background Color
<div style="background-color:#6adbdd">
Div content here</div>
This div background color is #6adbdd
#6adbdd Border Color
<div style="border:3px solid #6adbdd">
Div here</div>
This div border color is #6adbdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(106,219,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6adbdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6adbdd; -webkit-box-shadow: 1px 1px 3px 2px #6adbdd; box-shadow: 1px 1px 3px 2px #6adbdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(106,219,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6adbdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6adbdd; -webkit-box-shadow: 1px 1px 3px 2px #6adbdd; box-shadow: 1px 1px 3px 2px #6adbdd;">
Div content here</div>
This div box has shadow with color #6adbdd
Comments
No comments written yet.
Please login to write comment.