Color spaces of #cbdac5
RGB | 203 | 218 | 197 |
---|---|---|---|
HSL | 0.29 | 0.22 | 0.81 |
HSV | 103° | 10° | 85° |
CMYK | 0.07 | 0.00 | 0.10 0.15 |
XYZ | 59.7780 | 66.8705 | 62.5800 |
Yxy | 66.8705 | 0.3159 | 0.3534 |
Hunter Lab | 81.7744 | -12.6197 | 11.8688 |
CIE-Lab | 85.4385 | -8.8466 | 8.6082 |
#cbdac5 color RGB value is (203,218,197).
#cbdac5 hex color red value is 203, green value is 218 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #cbdac5 hue: 0.29 , saturation: 0.22 and the lightness value of cbdac5 is 0.81.
The process color (four color CMYK) of #cbdac5 color hex is 0.07, 0.00, 0.10, 0.15. Web safe color of #cbdac5 is #cccccc. Color #cbdac5 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11011010 | 11000101 |
Octal | 313 | 332 | 305 |
Decimal | 203 | 218 | 197 |
Hex | CB | DA | C5 |
Shades of #cbdac5
Tints of #cbdac5
RGB Percentages of Color #cbdac5
CMYK Percentages of Color #cbdac5
Complementary Color
#cbdac5 | #d4c5da |
#cbdac5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbdac5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbdac5 Color CSS Codes
.mybgcolor {background-color:#cbdac5; } .myforecolor {color:#cbdac5; } .mybordercolor {border:3px solid #cbdac5; }
#cbdac5 Text Font Color
<p style="color:#cbdac5">Text here</p>
This sample text font color is #cbdac5
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.
#cbdac5 Background Color
<div style="background-color:#cbdac5">
Div content here</div>
This div background color is #cbdac5
#cbdac5 Border Color
<div style="border:3px solid #cbdac5">
Div here</div>
This div border color is #cbdac5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,218,197, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbdac5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbdac5; -webkit-box-shadow: 1px 1px 3px 2px #cbdac5; box-shadow: 1px 1px 3px 2px #cbdac5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,218,197, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbdac5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbdac5; -webkit-box-shadow: 1px 1px 3px 2px #cbdac5; box-shadow: 1px 1px 3px 2px #cbdac5;">
Div content here</div>
This div box has shadow with color #cbdac5
Comments
No comments written yet.
Please login to write comment.