Color spaces of #6ebcae
RGB | 110 | 188 | 174 |
---|---|---|---|
HSL | 0.47 | 0.37 | 0.58 |
HSV | 169° | 41° | 74° |
CMYK | 0.41 | 0.00 | 0.07 0.26 |
XYZ | 32.0536 | 42.3374 | 46.5269 |
Yxy | 42.3374 | 0.2651 | 0.3501 |
Hunter Lab | 65.0672 | -25.9344 | 3.1512 |
CIE-Lab | 71.1029 | -27.4141 | -0.4641 |
#6ebcae color RGB value is (110,188,174).
#6ebcae hex color red value is 110, green value is 188 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6ebcae hue: 0.47 , saturation: 0.37 and the lightness value of 6ebcae is 0.58.
The process color (four color CMYK) of #6ebcae color hex is 0.41, 0.00, 0.07, 0.26. Web safe color of #6ebcae is #66cc99. Color #6ebcae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101110 | 10111100 | 10101110 |
Octal | 156 | 274 | 256 |
Decimal | 110 | 188 | 174 |
Hex | 6E | BC | AE |
Shades of #6ebcae
Tints of #6ebcae
RGB Percentages of Color #6ebcae
CMYK Percentages of Color #6ebcae
Complementary Color
#6ebcae | #bc6e7c |
#6ebcae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6ebcae Color Preview on White Background
Lorem ipsum dolor sit amet.
#6ebcae Color CSS Codes
.mybgcolor {background-color:#6ebcae; } .myforecolor {color:#6ebcae; } .mybordercolor {border:3px solid #6ebcae; }
#6ebcae Text Font Color
<p style="color:#6ebcae">Text here</p>
This sample text font color is #6ebcae
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.
#6ebcae Background Color
<div style="background-color:#6ebcae">
Div content here</div>
This div background color is #6ebcae
#6ebcae Border Color
<div style="border:3px solid #6ebcae">
Div here</div>
This div border color is #6ebcae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(110,188,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6ebcae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6ebcae; -webkit-box-shadow: 1px 1px 3px 2px #6ebcae; box-shadow: 1px 1px 3px 2px #6ebcae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(110,188,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6ebcae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6ebcae; -webkit-box-shadow: 1px 1px 3px 2px #6ebcae; box-shadow: 1px 1px 3px 2px #6ebcae;">
Div content here</div>
This div box has shadow with color #6ebcae
Comments
No comments written yet.
Please login to write comment.