Color spaces of #cdc3ab
RGB | 205 | 195 | 171 |
---|---|---|---|
HSL | 0.12 | 0.25 | 0.74 |
HSV | 42° | 17° | 80° |
CMYK | 0.00 | 0.05 | 0.17 0.20 |
XYZ | 52.0426 | 54.9496 | 46.3915 |
Yxy | 54.9496 | 0.3393 | 0.3582 |
Hunter Lab | 74.1280 | -4.4056 | 14.7842 |
CIE-Lab | 79.0122 | -0.4850 | 13.3189 |
#cdc3ab color RGB value is (205,195,171).
#cdc3ab hex color red value is 205, green value is 195 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cdc3ab hue: 0.12 , saturation: 0.25 and the lightness value of cdc3ab is 0.74.
The process color (four color CMYK) of #cdc3ab color hex is 0.00, 0.05, 0.17, 0.20. Web safe color of #cdc3ab is #cccc99. Color #cdc3ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11000011 | 10101011 |
Octal | 315 | 303 | 253 |
Decimal | 205 | 195 | 171 |
Hex | CD | C3 | AB |
Shades of #cdc3ab
Tints of #cdc3ab
RGB Percentages of Color #cdc3ab
CMYK Percentages of Color #cdc3ab
Complementary Color
#cdc3ab | #abb5cd |
#cdc3ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdc3ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdc3ab Color CSS Codes
.mybgcolor {background-color:#cdc3ab; } .myforecolor {color:#cdc3ab; } .mybordercolor {border:3px solid #cdc3ab; }
#cdc3ab Text Font Color
<p style="color:#cdc3ab">Text here</p>
This sample text font color is #cdc3ab
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.
#cdc3ab Background Color
<div style="background-color:#cdc3ab">
Div content here</div>
This div background color is #cdc3ab
#cdc3ab Border Color
<div style="border:3px solid #cdc3ab">
Div here</div>
This div border color is #cdc3ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,195,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdc3ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdc3ab; -webkit-box-shadow: 1px 1px 3px 2px #cdc3ab; box-shadow: 1px 1px 3px 2px #cdc3ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,195,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 #cdc3ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdc3ab; -webkit-box-shadow: 1px 1px 3px 2px #cdc3ab; box-shadow: 1px 1px 3px 2px #cdc3ab;">
Div content here</div>
This div box has shadow with color #cdc3ab
Comments
No comments written yet.
Please login to write comment.