Color spaces of #8ddeca
RGB | 141 | 222 | 202 |
---|---|---|---|
HSL | 0.46 | 0.55 | 0.71 |
HSV | 165° | 36° | 87° |
CMYK | 0.36 | 0.00 | 0.09 0.13 |
XYZ | 47.7665 | 62.1695 | 65.3595 |
Yxy | 62.1695 | 0.2725 | 0.3547 |
Hunter Lab | 78.8476 | -29.8467 | 6.0458 |
CIE-Lab | 83.0035 | -29.2136 | 1.9836 |
#8ddeca color RGB value is (141,222,202).
#8ddeca hex color red value is 141, green value is 222 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8ddeca hue: 0.46 , saturation: 0.55 and the lightness value of 8ddeca is 0.71.
The process color (four color CMYK) of #8ddeca color hex is 0.36, 0.00, 0.09, 0.13. Web safe color of #8ddeca is #99cccc. Color #8ddeca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001101 | 11011110 | 11001010 |
Octal | 215 | 336 | 312 |
Decimal | 141 | 222 | 202 |
Hex | 8D | DE | CA |
Shades of #8ddeca
Tints of #8ddeca
RGB Percentages of Color #8ddeca
CMYK Percentages of Color #8ddeca
Complementary Color
#8ddeca | #de8da1 |
#8ddeca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8ddeca Color Preview on White Background
Lorem ipsum dolor sit amet.
#8ddeca Color CSS Codes
.mybgcolor {background-color:#8ddeca; } .myforecolor {color:#8ddeca; } .mybordercolor {border:3px solid #8ddeca; }
#8ddeca Text Font Color
<p style="color:#8ddeca">Text here</p>
This sample text font color is #8ddeca
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.
#8ddeca Background Color
<div style="background-color:#8ddeca">
Div content here</div>
This div background color is #8ddeca
#8ddeca Border Color
<div style="border:3px solid #8ddeca">
Div here</div>
This div border color is #8ddeca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(141,222,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8ddeca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8ddeca; -webkit-box-shadow: 1px 1px 3px 2px #8ddeca; box-shadow: 1px 1px 3px 2px #8ddeca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(141,222,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8ddeca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8ddeca; -webkit-box-shadow: 1px 1px 3px 2px #8ddeca; box-shadow: 1px 1px 3px 2px #8ddeca;">
Div content here</div>
This div box has shadow with color #8ddeca
Comments
No comments written yet.
Please login to write comment.