Color spaces of #8eecc2
RGB | 142 | 236 | 194 |
---|---|---|---|
HSL | 0.43 | 0.71 | 0.74 |
HSV | 153° | 40° | 93° |
CMYK | 0.40 | 0.00 | 0.18 0.07 |
XYZ | 50.8884 | 69.6367 | 61.7981 |
Yxy | 69.6367 | 0.2791 | 0.3819 |
Hunter Lab | 83.4486 | -37.1827 | 14.5066 |
CIE-Lab | 86.8184 | -37.1788 | 11.6827 |
#8eecc2 color RGB value is (142,236,194).
#8eecc2 hex color red value is 142, green value is 236 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #8eecc2 hue: 0.43 , saturation: 0.71 and the lightness value of 8eecc2 is 0.74.
The process color (four color CMYK) of #8eecc2 color hex is 0.40, 0.00, 0.18, 0.07. Web safe color of #8eecc2 is #99ffcc. Color #8eecc2 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001110 | 11101100 | 11000010 |
Octal | 216 | 354 | 302 |
Decimal | 142 | 236 | 194 |
Hex | 8E | EC | C2 |
Shades of #8eecc2
Tints of #8eecc2
RGB Percentages of Color #8eecc2
CMYK Percentages of Color #8eecc2
Complementary Color
#8eecc2 | #ec8eb8 |
#8eecc2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8eecc2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#8eecc2 Color CSS Codes
.mybgcolor {background-color:#8eecc2; } .myforecolor {color:#8eecc2; } .mybordercolor {border:3px solid #8eecc2; }
#8eecc2 Text Font Color
<p style="color:#8eecc2">Text here</p>
This sample text font color is #8eecc2
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.
#8eecc2 Background Color
<div style="background-color:#8eecc2">
Div content here</div>
This div background color is #8eecc2
#8eecc2 Border Color
<div style="border:3px solid #8eecc2">
Div here</div>
This div border color is #8eecc2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(142,236,194, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8eecc2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8eecc2; -webkit-box-shadow: 1px 1px 3px 2px #8eecc2; box-shadow: 1px 1px 3px 2px #8eecc2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(142,236,194, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8eecc2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8eecc2; -webkit-box-shadow: 1px 1px 3px 2px #8eecc2; box-shadow: 1px 1px 3px 2px #8eecc2;">
Div content here</div>
This div box has shadow with color #8eecc2
Comments
No comments written yet.
Please login to write comment.