Color spaces of #ccb48e
RGB | 204 | 180 | 142 |
---|---|---|---|
HSL | 0.10 | 0.38 | 0.68 |
HSV | 37° | 30° | 80° |
CMYK | 0.00 | 0.12 | 0.30 0.20 |
XYZ | 46.1056 | 47.4329 | 32.3166 |
Yxy | 47.4329 | 0.3663 | 0.3769 |
Hunter Lab | 68.8715 | -1.0296 | 20.3894 |
CIE-Lab | 74.4658 | 2.9247 | 22.5665 |
#ccb48e color RGB value is (204,180,142).
#ccb48e hex color red value is 204, green value is 180 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ccb48e hue: 0.10 , saturation: 0.38 and the lightness value of ccb48e is 0.68.
The process color (four color CMYK) of #ccb48e color hex is 0.00, 0.12, 0.30, 0.20. Web safe color of #ccb48e is #cccc99. Color #ccb48e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10110100 | 10001110 |
Octal | 314 | 264 | 216 |
Decimal | 204 | 180 | 142 |
Hex | CC | B4 | 8E |
Shades of #ccb48e
Tints of #ccb48e
RGB Percentages of Color #ccb48e
CMYK Percentages of Color #ccb48e
Complementary Color
#ccb48e | #8ea6cc |
#ccb48e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccb48e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccb48e Color CSS Codes
.mybgcolor {background-color:#ccb48e; } .myforecolor {color:#ccb48e; } .mybordercolor {border:3px solid #ccb48e; }
#ccb48e Text Font Color
<p style="color:#ccb48e">Text here</p>
This sample text font color is #ccb48e
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.
#ccb48e Background Color
<div style="background-color:#ccb48e">
Div content here</div>
This div background color is #ccb48e
#ccb48e Border Color
<div style="border:3px solid #ccb48e">
Div here</div>
This div border color is #ccb48e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,180,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccb48e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccb48e; -webkit-box-shadow: 1px 1px 3px 2px #ccb48e; box-shadow: 1px 1px 3px 2px #ccb48e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,180,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccb48e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccb48e; -webkit-box-shadow: 1px 1px 3px 2px #ccb48e; box-shadow: 1px 1px 3px 2px #ccb48e;">
Div content here</div>
This div box has shadow with color #ccb48e
Comments
No comments written yet.
Please login to write comment.