Color spaces of #8efcee
RGB | 142 | 252 | 238 |
---|---|---|---|
HSL | 0.48 | 0.95 | 0.77 |
HSV | 172° | 44° | 99° |
CMYK | 0.44 | 0.00 | 0.06 0.01 |
XYZ | 61.3983 | 81.5446 | 93.3926 |
Yxy | 81.5446 | 0.2598 | 0.3450 |
Hunter Lab | 90.3020 | -36.6626 | 1.8923 |
CIE-Lab | 92.3735 | -34.9027 | -3.1756 |
#8efcee color RGB value is (142,252,238).
#8efcee hex color red value is 142, green value is 252 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #8efcee hue: 0.48 , saturation: 0.95 and the lightness value of 8efcee is 0.77.
The process color (four color CMYK) of #8efcee color hex is 0.44, 0.00, 0.06, 0.01. Web safe color of #8efcee is #99ffff. Color #8efcee contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001110 | 11111100 | 11101110 |
Octal | 216 | 374 | 356 |
Decimal | 142 | 252 | 238 |
Hex | 8E | FC | EE |
Shades of #8efcee
Tints of #8efcee
RGB Percentages of Color #8efcee
CMYK Percentages of Color #8efcee
Complementary Color
#8efcee | #fc8e9c |
#8efcee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8efcee Color Preview on White Background
Lorem ipsum dolor sit amet.
#8efcee Color CSS Codes
.mybgcolor {background-color:#8efcee; } .myforecolor {color:#8efcee; } .mybordercolor {border:3px solid #8efcee; }
#8efcee Text Font Color
<p style="color:#8efcee">Text here</p>
This sample text font color is #8efcee
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.
#8efcee Background Color
<div style="background-color:#8efcee">
Div content here</div>
This div background color is #8efcee
#8efcee Border Color
<div style="border:3px solid #8efcee">
Div here</div>
This div border color is #8efcee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(142,252,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8efcee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8efcee; -webkit-box-shadow: 1px 1px 3px 2px #8efcee; box-shadow: 1px 1px 3px 2px #8efcee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(142,252,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8efcee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8efcee; -webkit-box-shadow: 1px 1px 3px 2px #8efcee; box-shadow: 1px 1px 3px 2px #8efcee;">
Div content here</div>
This div box has shadow with color #8efcee
Comments
No comments written yet.
Please login to write comment.