Color spaces of #cfdcc0
RGB | 207 | 220 | 192 |
---|---|---|---|
HSL | 0.24 | 0.29 | 0.81 |
HSV | 88° | 13° | 86° |
CMYK | 0.06 | 0.00 | 0.13 0.14 |
XYZ | 60.8398 | 68.2576 | 59.8376 |
Yxy | 68.2576 | 0.3220 | 0.3613 |
Hunter Lab | 82.6182 | -13.1348 | 14.8909 |
CIE-Lab | 86.1351 | -9.3276 | 12.2746 |
#cfdcc0 color RGB value is (207,220,192).
#cfdcc0 hex color red value is 207, green value is 220 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #cfdcc0 hue: 0.24 , saturation: 0.29 and the lightness value of cfdcc0 is 0.81.
The process color (four color CMYK) of #cfdcc0 color hex is 0.06, 0.00, 0.13, 0.14. Web safe color of #cfdcc0 is #cccccc. Color #cfdcc0 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11011100 | 11000000 |
Octal | 317 | 334 | 300 |
Decimal | 207 | 220 | 192 |
Hex | CF | DC | C0 |
Shades of #cfdcc0
Tints of #cfdcc0
RGB Percentages of Color #cfdcc0
CMYK Percentages of Color #cfdcc0
Complementary Color
#cfdcc0 | #cdc0dc |
#cfdcc0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfdcc0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfdcc0 Color CSS Codes
.mybgcolor {background-color:#cfdcc0; } .myforecolor {color:#cfdcc0; } .mybordercolor {border:3px solid #cfdcc0; }
#cfdcc0 Text Font Color
<p style="color:#cfdcc0">Text here</p>
This sample text font color is #cfdcc0
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.
#cfdcc0 Background Color
<div style="background-color:#cfdcc0">
Div content here</div>
This div background color is #cfdcc0
#cfdcc0 Border Color
<div style="border:3px solid #cfdcc0">
Div here</div>
This div border color is #cfdcc0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,220,192, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfdcc0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfdcc0; -webkit-box-shadow: 1px 1px 3px 2px #cfdcc0; box-shadow: 1px 1px 3px 2px #cfdcc0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,220,192, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfdcc0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfdcc0; -webkit-box-shadow: 1px 1px 3px 2px #cfdcc0; box-shadow: 1px 1px 3px 2px #cfdcc0;">
Div content here</div>
This div box has shadow with color #cfdcc0
Comments
No comments written yet.
Please login to write comment.