Color spaces of #6effef
RGB | 110 | 255 | 239 |
---|---|---|---|
HSL | 0.48 | 1.00 | 0.72 |
HSV | 173° | 57° | 100° |
CMYK | 0.57 | 0.00 | 0.06 0.00 |
XYZ | 57.7704 | 81.0670 | 94.2640 |
Yxy | 81.0670 | 0.2478 | 0.3478 |
Hunter Lab | 90.0372 | -43.0345 | 0.9527 |
CIE-Lab | 92.1615 | -42.6754 | -4.1303 |
#6effef color RGB value is (110,255,239).
#6effef hex color red value is 110, green value is 255 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6effef hue: 0.48 , saturation: 1.00 and the lightness value of 6effef is 0.72.
The process color (four color CMYK) of #6effef color hex is 0.57, 0.00, 0.06, 0.00. Web safe color of #6effef is #66ffff. Color #6effef contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101110 | 11111111 | 11101111 |
Octal | 156 | 377 | 357 |
Decimal | 110 | 255 | 239 |
Hex | 6E | FF | EF |
Shades of #6effef
Tints of #6effef
RGB Percentages of Color #6effef
CMYK Percentages of Color #6effef
Complementary Color
#6effef | #ff6e7e |
#6effef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6effef Color Preview on White Background
Lorem ipsum dolor sit amet.
#6effef Color CSS Codes
.mybgcolor {background-color:#6effef; } .myforecolor {color:#6effef; } .mybordercolor {border:3px solid #6effef; }
#6effef Text Font Color
<p style="color:#6effef">Text here</p>
This sample text font color is #6effef
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.
#6effef Background Color
<div style="background-color:#6effef">
Div content here</div>
This div background color is #6effef
#6effef Border Color
<div style="border:3px solid #6effef">
Div here</div>
This div border color is #6effef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(110,255,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6effef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6effef; -webkit-box-shadow: 1px 1px 3px 2px #6effef; box-shadow: 1px 1px 3px 2px #6effef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(110,255,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 #6effef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6effef; -webkit-box-shadow: 1px 1px 3px 2px #6effef; box-shadow: 1px 1px 3px 2px #6effef;">
Div content here</div>
This div box has shadow with color #6effef
Comments
No comments written yet.
Please login to write comment.