Color spaces of #8fecdd
RGB | 143 | 236 | 221 |
---|---|---|---|
HSL | 0.47 | 0.71 | 0.74 |
HSV | 170° | 39° | 93° |
CMYK | 0.39 | 0.00 | 0.06 0.07 |
XYZ | 54.3743 | 71.0510 | 79.2550 |
Yxy | 71.0510 | 0.2657 | 0.3471 |
Hunter Lab | 84.2918 | -32.3651 | 3.2570 |
CIE-Lab | 87.5098 | -31.0925 | -1.4436 |
#8fecdd color RGB value is (143,236,221).
#8fecdd hex color red value is 143, green value is 236 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8fecdd hue: 0.47 , saturation: 0.71 and the lightness value of 8fecdd is 0.74.
The process color (four color CMYK) of #8fecdd color hex is 0.39, 0.00, 0.06, 0.07. Web safe color of #8fecdd is #99ffcc. Color #8fecdd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001111 | 11101100 | 11011101 |
Octal | 217 | 354 | 335 |
Decimal | 143 | 236 | 221 |
Hex | 8F | EC | DD |
Shades of #8fecdd
Tints of #8fecdd
RGB Percentages of Color #8fecdd
CMYK Percentages of Color #8fecdd
Complementary Color
#8fecdd | #ec8f9e |
#8fecdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8fecdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#8fecdd Color CSS Codes
.mybgcolor {background-color:#8fecdd; } .myforecolor {color:#8fecdd; } .mybordercolor {border:3px solid #8fecdd; }
#8fecdd Text Font Color
<p style="color:#8fecdd">Text here</p>
This sample text font color is #8fecdd
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.
#8fecdd Background Color
<div style="background-color:#8fecdd">
Div content here</div>
This div background color is #8fecdd
#8fecdd Border Color
<div style="border:3px solid #8fecdd">
Div here</div>
This div border color is #8fecdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(143,236,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8fecdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8fecdd; -webkit-box-shadow: 1px 1px 3px 2px #8fecdd; box-shadow: 1px 1px 3px 2px #8fecdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(143,236,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8fecdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8fecdd; -webkit-box-shadow: 1px 1px 3px 2px #8fecdd; box-shadow: 1px 1px 3px 2px #8fecdd;">
Div content here</div>
This div box has shadow with color #8fecdd
Comments
No comments written yet.
Please login to write comment.