Color spaces of #ccb18f
RGB | 204 | 177 | 143 |
---|---|---|---|
HSL | 0.09 | 0.37 | 0.68 |
HSV | 33° | 30° | 80° |
CMYK | 0.00 | 0.13 | 0.30 0.20 |
XYZ | 45.5819 | 46.2648 | 32.5142 |
Yxy | 46.2648 | 0.3665 | 0.3720 |
Hunter Lab | 68.0182 | 0.5885 | 19.2708 |
CIE-Lab | 73.7170 | 4.6591 | 21.0042 |
#ccb18f color RGB value is (204,177,143).
#ccb18f hex color red value is 204, green value is 177 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ccb18f hue: 0.09 , saturation: 0.37 and the lightness value of ccb18f is 0.68.
The process color (four color CMYK) of #ccb18f color hex is 0.00, 0.13, 0.30, 0.20. Web safe color of #ccb18f is #cc9999. Color #ccb18f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10110001 | 10001111 |
Octal | 314 | 261 | 217 |
Decimal | 204 | 177 | 143 |
Hex | CC | B1 | 8F |
Shades of #ccb18f
Tints of #ccb18f
RGB Percentages of Color #ccb18f
CMYK Percentages of Color #ccb18f
Complementary Color
#ccb18f | #8faacc |
#ccb18f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccb18f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccb18f Color CSS Codes
.mybgcolor {background-color:#ccb18f; } .myforecolor {color:#ccb18f; } .mybordercolor {border:3px solid #ccb18f; }
#ccb18f Text Font Color
<p style="color:#ccb18f">Text here</p>
This sample text font color is #ccb18f
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.
#ccb18f Background Color
<div style="background-color:#ccb18f">
Div content here</div>
This div background color is #ccb18f
#ccb18f Border Color
<div style="border:3px solid #ccb18f">
Div here</div>
This div border color is #ccb18f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,177,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccb18f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccb18f; -webkit-box-shadow: 1px 1px 3px 2px #ccb18f; box-shadow: 1px 1px 3px 2px #ccb18f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,177,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccb18f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccb18f; -webkit-box-shadow: 1px 1px 3px 2px #ccb18f; box-shadow: 1px 1px 3px 2px #ccb18f;">
Div content here</div>
This div box has shadow with color #ccb18f
Comments
No comments written yet.
Please login to write comment.