Color spaces of #ccdbad
RGB | 204 | 219 | 173 |
---|---|---|---|
HSL | 0.22 | 0.39 | 0.77 |
HSV | 80° | 21° | 86° |
CMYK | 0.07 | 0.00 | 0.21 0.14 |
XYZ | 57.7762 | 66.5175 | 49.3292 |
Yxy | 66.5175 | 0.3328 | 0.3831 |
Hunter Lab | 81.5583 | -16.2768 | 21.2302 |
CIE-Lab | 85.2597 | -12.9121 | 20.9786 |
#ccdbad color RGB value is (204,219,173).
#ccdbad hex color red value is 204, green value is 219 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ccdbad hue: 0.22 , saturation: 0.39 and the lightness value of ccdbad is 0.77.
The process color (four color CMYK) of #ccdbad color hex is 0.07, 0.00, 0.21, 0.14. Web safe color of #ccdbad is #cccc99. Color #ccdbad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11011011 | 10101101 |
Octal | 314 | 333 | 255 |
Decimal | 204 | 219 | 173 |
Hex | CC | DB | AD |
Shades of #ccdbad
Tints of #ccdbad
RGB Percentages of Color #ccdbad
CMYK Percentages of Color #ccdbad
Complementary Color
#ccdbad | #bcaddb |
#ccdbad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccdbad Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccdbad Color CSS Codes
.mybgcolor {background-color:#ccdbad; } .myforecolor {color:#ccdbad; } .mybordercolor {border:3px solid #ccdbad; }
#ccdbad Text Font Color
<p style="color:#ccdbad">Text here</p>
This sample text font color is #ccdbad
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.
#ccdbad Background Color
<div style="background-color:#ccdbad">
Div content here</div>
This div background color is #ccdbad
#ccdbad Border Color
<div style="border:3px solid #ccdbad">
Div here</div>
This div border color is #ccdbad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,219,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccdbad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccdbad; -webkit-box-shadow: 1px 1px 3px 2px #ccdbad; box-shadow: 1px 1px 3px 2px #ccdbad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,219,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccdbad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccdbad; -webkit-box-shadow: 1px 1px 3px 2px #ccdbad; box-shadow: 1px 1px 3px 2px #ccdbad;">
Div content here</div>
This div box has shadow with color #ccdbad
Comments
No comments written yet.
Please login to write comment.