Color spaces of #6aadfe
RGB | 106 | 173 | 254 |
---|---|---|---|
HSL | 0.59 | 0.99 | 0.71 |
HSV | 213° | 58° | 100° |
CMYK | 0.58 | 0.32 | 0.00 0.00 |
XYZ | 38.7768 | 40.1071 | 99.4636 |
Yxy | 40.1071 | 0.2174 | 0.2249 |
Hunter Lab | 63.3302 | -1.5330 | -48.7872 |
CIE-Lab | 69.5457 | 2.1037 | -46.5653 |
#6aadfe color RGB value is (106,173,254).
#6aadfe hex color red value is 106, green value is 173 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6aadfe hue: 0.59 , saturation: 0.99 and the lightness value of 6aadfe is 0.71.
The process color (four color CMYK) of #6aadfe color hex is 0.58, 0.32, 0.00, 0.00. Web safe color of #6aadfe is #6699ff. Color #6aadfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101010 | 10101101 | 11111110 |
Octal | 152 | 255 | 376 |
Decimal | 106 | 173 | 254 |
Hex | 6A | AD | FE |
Shades of #6aadfe
Tints of #6aadfe
RGB Percentages of Color #6aadfe
CMYK Percentages of Color #6aadfe
Complementary Color
#6aadfe | #febb6a |
#6aadfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6aadfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#6aadfe Color CSS Codes
.mybgcolor {background-color:#6aadfe; } .myforecolor {color:#6aadfe; } .mybordercolor {border:3px solid #6aadfe; }
#6aadfe Text Font Color
<p style="color:#6aadfe">Text here</p>
This sample text font color is #6aadfe
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.
#6aadfe Background Color
<div style="background-color:#6aadfe">
Div content here</div>
This div background color is #6aadfe
#6aadfe Border Color
<div style="border:3px solid #6aadfe">
Div here</div>
This div border color is #6aadfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(106,173,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6aadfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6aadfe; -webkit-box-shadow: 1px 1px 3px 2px #6aadfe; box-shadow: 1px 1px 3px 2px #6aadfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(106,173,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6aadfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6aadfe; -webkit-box-shadow: 1px 1px 3px 2px #6aadfe; box-shadow: 1px 1px 3px 2px #6aadfe;">
Div content here</div>
This div box has shadow with color #6aadfe
Comments
No comments written yet.
Please login to write comment.