Color spaces of #cfddd3
RGB | 207 | 221 | 211 |
---|---|---|---|
HSL | 0.38 | 0.17 | 0.84 |
HSV | 137° | 6° | 87° |
CMYK | 0.06 | 0.00 | 0.05 0.13 |
XYZ | 63.3464 | 69.6814 | 71.7392 |
Yxy | 69.6814 | 0.3094 | 0.3403 |
Hunter Lab | 83.4754 | -10.6248 | 7.4786 |
CIE-Lab | 86.8404 | -6.5292 | 3.2791 |
#cfddd3 color RGB value is (207,221,211).
#cfddd3 hex color red value is 207, green value is 221 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #cfddd3 hue: 0.38 , saturation: 0.17 and the lightness value of cfddd3 is 0.84.
The process color (four color CMYK) of #cfddd3 color hex is 0.06, 0.00, 0.05, 0.13. Web safe color of #cfddd3 is #cccccc. Color #cfddd3 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11011101 | 11010011 |
Octal | 317 | 335 | 323 |
Decimal | 207 | 221 | 211 |
Hex | CF | DD | D3 |
Shades of #cfddd3
Tints of #cfddd3
RGB Percentages of Color #cfddd3
CMYK Percentages of Color #cfddd3
Complementary Color
#cfddd3 | #ddcfd9 |
#cfddd3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfddd3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfddd3 Color CSS Codes
.mybgcolor {background-color:#cfddd3; } .myforecolor {color:#cfddd3; } .mybordercolor {border:3px solid #cfddd3; }
#cfddd3 Text Font Color
<p style="color:#cfddd3">Text here</p>
This sample text font color is #cfddd3
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.
#cfddd3 Background Color
<div style="background-color:#cfddd3">
Div content here</div>
This div background color is #cfddd3
#cfddd3 Border Color
<div style="border:3px solid #cfddd3">
Div here</div>
This div border color is #cfddd3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,221,211, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfddd3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfddd3; -webkit-box-shadow: 1px 1px 3px 2px #cfddd3; box-shadow: 1px 1px 3px 2px #cfddd3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,221,211, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfddd3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfddd3; -webkit-box-shadow: 1px 1px 3px 2px #cfddd3; box-shadow: 1px 1px 3px 2px #cfddd3;">
Div content here</div>
This div box has shadow with color #cfddd3
Comments
No comments written yet.
Please login to write comment.