Color spaces of #6faafe
RGB | 111 | 170 | 254 |
---|---|---|---|
HSL | 0.60 | 0.99 | 0.72 |
HSV | 215° | 56° | 100° |
CMYK | 0.56 | 0.33 | 0.00 0.00 |
XYZ | 38.8197 | 39.2847 | 99.3026 |
Yxy | 39.2847 | 0.2188 | 0.2214 |
Hunter Lab | 62.6775 | 0.8694 | -50.0614 |
CIE-Lab | 68.9570 | 4.7782 | -47.4756 |
#6faafe color RGB value is (111,170,254).
#6faafe hex color red value is 111, green value is 170 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6faafe hue: 0.60 , saturation: 0.99 and the lightness value of 6faafe is 0.72.
The process color (four color CMYK) of #6faafe color hex is 0.56, 0.33, 0.00, 0.00. Web safe color of #6faafe is #6699ff. Color #6faafe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101111 | 10101010 | 11111110 |
Octal | 157 | 252 | 376 |
Decimal | 111 | 170 | 254 |
Hex | 6F | AA | FE |
Shades of #6faafe
Tints of #6faafe
RGB Percentages of Color #6faafe
CMYK Percentages of Color #6faafe
Complementary Color
#6faafe | #fec36f |
#6faafe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6faafe Color Preview on White Background
Lorem ipsum dolor sit amet.
#6faafe Color CSS Codes
.mybgcolor {background-color:#6faafe; } .myforecolor {color:#6faafe; } .mybordercolor {border:3px solid #6faafe; }
#6faafe Text Font Color
<p style="color:#6faafe">Text here</p>
This sample text font color is #6faafe
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.
#6faafe Background Color
<div style="background-color:#6faafe">
Div content here</div>
This div background color is #6faafe
#6faafe Border Color
<div style="border:3px solid #6faafe">
Div here</div>
This div border color is #6faafe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(111,170,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6faafe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6faafe; -webkit-box-shadow: 1px 1px 3px 2px #6faafe; box-shadow: 1px 1px 3px 2px #6faafe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(111,170,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 #6faafe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6faafe; -webkit-box-shadow: 1px 1px 3px 2px #6faafe; box-shadow: 1px 1px 3px 2px #6faafe;">
Div content here</div>
This div box has shadow with color #6faafe
Comments
No comments written yet.
Please login to write comment.