Color spaces of #6dacbb
RGB | 109 | 172 | 187 |
---|---|---|---|
HSL | 0.53 | 0.36 | 0.58 |
HSV | 192° | 42° | 73° |
CMYK | 0.42 | 0.08 | 0.00 0.27 |
XYZ | 30.0288 | 36.3441 | 52.4461 |
Yxy | 36.3441 | 0.2527 | 0.3059 |
Hunter Lab | 60.2861 | -16.5889 | -9.3793 |
CIE-Lab | 66.7820 | -16.2777 | -14.0489 |
#6dacbb color RGB value is (109,172,187).
#6dacbb hex color red value is 109, green value is 172 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6dacbb hue: 0.53 , saturation: 0.36 and the lightness value of 6dacbb is 0.58.
The process color (four color CMYK) of #6dacbb color hex is 0.42, 0.08, 0.00, 0.27. Web safe color of #6dacbb is #6699cc. Color #6dacbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101101 | 10101100 | 10111011 |
Octal | 155 | 254 | 273 |
Decimal | 109 | 172 | 187 |
Hex | 6D | AC | BB |
Shades of #6dacbb
Tints of #6dacbb
RGB Percentages of Color #6dacbb
CMYK Percentages of Color #6dacbb
Complementary Color
#6dacbb | #bb7c6d |
#6dacbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6dacbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#6dacbb Color CSS Codes
.mybgcolor {background-color:#6dacbb; } .myforecolor {color:#6dacbb; } .mybordercolor {border:3px solid #6dacbb; }
#6dacbb Text Font Color
<p style="color:#6dacbb">Text here</p>
This sample text font color is #6dacbb
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.
#6dacbb Background Color
<div style="background-color:#6dacbb">
Div content here</div>
This div background color is #6dacbb
#6dacbb Border Color
<div style="border:3px solid #6dacbb">
Div here</div>
This div border color is #6dacbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(109,172,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6dacbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6dacbb; -webkit-box-shadow: 1px 1px 3px 2px #6dacbb; box-shadow: 1px 1px 3px 2px #6dacbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(109,172,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6dacbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6dacbb; -webkit-box-shadow: 1px 1px 3px 2px #6dacbb; box-shadow: 1px 1px 3px 2px #6dacbb;">
Div content here</div>
This div box has shadow with color #6dacbb
Comments
No comments written yet.
Please login to write comment.