Color spaces of #8cdbdc
RGB | 140 | 219 | 220 |
---|---|---|---|
HSL | 0.50 | 0.53 | 0.71 |
HSV | 181° | 36° | 86° |
CMYK | 0.36 | 0.00 | 0.00 0.14 |
XYZ | 49.0650 | 61.4058 | 76.9767 |
Yxy | 61.4058 | 0.2618 | 0.3276 |
Hunter Lab | 78.3619 | -25.3684 | -3.3887 |
CIE-Lab | 82.5964 | -23.8890 | -8.1742 |
#8cdbdc color RGB value is (140,219,220).
#8cdbdc hex color red value is 140, green value is 219 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8cdbdc hue: 0.50 , saturation: 0.53 and the lightness value of 8cdbdc is 0.71.
The process color (four color CMYK) of #8cdbdc color hex is 0.36, 0.00, 0.00, 0.14. Web safe color of #8cdbdc is #99cccc. Color #8cdbdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001100 | 11011011 | 11011100 |
Octal | 214 | 333 | 334 |
Decimal | 140 | 219 | 220 |
Hex | 8C | DB | DC |
Shades of #8cdbdc
Tints of #8cdbdc
RGB Percentages of Color #8cdbdc
CMYK Percentages of Color #8cdbdc
Complementary Color
#8cdbdc | #dc8d8c |
#8cdbdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8cdbdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#8cdbdc Color CSS Codes
.mybgcolor {background-color:#8cdbdc; } .myforecolor {color:#8cdbdc; } .mybordercolor {border:3px solid #8cdbdc; }
#8cdbdc Text Font Color
<p style="color:#8cdbdc">Text here</p>
This sample text font color is #8cdbdc
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.
#8cdbdc Background Color
<div style="background-color:#8cdbdc">
Div content here</div>
This div background color is #8cdbdc
#8cdbdc Border Color
<div style="border:3px solid #8cdbdc">
Div here</div>
This div border color is #8cdbdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(140,219,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8cdbdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8cdbdc; -webkit-box-shadow: 1px 1px 3px 2px #8cdbdc; box-shadow: 1px 1px 3px 2px #8cdbdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(140,219,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8cdbdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8cdbdc; -webkit-box-shadow: 1px 1px 3px 2px #8cdbdc; box-shadow: 1px 1px 3px 2px #8cdbdc;">
Div content here</div>
This div box has shadow with color #8cdbdc
Comments
No comments written yet.
Please login to write comment.