Color spaces of #cbdac7
RGB | 203 | 218 | 199 |
---|---|---|---|
HSL | 0.30 | 0.20 | 0.82 |
HSV | 107° | 9° | 85° |
CMYK | 0.07 | 0.00 | 0.09 0.15 |
XYZ | 60.0088 | 66.9628 | 63.7951 |
Yxy | 66.9628 | 0.3146 | 0.3510 |
Hunter Lab | 81.8308 | -12.3049 | 11.0592 |
CIE-Lab | 85.4852 | -8.4970 | 7.6193 |
#cbdac7 color RGB value is (203,218,199).
#cbdac7 hex color red value is 203, green value is 218 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #cbdac7 hue: 0.30 , saturation: 0.20 and the lightness value of cbdac7 is 0.82.
The process color (four color CMYK) of #cbdac7 color hex is 0.07, 0.00, 0.09, 0.15. Web safe color of #cbdac7 is #cccccc. Color #cbdac7 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11011010 | 11000111 |
Octal | 313 | 332 | 307 |
Decimal | 203 | 218 | 199 |
Hex | CB | DA | C7 |
Shades of #cbdac7
Tints of #cbdac7
RGB Percentages of Color #cbdac7
CMYK Percentages of Color #cbdac7
Complementary Color
#cbdac7 | #d6c7da |
#cbdac7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbdac7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbdac7 Color CSS Codes
.mybgcolor {background-color:#cbdac7; } .myforecolor {color:#cbdac7; } .mybordercolor {border:3px solid #cbdac7; }
#cbdac7 Text Font Color
<p style="color:#cbdac7">Text here</p>
This sample text font color is #cbdac7
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.
#cbdac7 Background Color
<div style="background-color:#cbdac7">
Div content here</div>
This div background color is #cbdac7
#cbdac7 Border Color
<div style="border:3px solid #cbdac7">
Div here</div>
This div border color is #cbdac7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,218,199, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbdac7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbdac7; -webkit-box-shadow: 1px 1px 3px 2px #cbdac7; box-shadow: 1px 1px 3px 2px #cbdac7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,218,199, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbdac7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbdac7; -webkit-box-shadow: 1px 1px 3px 2px #cbdac7; box-shadow: 1px 1px 3px 2px #cbdac7;">
Div content here</div>
This div box has shadow with color #cbdac7
#cbdac7 Color Palettes
Comments
No comments written yet.
Please login to write comment.