Color spaces of #ccb8ba
RGB | 204 | 184 | 186 |
---|---|---|---|
HSL | 0.98 | 0.16 | 0.76 |
HSV | 354° | 10° | 80° |
CMYK | 0.00 | 0.10 | 0.09 0.20 |
XYZ | 50.9053 | 50.6635 | 53.5504 |
Yxy | 50.6635 | 0.3282 | 0.3266 |
Hunter Lab | 71.1783 | 3.0976 | 5.2185 |
CIE-Lab | 76.4747 | 7.4508 | 1.5699 |
#ccb8ba color RGB value is (204,184,186).
#ccb8ba hex color red value is 204, green value is 184 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ccb8ba hue: 0.98 , saturation: 0.16 and the lightness value of ccb8ba is 0.76.
The process color (four color CMYK) of #ccb8ba color hex is 0.00, 0.10, 0.09, 0.20. Web safe color of #ccb8ba is #cccccc. Color #ccb8ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10111000 | 10111010 |
Octal | 314 | 270 | 272 |
Decimal | 204 | 184 | 186 |
Hex | CC | B8 | BA |
Shades of #ccb8ba
Tints of #ccb8ba
RGB Percentages of Color #ccb8ba
CMYK Percentages of Color #ccb8ba
Complementary Color
#ccb8ba | #b8ccca |
#ccb8ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccb8ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccb8ba Color CSS Codes
.mybgcolor {background-color:#ccb8ba; } .myforecolor {color:#ccb8ba; } .mybordercolor {border:3px solid #ccb8ba; }
#ccb8ba Text Font Color
<p style="color:#ccb8ba">Text here</p>
This sample text font color is #ccb8ba
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.
#ccb8ba Background Color
<div style="background-color:#ccb8ba">
Div content here</div>
This div background color is #ccb8ba
#ccb8ba Border Color
<div style="border:3px solid #ccb8ba">
Div here</div>
This div border color is #ccb8ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,184,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccb8ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccb8ba; -webkit-box-shadow: 1px 1px 3px 2px #ccb8ba; box-shadow: 1px 1px 3px 2px #ccb8ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,184,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccb8ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccb8ba; -webkit-box-shadow: 1px 1px 3px 2px #ccb8ba; box-shadow: 1px 1px 3px 2px #ccb8ba;">
Div content here</div>
This div box has shadow with color #ccb8ba
Comments
No comments written yet.
Please login to write comment.