Color spaces of #cddfab
RGB | 205 | 223 | 171 |
---|---|---|---|
HSL | 0.22 | 0.45 | 0.77 |
HSV | 81° | 23° | 87° |
CMYK | 0.08 | 0.00 | 0.23 0.13 |
XYZ | 58.9152 | 68.6948 | 48.6823 |
Yxy | 68.6948 | 0.3342 | 0.3897 |
Hunter Lab | 82.8823 | -18.1610 | 23.1927 |
CIE-Lab | 86.3527 | -14.8581 | 23.5375 |
#cddfab color RGB value is (205,223,171).
#cddfab hex color red value is 205, green value is 223 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cddfab hue: 0.22 , saturation: 0.45 and the lightness value of cddfab is 0.77.
The process color (four color CMYK) of #cddfab color hex is 0.08, 0.00, 0.23, 0.13. Web safe color of #cddfab is #cccc99. Color #cddfab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11011111 | 10101011 |
Octal | 315 | 337 | 253 |
Decimal | 205 | 223 | 171 |
Hex | CD | DF | AB |
Shades of #cddfab
Tints of #cddfab
RGB Percentages of Color #cddfab
CMYK Percentages of Color #cddfab
Complementary Color
#cddfab | #bdabdf |
#cddfab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cddfab Color Preview on White Background
Lorem ipsum dolor sit amet.
#cddfab Color CSS Codes
.mybgcolor {background-color:#cddfab; } .myforecolor {color:#cddfab; } .mybordercolor {border:3px solid #cddfab; }
#cddfab Text Font Color
<p style="color:#cddfab">Text here</p>
This sample text font color is #cddfab
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.
#cddfab Background Color
<div style="background-color:#cddfab">
Div content here</div>
This div background color is #cddfab
#cddfab Border Color
<div style="border:3px solid #cddfab">
Div here</div>
This div border color is #cddfab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,223,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cddfab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cddfab; -webkit-box-shadow: 1px 1px 3px 2px #cddfab; box-shadow: 1px 1px 3px 2px #cddfab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,223,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cddfab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cddfab; -webkit-box-shadow: 1px 1px 3px 2px #cddfab; box-shadow: 1px 1px 3px 2px #cddfab;">
Div content here</div>
This div box has shadow with color #cddfab
Comments
No comments written yet.
Please login to write comment.