Color spaces of #cddabf
RGB | 205 | 218 | 191 |
---|---|---|---|
HSL | 0.25 | 0.27 | 0.80 |
HSV | 89° | 12° | 85° |
CMYK | 0.06 | 0.00 | 0.12 0.15 |
XYZ | 59.6522 | 66.8835 | 59.0560 |
Yxy | 66.8835 | 0.3214 | 0.3604 |
Hunter Lab | 81.7823 | -12.9208 | 14.4336 |
CIE-Lab | 85.4451 | -9.1756 | 11.8013 |
#cddabf color RGB value is (205,218,191).
#cddabf hex color red value is 205, green value is 218 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #cddabf hue: 0.25 , saturation: 0.27 and the lightness value of cddabf is 0.80.
The process color (four color CMYK) of #cddabf color hex is 0.06, 0.00, 0.12, 0.15. Web safe color of #cddabf is #cccccc. Color #cddabf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11011010 | 10111111 |
Octal | 315 | 332 | 277 |
Decimal | 205 | 218 | 191 |
Hex | CD | DA | BF |
Shades of #cddabf
Tints of #cddabf
RGB Percentages of Color #cddabf
CMYK Percentages of Color #cddabf
Complementary Color
#cddabf | #ccbfda |
#cddabf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cddabf Color Preview on White Background
Lorem ipsum dolor sit amet.
#cddabf Color CSS Codes
.mybgcolor {background-color:#cddabf; } .myforecolor {color:#cddabf; } .mybordercolor {border:3px solid #cddabf; }
#cddabf Text Font Color
<p style="color:#cddabf">Text here</p>
This sample text font color is #cddabf
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.
#cddabf Background Color
<div style="background-color:#cddabf">
Div content here</div>
This div background color is #cddabf
#cddabf Border Color
<div style="border:3px solid #cddabf">
Div here</div>
This div border color is #cddabf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,218,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cddabf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cddabf; -webkit-box-shadow: 1px 1px 3px 2px #cddabf; box-shadow: 1px 1px 3px 2px #cddabf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,218,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cddabf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cddabf; -webkit-box-shadow: 1px 1px 3px 2px #cddabf; box-shadow: 1px 1px 3px 2px #cddabf;">
Div content here</div>
This div box has shadow with color #cddabf
Comments
No comments written yet.
Please login to write comment.