Color spaces of #8cfcef
RGB | 140 | 252 | 239 |
---|---|---|---|
HSL | 0.48 | 0.95 | 0.77 |
HSV | 173° | 44° | 99° |
CMYK | 0.44 | 0.00 | 0.05 0.01 |
XYZ | 61.2056 | 81.4283 | 94.1527 |
Yxy | 81.4283 | 0.2585 | 0.3439 |
Hunter Lab | 90.2376 | -36.8444 | 1.3040 |
CIE-Lab | 92.3219 | -35.1332 | -3.7786 |
#8cfcef color RGB value is (140,252,239).
#8cfcef hex color red value is 140, green value is 252 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #8cfcef hue: 0.48 , saturation: 0.95 and the lightness value of 8cfcef is 0.77.
The process color (four color CMYK) of #8cfcef color hex is 0.44, 0.00, 0.05, 0.01. Web safe color of #8cfcef is #99ffff. Color #8cfcef contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001100 | 11111100 | 11101111 |
Octal | 214 | 374 | 357 |
Decimal | 140 | 252 | 239 |
Hex | 8C | FC | EF |
Shades of #8cfcef
Tints of #8cfcef
RGB Percentages of Color #8cfcef
CMYK Percentages of Color #8cfcef
Complementary Color
#8cfcef | #fc8c99 |
#8cfcef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8cfcef Color Preview on White Background
Lorem ipsum dolor sit amet.
#8cfcef Color CSS Codes
.mybgcolor {background-color:#8cfcef; } .myforecolor {color:#8cfcef; } .mybordercolor {border:3px solid #8cfcef; }
#8cfcef Text Font Color
<p style="color:#8cfcef">Text here</p>
This sample text font color is #8cfcef
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.
#8cfcef Background Color
<div style="background-color:#8cfcef">
Div content here</div>
This div background color is #8cfcef
#8cfcef Border Color
<div style="border:3px solid #8cfcef">
Div here</div>
This div border color is #8cfcef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(140,252,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8cfcef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8cfcef; -webkit-box-shadow: 1px 1px 3px 2px #8cfcef; box-shadow: 1px 1px 3px 2px #8cfcef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(140,252,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8cfcef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8cfcef; -webkit-box-shadow: 1px 1px 3px 2px #8cfcef; box-shadow: 1px 1px 3px 2px #8cfcef;">
Div content here</div>
This div box has shadow with color #8cfcef
Comments
No comments written yet.
Please login to write comment.