Color spaces of #ccfddb
RGB | 204 | 253 | 219 |
---|---|---|---|
HSL | 0.38 | 0.92 | 0.90 |
HSV | 138° | 19° | 99° |
CMYK | 0.19 | 0.00 | 0.13 0.01 |
XYZ | 72.8133 | 88.2024 | 80.2049 |
Yxy | 88.2024 | 0.3019 | 0.3657 |
Hunter Lab | 93.9161 | -25.9620 | 15.1073 |
CIE-Lab | 95.2461 | -22.0059 | 11.1790 |
#ccfddb color RGB value is (204,253,219).
#ccfddb hex color red value is 204, green value is 253 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ccfddb hue: 0.38 , saturation: 0.92 and the lightness value of ccfddb is 0.90.
The process color (four color CMYK) of #ccfddb color hex is 0.19, 0.00, 0.13, 0.01. Web safe color of #ccfddb is #ccffcc. Color #ccfddb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11111101 | 11011011 |
Octal | 314 | 375 | 333 |
Decimal | 204 | 253 | 219 |
Hex | CC | FD | DB |
Shades of #ccfddb
Tints of #ccfddb
RGB Percentages of Color #ccfddb
CMYK Percentages of Color #ccfddb
Complementary Color
#ccfddb | #fdccee |
#ccfddb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccfddb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccfddb Color CSS Codes
.mybgcolor {background-color:#ccfddb; } .myforecolor {color:#ccfddb; } .mybordercolor {border:3px solid #ccfddb; }
#ccfddb Text Font Color
<p style="color:#ccfddb">Text here</p>
This sample text font color is #ccfddb
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.
#ccfddb Background Color
<div style="background-color:#ccfddb">
Div content here</div>
This div background color is #ccfddb
#ccfddb Border Color
<div style="border:3px solid #ccfddb">
Div here</div>
This div border color is #ccfddb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,253,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccfddb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccfddb; -webkit-box-shadow: 1px 1px 3px 2px #ccfddb; box-shadow: 1px 1px 3px 2px #ccfddb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,253,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccfddb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccfddb; -webkit-box-shadow: 1px 1px 3px 2px #ccfddb; box-shadow: 1px 1px 3px 2px #ccfddb;">
Div content here</div>
This div box has shadow with color #ccfddb
Comments
No comments written yet.
Please login to write comment.