Color spaces of #8cddcb
RGB | 140 | 221 | 203 |
---|---|---|---|
HSL | 0.46 | 0.54 | 0.71 |
HSV | 167° | 37° | 87° |
CMYK | 0.37 | 0.00 | 0.08 0.13 |
XYZ | 47.4512 | 61.6001 | 65.8890 |
Yxy | 61.6001 | 0.2712 | 0.3521 |
Hunter Lab | 78.4857 | -29.4318 | 5.1659 |
CIE-Lab | 82.7003 | -28.7834 | 1.0065 |
#8cddcb color RGB value is (140,221,203).
#8cddcb hex color red value is 140, green value is 221 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8cddcb hue: 0.46 , saturation: 0.54 and the lightness value of 8cddcb is 0.71.
The process color (four color CMYK) of #8cddcb color hex is 0.37, 0.00, 0.08, 0.13. Web safe color of #8cddcb is #99cccc. Color #8cddcb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001100 | 11011101 | 11001011 |
Octal | 214 | 335 | 313 |
Decimal | 140 | 221 | 203 |
Hex | 8C | DD | CB |
Shades of #8cddcb
Tints of #8cddcb
RGB Percentages of Color #8cddcb
CMYK Percentages of Color #8cddcb
Complementary Color
#8cddcb | #dd8c9e |
#8cddcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8cddcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#8cddcb Color CSS Codes
.mybgcolor {background-color:#8cddcb; } .myforecolor {color:#8cddcb; } .mybordercolor {border:3px solid #8cddcb; }
#8cddcb Text Font Color
<p style="color:#8cddcb">Text here</p>
This sample text font color is #8cddcb
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.
#8cddcb Background Color
<div style="background-color:#8cddcb">
Div content here</div>
This div background color is #8cddcb
#8cddcb Border Color
<div style="border:3px solid #8cddcb">
Div here</div>
This div border color is #8cddcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(140,221,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8cddcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8cddcb; -webkit-box-shadow: 1px 1px 3px 2px #8cddcb; box-shadow: 1px 1px 3px 2px #8cddcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(140,221,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8cddcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8cddcb; -webkit-box-shadow: 1px 1px 3px 2px #8cddcb; box-shadow: 1px 1px 3px 2px #8cddcb;">
Div content here</div>
This div box has shadow with color #8cddcb
Comments
No comments written yet.
Please login to write comment.