Color spaces of #cfab89
RGB | 207 | 171 | 137 |
---|---|---|---|
HSL | 0.08 | 0.42 | 0.67 |
HSV | 29° | 34° | 81° |
CMYK | 0.00 | 0.17 | 0.34 0.19 |
XYZ | 44.8104 | 44.1974 | 29.8361 |
Yxy | 44.1974 | 0.3771 | 0.3719 |
Hunter Lab | 66.4811 | 3.9727 | 19.9280 |
CIE-Lab | 72.3602 | 8.2867 | 22.4408 |
#cfab89 color RGB value is (207,171,137).
#cfab89 hex color red value is 207, green value is 171 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #cfab89 hue: 0.08 , saturation: 0.42 and the lightness value of cfab89 is 0.67.
The process color (four color CMYK) of #cfab89 color hex is 0.00, 0.17, 0.34, 0.19. Web safe color of #cfab89 is #cc9999. Color #cfab89 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10101011 | 10001001 |
Octal | 317 | 253 | 211 |
Decimal | 207 | 171 | 137 |
Hex | CF | AB | 89 |
Shades of #cfab89
Tints of #cfab89
RGB Percentages of Color #cfab89
CMYK Percentages of Color #cfab89
Complementary Color
#cfab89 | #89adcf |
#cfab89 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfab89 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfab89 Color CSS Codes
.mybgcolor {background-color:#cfab89; } .myforecolor {color:#cfab89; } .mybordercolor {border:3px solid #cfab89; }
#cfab89 Text Font Color
<p style="color:#cfab89">Text here</p>
This sample text font color is #cfab89
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.
#cfab89 Background Color
<div style="background-color:#cfab89">
Div content here</div>
This div background color is #cfab89
#cfab89 Border Color
<div style="border:3px solid #cfab89">
Div here</div>
This div border color is #cfab89
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,171,137, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfab89; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfab89; -webkit-box-shadow: 1px 1px 3px 2px #cfab89; box-shadow: 1px 1px 3px 2px #cfab89; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,171,137, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfab89">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfab89; -webkit-box-shadow: 1px 1px 3px 2px #cfab89; box-shadow: 1px 1px 3px 2px #cfab89;">
Div content here</div>
This div box has shadow with color #cfab89
Comments
No comments written yet.
Please login to write comment.