Color spaces of #cfb487
RGB | 207 | 180 | 135 |
---|---|---|---|
HSL | 0.10 | 0.43 | 0.67 |
HSV | 38° | 35° | 81° |
CMYK | 0.00 | 0.13 | 0.35 0.19 |
XYZ | 46.4266 | 47.6572 | 29.6735 |
Yxy | 47.6572 | 0.3751 | 0.3851 |
Hunter Lab | 69.0342 | -0.7657 | 22.8389 |
CIE-Lab | 74.6082 | 3.2206 | 26.5530 |
#cfb487 color RGB value is (207,180,135).
#cfb487 hex color red value is 207, green value is 180 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #cfb487 hue: 0.10 , saturation: 0.43 and the lightness value of cfb487 is 0.67.
The process color (four color CMYK) of #cfb487 color hex is 0.00, 0.13, 0.35, 0.19. Web safe color of #cfb487 is #cccc99. Color #cfb487 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10110100 | 10000111 |
Octal | 317 | 264 | 207 |
Decimal | 207 | 180 | 135 |
Hex | CF | B4 | 87 |
Shades of #cfb487
Tints of #cfb487
RGB Percentages of Color #cfb487
CMYK Percentages of Color #cfb487
Complementary Color
#cfb487 | #87a2cf |
#cfb487 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfb487 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfb487 Color CSS Codes
.mybgcolor {background-color:#cfb487; } .myforecolor {color:#cfb487; } .mybordercolor {border:3px solid #cfb487; }
#cfb487 Text Font Color
<p style="color:#cfb487">Text here</p>
This sample text font color is #cfb487
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.
#cfb487 Background Color
<div style="background-color:#cfb487">
Div content here</div>
This div background color is #cfb487
#cfb487 Border Color
<div style="border:3px solid #cfb487">
Div here</div>
This div border color is #cfb487
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,180,135, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfb487; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfb487; -webkit-box-shadow: 1px 1px 3px 2px #cfb487; box-shadow: 1px 1px 3px 2px #cfb487; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,180,135, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfb487">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfb487; -webkit-box-shadow: 1px 1px 3px 2px #cfb487; box-shadow: 1px 1px 3px 2px #cfb487;">
Div content here</div>
This div box has shadow with color #cfb487
Comments
No comments written yet.
Please login to write comment.