Color spaces of #6ecaef
RGB | 110 | 202 | 239 |
---|---|---|---|
HSL | 0.55 | 0.80 | 0.68 |
HSV | 197° | 54° | 94° |
CMYK | 0.54 | 0.15 | 0.00 0.06 |
XYZ | 43.1309 | 51.7881 | 89.3842 |
Yxy | 51.7881 | 0.2340 | 0.2810 |
Hunter Lab | 71.9639 | -18.9547 | -23.2675 |
CIE-Lab | 77.1540 | -17.2997 | -26.6577 |
#6ecaef color RGB value is (110,202,239).
#6ecaef hex color red value is 110, green value is 202 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6ecaef hue: 0.55 , saturation: 0.80 and the lightness value of 6ecaef is 0.68.
The process color (four color CMYK) of #6ecaef color hex is 0.54, 0.15, 0.00, 0.06. Web safe color of #6ecaef is #66ccff. Color #6ecaef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101110 | 11001010 | 11101111 |
Octal | 156 | 312 | 357 |
Decimal | 110 | 202 | 239 |
Hex | 6E | CA | EF |
Shades of #6ecaef
Tints of #6ecaef
RGB Percentages of Color #6ecaef
CMYK Percentages of Color #6ecaef
Complementary Color
#6ecaef | #ef936e |
#6ecaef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6ecaef Color Preview on White Background
Lorem ipsum dolor sit amet.
#6ecaef Color CSS Codes
.mybgcolor {background-color:#6ecaef; } .myforecolor {color:#6ecaef; } .mybordercolor {border:3px solid #6ecaef; }
#6ecaef Text Font Color
<p style="color:#6ecaef">Text here</p>
This sample text font color is #6ecaef
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.
#6ecaef Background Color
<div style="background-color:#6ecaef">
Div content here</div>
This div background color is #6ecaef
#6ecaef Border Color
<div style="border:3px solid #6ecaef">
Div here</div>
This div border color is #6ecaef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(110,202,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6ecaef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6ecaef; -webkit-box-shadow: 1px 1px 3px 2px #6ecaef; box-shadow: 1px 1px 3px 2px #6ecaef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(110,202,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6ecaef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6ecaef; -webkit-box-shadow: 1px 1px 3px 2px #6ecaef; box-shadow: 1px 1px 3px 2px #6ecaef;">
Div content here</div>
This div box has shadow with color #6ecaef
Comments
No comments written yet.
Please login to write comment.