Color spaces of #8dcdcf
RGB | 141 | 205 | 207 |
---|---|---|---|
HSL | 0.51 | 0.41 | 0.68 |
HSV | 182° | 32° | 81° |
CMYK | 0.32 | 0.01 | 0.00 0.19 |
XYZ | 44.0783 | 53.8304 | 67.0986 |
Yxy | 53.8304 | 0.2671 | 0.3262 |
Hunter Lab | 73.3692 | -21.1580 | -2.8643 |
CIE-Lab | 78.3627 | -19.7171 | -7.5010 |
#8dcdcf color RGB value is (141,205,207).
#8dcdcf hex color red value is 141, green value is 205 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #8dcdcf hue: 0.51 , saturation: 0.41 and the lightness value of 8dcdcf is 0.68.
The process color (four color CMYK) of #8dcdcf color hex is 0.32, 0.01, 0.00, 0.19. Web safe color of #8dcdcf is #99cccc. Color #8dcdcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001101 | 11001101 | 11001111 |
Octal | 215 | 315 | 317 |
Decimal | 141 | 205 | 207 |
Hex | 8D | CD | CF |
Shades of #8dcdcf
Tints of #8dcdcf
RGB Percentages of Color #8dcdcf
CMYK Percentages of Color #8dcdcf
Complementary Color
#8dcdcf | #cf8f8d |
#8dcdcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8dcdcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#8dcdcf Color CSS Codes
.mybgcolor {background-color:#8dcdcf; } .myforecolor {color:#8dcdcf; } .mybordercolor {border:3px solid #8dcdcf; }
#8dcdcf Text Font Color
<p style="color:#8dcdcf">Text here</p>
This sample text font color is #8dcdcf
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.
#8dcdcf Background Color
<div style="background-color:#8dcdcf">
Div content here</div>
This div background color is #8dcdcf
#8dcdcf Border Color
<div style="border:3px solid #8dcdcf">
Div here</div>
This div border color is #8dcdcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(141,205,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8dcdcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8dcdcf; -webkit-box-shadow: 1px 1px 3px 2px #8dcdcf; box-shadow: 1px 1px 3px 2px #8dcdcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(141,205,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8dcdcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8dcdcf; -webkit-box-shadow: 1px 1px 3px 2px #8dcdcf; box-shadow: 1px 1px 3px 2px #8dcdcf;">
Div content here</div>
This div box has shadow with color #8dcdcf
Comments
No comments written yet.
Please login to write comment.