Color spaces of #cdaabf
RGB | 205 | 170 | 191 |
---|---|---|---|
HSL | 0.90 | 0.26 | 0.74 |
HSV | 324° | 17° | 80° |
CMYK | 0.00 | 0.17 | 0.07 0.20 |
XYZ | 48.9555 | 45.4902 | 55.4905 |
Yxy | 45.4902 | 0.3265 | 0.3034 |
Hunter Lab | 67.4464 | 11.5317 | -1.5674 |
CIE-Lab | 73.2135 | 16.2559 | -5.9368 |
#cdaabf color RGB value is (205,170,191).
#cdaabf hex color red value is 205, green value is 170 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #cdaabf hue: 0.90 , saturation: 0.26 and the lightness value of cdaabf is 0.74.
The process color (four color CMYK) of #cdaabf color hex is 0.00, 0.17, 0.07, 0.20. Web safe color of #cdaabf is #cc99cc. Color #cdaabf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10101010 | 10111111 |
Octal | 315 | 252 | 277 |
Decimal | 205 | 170 | 191 |
Hex | CD | AA | BF |
Shades of #cdaabf
Tints of #cdaabf
RGB Percentages of Color #cdaabf
CMYK Percentages of Color #cdaabf
Complementary Color
#cdaabf | #aacdb8 |
#cdaabf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdaabf Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdaabf Color CSS Codes
.mybgcolor {background-color:#cdaabf; } .myforecolor {color:#cdaabf; } .mybordercolor {border:3px solid #cdaabf; }
#cdaabf Text Font Color
<p style="color:#cdaabf">Text here</p>
This sample text font color is #cdaabf
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.
#cdaabf Background Color
<div style="background-color:#cdaabf">
Div content here</div>
This div background color is #cdaabf
#cdaabf Border Color
<div style="border:3px solid #cdaabf">
Div here</div>
This div border color is #cdaabf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,170,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdaabf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdaabf; -webkit-box-shadow: 1px 1px 3px 2px #cdaabf; box-shadow: 1px 1px 3px 2px #cdaabf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,170,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 #cdaabf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdaabf; -webkit-box-shadow: 1px 1px 3px 2px #cdaabf; box-shadow: 1px 1px 3px 2px #cdaabf;">
Div content here</div>
This div box has shadow with color #cdaabf
Comments
No comments written yet.
Please login to write comment.