Color spaces of #8cdcbb
RGB | 140 | 220 | 187 |
---|---|---|---|
HSL | 0.43 | 0.53 | 0.71 |
HSV | 155° | 36° | 86° |
CMYK | 0.36 | 0.00 | 0.15 0.14 |
XYZ | 45.3781 | 60.3497 | 56.2707 |
Yxy | 60.3497 | 0.2801 | 0.3725 |
Hunter Lab | 77.6851 | -31.6818 | 11.4332 |
CIE-Lab | 82.0279 | -31.7478 | 8.5152 |
#8cdcbb color RGB value is (140,220,187).
#8cdcbb hex color red value is 140, green value is 220 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8cdcbb hue: 0.43 , saturation: 0.53 and the lightness value of 8cdcbb is 0.71.
The process color (four color CMYK) of #8cdcbb color hex is 0.36, 0.00, 0.15, 0.14. Web safe color of #8cdcbb is #99cccc. Color #8cdcbb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001100 | 11011100 | 10111011 |
Octal | 214 | 334 | 273 |
Decimal | 140 | 220 | 187 |
Hex | 8C | DC | BB |
Shades of #8cdcbb
Tints of #8cdcbb
RGB Percentages of Color #8cdcbb
CMYK Percentages of Color #8cdcbb
Complementary Color
#8cdcbb | #dc8cad |
#8cdcbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8cdcbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#8cdcbb Color CSS Codes
.mybgcolor {background-color:#8cdcbb; } .myforecolor {color:#8cdcbb; } .mybordercolor {border:3px solid #8cdcbb; }
#8cdcbb Text Font Color
<p style="color:#8cdcbb">Text here</p>
This sample text font color is #8cdcbb
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.
#8cdcbb Background Color
<div style="background-color:#8cdcbb">
Div content here</div>
This div background color is #8cdcbb
#8cdcbb Border Color
<div style="border:3px solid #8cdcbb">
Div here</div>
This div border color is #8cdcbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(140,220,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8cdcbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8cdcbb; -webkit-box-shadow: 1px 1px 3px 2px #8cdcbb; box-shadow: 1px 1px 3px 2px #8cdcbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(140,220,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8cdcbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8cdcbb; -webkit-box-shadow: 1px 1px 3px 2px #8cdcbb; box-shadow: 1px 1px 3px 2px #8cdcbb;">
Div content here</div>
This div box has shadow with color #8cdcbb
Comments
No comments written yet.
Please login to write comment.