Color spaces of #ccdfba
RGB | 204 | 223 | 186 |
---|---|---|---|
HSL | 0.25 | 0.37 | 0.80 |
HSV | 91° | 17° | 87° |
CMYK | 0.09 | 0.00 | 0.17 0.13 |
XYZ | 60.1524 | 69.1579 | 56.6328 |
Yxy | 69.1579 | 0.3235 | 0.3719 |
Hunter Lab | 83.1612 | -16.4191 | 17.8364 |
CIE-Lab | 86.5822 | -12.8837 | 16.0239 |
#ccdfba color RGB value is (204,223,186).
#ccdfba hex color red value is 204, green value is 223 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ccdfba hue: 0.25 , saturation: 0.37 and the lightness value of ccdfba is 0.80.
The process color (four color CMYK) of #ccdfba color hex is 0.09, 0.00, 0.17, 0.13. Web safe color of #ccdfba is #cccccc. Color #ccdfba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11011111 | 10111010 |
Octal | 314 | 337 | 272 |
Decimal | 204 | 223 | 186 |
Hex | CC | DF | BA |
Shades of #ccdfba
Tints of #ccdfba
RGB Percentages of Color #ccdfba
CMYK Percentages of Color #ccdfba
Complementary Color
#ccdfba | #cdbadf |
#ccdfba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccdfba Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccdfba Color CSS Codes
.mybgcolor {background-color:#ccdfba; } .myforecolor {color:#ccdfba; } .mybordercolor {border:3px solid #ccdfba; }
#ccdfba Text Font Color
<p style="color:#ccdfba">Text here</p>
This sample text font color is #ccdfba
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.
#ccdfba Background Color
<div style="background-color:#ccdfba">
Div content here</div>
This div background color is #ccdfba
#ccdfba Border Color
<div style="border:3px solid #ccdfba">
Div here</div>
This div border color is #ccdfba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,223,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccdfba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccdfba; -webkit-box-shadow: 1px 1px 3px 2px #ccdfba; box-shadow: 1px 1px 3px 2px #ccdfba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,223,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccdfba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccdfba; -webkit-box-shadow: 1px 1px 3px 2px #ccdfba; box-shadow: 1px 1px 3px 2px #ccdfba;">
Div content here</div>
This div box has shadow with color #ccdfba
Comments
No comments written yet.
Please login to write comment.