Color spaces of #6eacdb
RGB | 110 | 172 | 219 |
---|---|---|---|
HSL | 0.57 | 0.60 | 0.65 |
HSV | 206° | 50° | 86° |
CMYK | 0.50 | 0.21 | 0.00 0.14 |
XYZ | 33.9691 | 37.9345 | 72.5496 |
Yxy | 37.9345 | 0.2352 | 0.2626 |
Hunter Lab | 61.5910 | -9.3366 | -26.7255 |
CIE-Lab | 67.9723 | -7.1211 | -29.9049 |
#6eacdb color RGB value is (110,172,219).
#6eacdb hex color red value is 110, green value is 172 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6eacdb hue: 0.57 , saturation: 0.60 and the lightness value of 6eacdb is 0.65.
The process color (four color CMYK) of #6eacdb color hex is 0.50, 0.21, 0.00, 0.14. Web safe color of #6eacdb is #6699cc. Color #6eacdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101110 | 10101100 | 11011011 |
Octal | 156 | 254 | 333 |
Decimal | 110 | 172 | 219 |
Hex | 6E | AC | DB |
Shades of #6eacdb
Tints of #6eacdb
RGB Percentages of Color #6eacdb
CMYK Percentages of Color #6eacdb
Complementary Color
#6eacdb | #db9d6e |
#6eacdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6eacdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#6eacdb Color CSS Codes
.mybgcolor {background-color:#6eacdb; } .myforecolor {color:#6eacdb; } .mybordercolor {border:3px solid #6eacdb; }
#6eacdb Text Font Color
<p style="color:#6eacdb">Text here</p>
This sample text font color is #6eacdb
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.
#6eacdb Background Color
<div style="background-color:#6eacdb">
Div content here</div>
This div background color is #6eacdb
#6eacdb Border Color
<div style="border:3px solid #6eacdb">
Div here</div>
This div border color is #6eacdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(110,172,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6eacdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6eacdb; -webkit-box-shadow: 1px 1px 3px 2px #6eacdb; box-shadow: 1px 1px 3px 2px #6eacdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(110,172,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 #6eacdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6eacdb; -webkit-box-shadow: 1px 1px 3px 2px #6eacdb; box-shadow: 1px 1px 3px 2px #6eacdb;">
Div content here</div>
This div box has shadow with color #6eacdb
Comments
No comments written yet.
Please login to write comment.