Color spaces of #6eebaf
RGB | 110 | 235 | 175 |
---|---|---|---|
HSL | 0.42 | 0.76 | 0.68 |
HSV | 151° | 53° | 92° |
CMYK | 0.53 | 0.00 | 0.26 0.08 |
XYZ | 43.8766 | 65.8268 | 50.9507 |
Yxy | 65.8268 | 0.2731 | 0.4097 |
Hunter Lab | 81.1337 | -45.4523 | 19.5604 |
CIE-Lab | 84.9080 | -48.5206 | 18.7072 |
#6eebaf color RGB value is (110,235,175).
#6eebaf hex color red value is 110, green value is 235 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6eebaf hue: 0.42 , saturation: 0.76 and the lightness value of 6eebaf is 0.68.
The process color (four color CMYK) of #6eebaf color hex is 0.53, 0.00, 0.26, 0.08. Web safe color of #6eebaf is #66ff99. Color #6eebaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101110 | 11101011 | 10101111 |
Octal | 156 | 353 | 257 |
Decimal | 110 | 235 | 175 |
Hex | 6E | EB | AF |
Shades of #6eebaf
Tints of #6eebaf
RGB Percentages of Color #6eebaf
CMYK Percentages of Color #6eebaf
Complementary Color
#6eebaf | #eb6eaa |
#6eebaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6eebaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#6eebaf Color CSS Codes
.mybgcolor {background-color:#6eebaf; } .myforecolor {color:#6eebaf; } .mybordercolor {border:3px solid #6eebaf; }
#6eebaf Text Font Color
<p style="color:#6eebaf">Text here</p>
This sample text font color is #6eebaf
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.
#6eebaf Background Color
<div style="background-color:#6eebaf">
Div content here</div>
This div background color is #6eebaf
#6eebaf Border Color
<div style="border:3px solid #6eebaf">
Div here</div>
This div border color is #6eebaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(110,235,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6eebaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6eebaf; -webkit-box-shadow: 1px 1px 3px 2px #6eebaf; box-shadow: 1px 1px 3px 2px #6eebaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(110,235,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6eebaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6eebaf; -webkit-box-shadow: 1px 1px 3px 2px #6eebaf; box-shadow: 1px 1px 3px 2px #6eebaf;">
Div content here</div>
This div box has shadow with color #6eebaf
Comments
No comments written yet.
Please login to write comment.