Color spaces of #8eccde
RGB | 142 | 204 | 222 |
---|---|---|---|
HSL | 0.54 | 0.55 | 0.71 |
HSV | 194° | 36° | 87° |
CMYK | 0.36 | 0.08 | 0.00 0.13 |
XYZ | 45.9330 | 54.2104 | 77.1500 |
Yxy | 54.2104 | 0.2591 | 0.3058 |
Hunter Lab | 73.6277 | -17.4904 | -10.5870 |
CIE-Lab | 78.5843 | -15.3180 | -15.2253 |
#8eccde color RGB value is (142,204,222).
#8eccde hex color red value is 142, green value is 204 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8eccde hue: 0.54 , saturation: 0.55 and the lightness value of 8eccde is 0.71.
The process color (four color CMYK) of #8eccde color hex is 0.36, 0.08, 0.00, 0.13. Web safe color of #8eccde is #99cccc. Color #8eccde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001110 | 11001100 | 11011110 |
Octal | 216 | 314 | 336 |
Decimal | 142 | 204 | 222 |
Hex | 8E | CC | DE |
Shades of #8eccde
Tints of #8eccde
RGB Percentages of Color #8eccde
CMYK Percentages of Color #8eccde
Complementary Color
#8eccde | #dea08e |
#8eccde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8eccde Color Preview on White Background
Lorem ipsum dolor sit amet.
#8eccde Color CSS Codes
.mybgcolor {background-color:#8eccde; } .myforecolor {color:#8eccde; } .mybordercolor {border:3px solid #8eccde; }
#8eccde Text Font Color
<p style="color:#8eccde">Text here</p>
This sample text font color is #8eccde
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.
#8eccde Background Color
<div style="background-color:#8eccde">
Div content here</div>
This div background color is #8eccde
#8eccde Border Color
<div style="border:3px solid #8eccde">
Div here</div>
This div border color is #8eccde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(142,204,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8eccde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8eccde; -webkit-box-shadow: 1px 1px 3px 2px #8eccde; box-shadow: 1px 1px 3px 2px #8eccde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(142,204,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8eccde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8eccde; -webkit-box-shadow: 1px 1px 3px 2px #8eccde; box-shadow: 1px 1px 3px 2px #8eccde;">
Div content here</div>
This div box has shadow with color #8eccde
Comments
No comments written yet.
Please login to write comment.