Color spaces of #8ddcdf
RGB | 141 | 220 | 223 |
---|---|---|---|
HSL | 0.51 | 0.56 | 0.71 |
HSV | 182° | 37° | 87° |
CMYK | 0.37 | 0.01 | 0.00 0.13 |
XYZ | 49.8970 | 62.1768 | 79.1835 |
Yxy | 62.1768 | 0.2609 | 0.3251 |
Hunter Lab | 78.8523 | -25.0383 | -4.3425 |
CIE-Lab | 83.0074 | -23.4059 | -9.1523 |
#8ddcdf color RGB value is (141,220,223).
#8ddcdf hex color red value is 141, green value is 220 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8ddcdf hue: 0.51 , saturation: 0.56 and the lightness value of 8ddcdf is 0.71.
The process color (four color CMYK) of #8ddcdf color hex is 0.37, 0.01, 0.00, 0.13. Web safe color of #8ddcdf is #99cccc. Color #8ddcdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001101 | 11011100 | 11011111 |
Octal | 215 | 334 | 337 |
Decimal | 141 | 220 | 223 |
Hex | 8D | DC | DF |
Shades of #8ddcdf
Tints of #8ddcdf
RGB Percentages of Color #8ddcdf
CMYK Percentages of Color #8ddcdf
Complementary Color
#8ddcdf | #df908d |
#8ddcdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8ddcdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#8ddcdf Color CSS Codes
.mybgcolor {background-color:#8ddcdf; } .myforecolor {color:#8ddcdf; } .mybordercolor {border:3px solid #8ddcdf; }
#8ddcdf Text Font Color
<p style="color:#8ddcdf">Text here</p>
This sample text font color is #8ddcdf
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.
#8ddcdf Background Color
<div style="background-color:#8ddcdf">
Div content here</div>
This div background color is #8ddcdf
#8ddcdf Border Color
<div style="border:3px solid #8ddcdf">
Div here</div>
This div border color is #8ddcdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(141,220,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8ddcdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8ddcdf; -webkit-box-shadow: 1px 1px 3px 2px #8ddcdf; box-shadow: 1px 1px 3px 2px #8ddcdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(141,220,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8ddcdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8ddcdf; -webkit-box-shadow: 1px 1px 3px 2px #8ddcdf; box-shadow: 1px 1px 3px 2px #8ddcdf;">
Div content here</div>
This div box has shadow with color #8ddcdf
Comments
No comments written yet.
Please login to write comment.