Color spaces of #6eebfc
RGB | 110 | 235 | 252 |
---|---|---|---|
HSL | 0.52 | 0.96 | 0.71 |
HSV | 187° | 56° | 99° |
CMYK | 0.56 | 0.07 | 0.00 0.01 |
XYZ | 53.7094 | 69.7599 | 102.7297 |
Yxy | 69.7599 | 0.2374 | 0.3084 |
Hunter Lab | 83.5224 | -31.3791 | -14.4590 |
CIE-Lab | 86.8790 | -30.0722 | -18.7816 |
#6eebfc color RGB value is (110,235,252).
#6eebfc hex color red value is 110, green value is 235 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6eebfc hue: 0.52 , saturation: 0.96 and the lightness value of 6eebfc is 0.71.
The process color (four color CMYK) of #6eebfc color hex is 0.56, 0.07, 0.00, 0.01. Web safe color of #6eebfc is #66ffff. Color #6eebfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101110 | 11101011 | 11111100 |
Octal | 156 | 353 | 374 |
Decimal | 110 | 235 | 252 |
Hex | 6E | EB | FC |
Shades of #6eebfc
Tints of #6eebfc
RGB Percentages of Color #6eebfc
CMYK Percentages of Color #6eebfc
Complementary Color
#6eebfc | #fc7f6e |
#6eebfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6eebfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#6eebfc Color CSS Codes
.mybgcolor {background-color:#6eebfc; } .myforecolor {color:#6eebfc; } .mybordercolor {border:3px solid #6eebfc; }
#6eebfc Text Font Color
<p style="color:#6eebfc">Text here</p>
This sample text font color is #6eebfc
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.
#6eebfc Background Color
<div style="background-color:#6eebfc">
Div content here</div>
This div background color is #6eebfc
#6eebfc Border Color
<div style="border:3px solid #6eebfc">
Div here</div>
This div border color is #6eebfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(110,235,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6eebfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6eebfc; -webkit-box-shadow: 1px 1px 3px 2px #6eebfc; box-shadow: 1px 1px 3px 2px #6eebfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(110,235,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6eebfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6eebfc; -webkit-box-shadow: 1px 1px 3px 2px #6eebfc; box-shadow: 1px 1px 3px 2px #6eebfc;">
Div content here</div>
This div box has shadow with color #6eebfc
Comments
No comments written yet.
Please login to write comment.