Color spaces of #cbcac5
RGB | 203 | 202 | 197 |
---|---|---|---|
HSL | 0.14 | 0.05 | 0.78 |
HSV | 50° | 3° | 80° |
CMYK | 0.00 | 0.00 | 0.03 0.20 |
XYZ | 55.8272 | 58.9688 | 61.2630 |
Yxy | 58.9688 | 0.3171 | 0.3349 |
Hunter Lab | 76.7911 | -4.6149 | 6.4530 |
CIE-Lab | 81.2744 | -0.5515 | 2.6035 |
#cbcac5 color RGB value is (203,202,197).
#cbcac5 hex color red value is 203, green value is 202 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #cbcac5 hue: 0.14 , saturation: 0.05 and the lightness value of cbcac5 is 0.78.
The process color (four color CMYK) of #cbcac5 color hex is 0.00, 0.00, 0.03, 0.20. Web safe color of #cbcac5 is #cccccc. Color #cbcac5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11001010 | 11000101 |
Octal | 313 | 312 | 305 |
Decimal | 203 | 202 | 197 |
Hex | CB | CA | C5 |
Shades of #cbcac5
Tints of #cbcac5
RGB Percentages of Color #cbcac5
CMYK Percentages of Color #cbcac5
Complementary Color
#cbcac5 | #c5c6cb |
#cbcac5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbcac5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbcac5 Color CSS Codes
.mybgcolor {background-color:#cbcac5; } .myforecolor {color:#cbcac5; } .mybordercolor {border:3px solid #cbcac5; }
#cbcac5 Text Font Color
<p style="color:#cbcac5">Text here</p>
This sample text font color is #cbcac5
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.
#cbcac5 Background Color
<div style="background-color:#cbcac5">
Div content here</div>
This div background color is #cbcac5
#cbcac5 Border Color
<div style="border:3px solid #cbcac5">
Div here</div>
This div border color is #cbcac5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,202,197, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbcac5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbcac5; -webkit-box-shadow: 1px 1px 3px 2px #cbcac5; box-shadow: 1px 1px 3px 2px #cbcac5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,202,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 #cbcac5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbcac5; -webkit-box-shadow: 1px 1px 3px 2px #cbcac5; box-shadow: 1px 1px 3px 2px #cbcac5;">
Div content here</div>
This div box has shadow with color #cbcac5
#cbcac5 Color Palettes
Comments
No comments written yet.
Please login to write comment.