Color spaces of #6aaded
RGB | 106 | 173 | 237 |
---|---|---|---|
HSL | 0.58 | 0.78 | 0.67 |
HSV | 209° | 55° | 93° |
CMYK | 0.55 | 0.27 | 0.00 0.07 |
XYZ | 36.1735 | 39.0657 | 85.7547 |
Yxy | 39.0657 | 0.2247 | 0.2427 |
Hunter Lab | 62.5026 | -6.0722 | -37.5952 |
CIE-Lab | 68.7988 | -3.1685 | -38.4933 |
#6aaded color RGB value is (106,173,237).
#6aaded hex color red value is 106, green value is 173 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6aaded hue: 0.58 , saturation: 0.78 and the lightness value of 6aaded is 0.67.
The process color (four color CMYK) of #6aaded color hex is 0.55, 0.27, 0.00, 0.07. Web safe color of #6aaded is #6699ff. Color #6aaded contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101010 | 10101101 | 11101101 |
Octal | 152 | 255 | 355 |
Decimal | 106 | 173 | 237 |
Hex | 6A | AD | ED |
Shades of #6aaded
Tints of #6aaded
RGB Percentages of Color #6aaded
CMYK Percentages of Color #6aaded
Complementary Color
#6aaded | #edaa6a |
#6aaded Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6aaded Color Preview on White Background
Lorem ipsum dolor sit amet.
#6aaded Color CSS Codes
.mybgcolor {background-color:#6aaded; } .myforecolor {color:#6aaded; } .mybordercolor {border:3px solid #6aaded; }
#6aaded Text Font Color
<p style="color:#6aaded">Text here</p>
This sample text font color is #6aaded
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.
#6aaded Background Color
<div style="background-color:#6aaded">
Div content here</div>
This div background color is #6aaded
#6aaded Border Color
<div style="border:3px solid #6aaded">
Div here</div>
This div border color is #6aaded
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(106,173,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6aaded; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6aaded; -webkit-box-shadow: 1px 1px 3px 2px #6aaded; box-shadow: 1px 1px 3px 2px #6aaded; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(106,173,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6aaded">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6aaded; -webkit-box-shadow: 1px 1px 3px 2px #6aaded; box-shadow: 1px 1px 3px 2px #6aaded;">
Div content here</div>
This div box has shadow with color #6aaded
Comments
No comments written yet.
Please login to write comment.