Color spaces of #8edfce
RGB | 142 | 223 | 206 |
---|---|---|---|
HSL | 0.47 | 0.56 | 0.72 |
HSV | 167° | 36° | 87° |
CMYK | 0.36 | 0.00 | 0.08 0.13 |
XYZ | 48.6836 | 62.9824 | 67.9834 |
Yxy | 62.9824 | 0.2710 | 0.3506 |
Hunter Lab | 79.3615 | -29.3833 | 4.7634 |
CIE-Lab | 83.4331 | -28.5375 | 0.4962 |
#8edfce color RGB value is (142,223,206).
#8edfce hex color red value is 142, green value is 223 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8edfce hue: 0.47 , saturation: 0.56 and the lightness value of 8edfce is 0.72.
The process color (four color CMYK) of #8edfce color hex is 0.36, 0.00, 0.08, 0.13. Web safe color of #8edfce is #99cccc. Color #8edfce contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001110 | 11011111 | 11001110 |
Octal | 216 | 337 | 316 |
Decimal | 142 | 223 | 206 |
Hex | 8E | DF | CE |
Shades of #8edfce
Tints of #8edfce
RGB Percentages of Color #8edfce
CMYK Percentages of Color #8edfce
Complementary Color
#8edfce | #df8e9f |
#8edfce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8edfce Color Preview on White Background
Lorem ipsum dolor sit amet.
#8edfce Color CSS Codes
.mybgcolor {background-color:#8edfce; } .myforecolor {color:#8edfce; } .mybordercolor {border:3px solid #8edfce; }
#8edfce Text Font Color
<p style="color:#8edfce">Text here</p>
This sample text font color is #8edfce
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.
#8edfce Background Color
<div style="background-color:#8edfce">
Div content here</div>
This div background color is #8edfce
#8edfce Border Color
<div style="border:3px solid #8edfce">
Div here</div>
This div border color is #8edfce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(142,223,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8edfce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8edfce; -webkit-box-shadow: 1px 1px 3px 2px #8edfce; box-shadow: 1px 1px 3px 2px #8edfce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(142,223,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8edfce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8edfce; -webkit-box-shadow: 1px 1px 3px 2px #8edfce; box-shadow: 1px 1px 3px 2px #8edfce;">
Div content here</div>
This div box has shadow with color #8edfce
Comments
No comments written yet.
Please login to write comment.