Color spaces of #ccbcb5
RGB | 204 | 188 | 181 |
---|---|---|---|
HSL | 0.05 | 0.18 | 0.75 |
HSV | 18° | 11° | 80° |
CMYK | 0.00 | 0.08 | 0.11 0.20 |
XYZ | 51.2255 | 52.1400 | 51.0802 |
Yxy | 52.1400 | 0.3317 | 0.3376 |
Hunter Lab | 72.2080 | 0.2666 | 8.6037 |
CIE-Lab | 77.3645 | 4.4653 | 5.5697 |
#ccbcb5 color RGB value is (204,188,181).
#ccbcb5 hex color red value is 204, green value is 188 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #ccbcb5 hue: 0.05 , saturation: 0.18 and the lightness value of ccbcb5 is 0.75.
The process color (four color CMYK) of #ccbcb5 color hex is 0.00, 0.08, 0.11, 0.20. Web safe color of #ccbcb5 is #cccccc. Color #ccbcb5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10111100 | 10110101 |
Octal | 314 | 274 | 265 |
Decimal | 204 | 188 | 181 |
Hex | CC | BC | B5 |
Shades of #ccbcb5
Tints of #ccbcb5
RGB Percentages of Color #ccbcb5
CMYK Percentages of Color #ccbcb5
Complementary Color
#ccbcb5 | #b5c5cc |
#ccbcb5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccbcb5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccbcb5 Color CSS Codes
.mybgcolor {background-color:#ccbcb5; } .myforecolor {color:#ccbcb5; } .mybordercolor {border:3px solid #ccbcb5; }
#ccbcb5 Text Font Color
<p style="color:#ccbcb5">Text here</p>
This sample text font color is #ccbcb5
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.
#ccbcb5 Background Color
<div style="background-color:#ccbcb5">
Div content here</div>
This div background color is #ccbcb5
#ccbcb5 Border Color
<div style="border:3px solid #ccbcb5">
Div here</div>
This div border color is #ccbcb5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,188,181, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccbcb5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccbcb5; -webkit-box-shadow: 1px 1px 3px 2px #ccbcb5; box-shadow: 1px 1px 3px 2px #ccbcb5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,188,181, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccbcb5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccbcb5; -webkit-box-shadow: 1px 1px 3px 2px #ccbcb5; box-shadow: 1px 1px 3px 2px #ccbcb5;">
Div content here</div>
This div box has shadow with color #ccbcb5
Comments
No comments written yet.
Please login to write comment.