Color spaces of #6eafbf
RGB | 110 | 175 | 191 |
---|---|---|---|
HSL | 0.53 | 0.39 | 0.59 |
HSV | 192° | 42° | 75° |
CMYK | 0.42 | 0.08 | 0.00 0.25 |
XYZ | 31.1643 | 37.7365 | 54.9316 |
Yxy | 37.7365 | 0.2517 | 0.3047 |
Hunter Lab | 61.4300 | -16.9471 | -10.0169 |
CIE-Lab | 67.8260 | -16.5381 | -14.6875 |
#6eafbf color RGB value is (110,175,191).
#6eafbf hex color red value is 110, green value is 175 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6eafbf hue: 0.53 , saturation: 0.39 and the lightness value of 6eafbf is 0.59.
The process color (four color CMYK) of #6eafbf color hex is 0.42, 0.08, 0.00, 0.25. Web safe color of #6eafbf is #6699cc. Color #6eafbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101110 | 10101111 | 10111111 |
Octal | 156 | 257 | 277 |
Decimal | 110 | 175 | 191 |
Hex | 6E | AF | BF |
Shades of #6eafbf
Tints of #6eafbf
RGB Percentages of Color #6eafbf
CMYK Percentages of Color #6eafbf
Complementary Color
#6eafbf | #bf7e6e |
#6eafbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6eafbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#6eafbf Color CSS Codes
.mybgcolor {background-color:#6eafbf; } .myforecolor {color:#6eafbf; } .mybordercolor {border:3px solid #6eafbf; }
#6eafbf Text Font Color
<p style="color:#6eafbf">Text here</p>
This sample text font color is #6eafbf
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.
#6eafbf Background Color
<div style="background-color:#6eafbf">
Div content here</div>
This div background color is #6eafbf
#6eafbf Border Color
<div style="border:3px solid #6eafbf">
Div here</div>
This div border color is #6eafbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(110,175,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6eafbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6eafbf; -webkit-box-shadow: 1px 1px 3px 2px #6eafbf; box-shadow: 1px 1px 3px 2px #6eafbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(110,175,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6eafbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6eafbf; -webkit-box-shadow: 1px 1px 3px 2px #6eafbf; box-shadow: 1px 1px 3px 2px #6eafbf;">
Div content here</div>
This div box has shadow with color #6eafbf
Comments
No comments written yet.
Please login to write comment.