Color spaces of #6daaea
RGB | 109 | 170 | 234 |
---|---|---|---|
HSL | 0.59 | 0.75 | 0.67 |
HSV | 211° | 53° | 92° |
CMYK | 0.53 | 0.27 | 0.00 0.08 |
XYZ | 35.5327 | 37.9412 | 83.2925 |
Yxy | 37.9412 | 0.2267 | 0.2420 |
Hunter Lab | 61.5964 | -4.8237 | -37.0562 |
CIE-Lab | 67.9773 | -1.7796 | -38.1249 |
#6daaea color RGB value is (109,170,234).
#6daaea hex color red value is 109, green value is 170 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6daaea hue: 0.59 , saturation: 0.75 and the lightness value of 6daaea is 0.67.
The process color (four color CMYK) of #6daaea color hex is 0.53, 0.27, 0.00, 0.08. Web safe color of #6daaea is #6699ff. Color #6daaea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101101 | 10101010 | 11101010 |
Octal | 155 | 252 | 352 |
Decimal | 109 | 170 | 234 |
Hex | 6D | AA | EA |
Shades of #6daaea
Tints of #6daaea
RGB Percentages of Color #6daaea
CMYK Percentages of Color #6daaea
Complementary Color
#6daaea | #eaad6d |
#6daaea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6daaea Color Preview on White Background
Lorem ipsum dolor sit amet.
#6daaea Color CSS Codes
.mybgcolor {background-color:#6daaea; } .myforecolor {color:#6daaea; } .mybordercolor {border:3px solid #6daaea; }
#6daaea Text Font Color
<p style="color:#6daaea">Text here</p>
This sample text font color is #6daaea
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.
#6daaea Background Color
<div style="background-color:#6daaea">
Div content here</div>
This div background color is #6daaea
#6daaea Border Color
<div style="border:3px solid #6daaea">
Div here</div>
This div border color is #6daaea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(109,170,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6daaea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6daaea; -webkit-box-shadow: 1px 1px 3px 2px #6daaea; box-shadow: 1px 1px 3px 2px #6daaea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(109,170,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6daaea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6daaea; -webkit-box-shadow: 1px 1px 3px 2px #6daaea; box-shadow: 1px 1px 3px 2px #6daaea;">
Div content here</div>
This div box has shadow with color #6daaea
Comments
No comments written yet.
Please login to write comment.