Color spaces of #cfbc9a
RGB | 207 | 188 | 154 |
---|---|---|---|
HSL | 0.11 | 0.36 | 0.71 |
HSV | 38° | 26° | 81° |
CMYK | 0.00 | 0.09 | 0.26 0.19 |
XYZ | 49.5481 | 51.5649 | 37.9134 |
Yxy | 51.5649 | 0.3564 | 0.3709 |
Hunter Lab | 71.8087 | -2.5000 | 18.9623 |
CIE-Lab | 77.0199 | 1.4596 | 19.6748 |
#cfbc9a color RGB value is (207,188,154).
#cfbc9a hex color red value is 207, green value is 188 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #cfbc9a hue: 0.11 , saturation: 0.36 and the lightness value of cfbc9a is 0.71.
The process color (four color CMYK) of #cfbc9a color hex is 0.00, 0.09, 0.26, 0.19. Web safe color of #cfbc9a is #cccc99. Color #cfbc9a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10111100 | 10011010 |
Octal | 317 | 274 | 232 |
Decimal | 207 | 188 | 154 |
Hex | CF | BC | 9A |
Shades of #cfbc9a
Tints of #cfbc9a
RGB Percentages of Color #cfbc9a
CMYK Percentages of Color #cfbc9a
Complementary Color
#cfbc9a | #9aadcf |
#cfbc9a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfbc9a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfbc9a Color CSS Codes
.mybgcolor {background-color:#cfbc9a; } .myforecolor {color:#cfbc9a; } .mybordercolor {border:3px solid #cfbc9a; }
#cfbc9a Text Font Color
<p style="color:#cfbc9a">Text here</p>
This sample text font color is #cfbc9a
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.
#cfbc9a Background Color
<div style="background-color:#cfbc9a">
Div content here</div>
This div background color is #cfbc9a
#cfbc9a Border Color
<div style="border:3px solid #cfbc9a">
Div here</div>
This div border color is #cfbc9a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,188,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfbc9a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfbc9a; -webkit-box-shadow: 1px 1px 3px 2px #cfbc9a; box-shadow: 1px 1px 3px 2px #cfbc9a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,188,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfbc9a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfbc9a; -webkit-box-shadow: 1px 1px 3px 2px #cfbc9a; box-shadow: 1px 1px 3px 2px #cfbc9a;">
Div content here</div>
This div box has shadow with color #cfbc9a
Comments
No comments written yet.
Please login to write comment.