Color spaces of #6eacda
RGB | 110 | 172 | 218 |
---|---|---|---|
HSL | 0.57 | 0.59 | 0.64 |
HSV | 206° | 50° | 85° |
CMYK | 0.50 | 0.21 | 0.00 0.15 |
XYZ | 33.8378 | 37.8820 | 71.8582 |
Yxy | 37.8820 | 0.2357 | 0.2638 |
Hunter Lab | 61.5484 | -9.5746 | -26.1377 |
CIE-Lab | 67.9336 | -7.4118 | -29.4150 |
#6eacda color RGB value is (110,172,218).
#6eacda hex color red value is 110, green value is 172 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6eacda hue: 0.57 , saturation: 0.59 and the lightness value of 6eacda is 0.64.
The process color (four color CMYK) of #6eacda color hex is 0.50, 0.21, 0.00, 0.15. Web safe color of #6eacda is #6699cc. Color #6eacda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101110 | 10101100 | 11011010 |
Octal | 156 | 254 | 332 |
Decimal | 110 | 172 | 218 |
Hex | 6E | AC | DA |
Shades of #6eacda
Tints of #6eacda
RGB Percentages of Color #6eacda
CMYK Percentages of Color #6eacda
Complementary Color
#6eacda | #da9c6e |
#6eacda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6eacda Color Preview on White Background
Lorem ipsum dolor sit amet.
#6eacda Color CSS Codes
.mybgcolor {background-color:#6eacda; } .myforecolor {color:#6eacda; } .mybordercolor {border:3px solid #6eacda; }
#6eacda Text Font Color
<p style="color:#6eacda">Text here</p>
This sample text font color is #6eacda
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.
#6eacda Background Color
<div style="background-color:#6eacda">
Div content here</div>
This div background color is #6eacda
#6eacda Border Color
<div style="border:3px solid #6eacda">
Div here</div>
This div border color is #6eacda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(110,172,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6eacda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6eacda; -webkit-box-shadow: 1px 1px 3px 2px #6eacda; box-shadow: 1px 1px 3px 2px #6eacda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(110,172,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6eacda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6eacda; -webkit-box-shadow: 1px 1px 3px 2px #6eacda; box-shadow: 1px 1px 3px 2px #6eacda;">
Div content here</div>
This div box has shadow with color #6eacda
Comments
No comments written yet.
Please login to write comment.