Color spaces of #ccc69e
RGB | 204 | 198 | 158 |
---|---|---|---|
HSL | 0.14 | 0.31 | 0.71 |
HSV | 52° | 23° | 80° |
CMYK | 0.00 | 0.03 | 0.23 0.20 |
XYZ | 51.2675 | 55.6942 | 40.3957 |
Yxy | 55.6942 | 0.3479 | 0.3780 |
Hunter Lab | 74.6285 | -7.9760 | 20.1469 |
CIE-Lab | 79.4395 | -4.3675 | 20.8403 |
#ccc69e color RGB value is (204,198,158).
#ccc69e hex color red value is 204, green value is 198 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ccc69e hue: 0.14 , saturation: 0.31 and the lightness value of ccc69e is 0.71.
The process color (four color CMYK) of #ccc69e color hex is 0.00, 0.03, 0.23, 0.20. Web safe color of #ccc69e is #cccc99. Color #ccc69e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11000110 | 10011110 |
Octal | 314 | 306 | 236 |
Decimal | 204 | 198 | 158 |
Hex | CC | C6 | 9E |
Shades of #ccc69e
Tints of #ccc69e
RGB Percentages of Color #ccc69e
CMYK Percentages of Color #ccc69e
Complementary Color
#ccc69e | #9ea4cc |
#ccc69e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccc69e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccc69e Color CSS Codes
.mybgcolor {background-color:#ccc69e; } .myforecolor {color:#ccc69e; } .mybordercolor {border:3px solid #ccc69e; }
#ccc69e Text Font Color
<p style="color:#ccc69e">Text here</p>
This sample text font color is #ccc69e
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.
#ccc69e Background Color
<div style="background-color:#ccc69e">
Div content here</div>
This div background color is #ccc69e
#ccc69e Border Color
<div style="border:3px solid #ccc69e">
Div here</div>
This div border color is #ccc69e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,198,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccc69e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccc69e; -webkit-box-shadow: 1px 1px 3px 2px #ccc69e; box-shadow: 1px 1px 3px 2px #ccc69e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,198,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccc69e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccc69e; -webkit-box-shadow: 1px 1px 3px 2px #ccc69e; box-shadow: 1px 1px 3px 2px #ccc69e;">
Div content here</div>
This div box has shadow with color #ccc69e
Comments
No comments written yet.
Please login to write comment.