Color spaces of #6feafa
RGB | 111 | 234 | 250 |
---|---|---|---|
HSL | 0.52 | 0.93 | 0.71 |
HSV | 187° | 56° | 98° |
CMYK | 0.56 | 0.06 | 0.00 0.02 |
XYZ | 53.2337 | 69.1273 | 100.9797 |
Yxy | 69.1273 | 0.2384 | 0.3095 |
Hunter Lab | 83.1428 | -31.2121 | -13.8097 |
CIE-Lab | 86.5670 | -29.9518 | -18.1992 |
#6feafa color RGB value is (111,234,250).
#6feafa hex color red value is 111, green value is 234 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6feafa hue: 0.52 , saturation: 0.93 and the lightness value of 6feafa is 0.71.
The process color (four color CMYK) of #6feafa color hex is 0.56, 0.06, 0.00, 0.02. Web safe color of #6feafa is #66ffff. Color #6feafa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101111 | 11101010 | 11111010 |
Octal | 157 | 352 | 372 |
Decimal | 111 | 234 | 250 |
Hex | 6F | EA | FA |
Shades of #6feafa
Tints of #6feafa
RGB Percentages of Color #6feafa
CMYK Percentages of Color #6feafa
Complementary Color
#6feafa | #fa7f6f |
#6feafa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6feafa Color Preview on White Background
Lorem ipsum dolor sit amet.
#6feafa Color CSS Codes
.mybgcolor {background-color:#6feafa; } .myforecolor {color:#6feafa; } .mybordercolor {border:3px solid #6feafa; }
#6feafa Text Font Color
<p style="color:#6feafa">Text here</p>
This sample text font color is #6feafa
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.
#6feafa Background Color
<div style="background-color:#6feafa">
Div content here</div>
This div background color is #6feafa
#6feafa Border Color
<div style="border:3px solid #6feafa">
Div here</div>
This div border color is #6feafa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(111,234,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6feafa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6feafa; -webkit-box-shadow: 1px 1px 3px 2px #6feafa; box-shadow: 1px 1px 3px 2px #6feafa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(111,234,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6feafa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6feafa; -webkit-box-shadow: 1px 1px 3px 2px #6feafa; box-shadow: 1px 1px 3px 2px #6feafa;">
Div content here</div>
This div box has shadow with color #6feafa
Comments
No comments written yet.
Please login to write comment.