Color spaces of #cfa3ad
RGB | 207 | 163 | 173 |
---|---|---|---|
HSL | 0.96 | 0.31 | 0.73 |
HSV | 346° | 21° | 81° |
CMYK | 0.00 | 0.21 | 0.16 0.19 |
XYZ | 46.3721 | 42.4769 | 45.2900 |
Yxy | 42.4769 | 0.3457 | 0.3167 |
Hunter Lab | 65.1743 | 12.9493 | 4.4211 |
CIE-Lab | 71.1985 | 17.7635 | 1.0476 |
#cfa3ad color RGB value is (207,163,173).
#cfa3ad hex color red value is 207, green value is 163 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cfa3ad hue: 0.96 , saturation: 0.31 and the lightness value of cfa3ad is 0.73.
The process color (four color CMYK) of #cfa3ad color hex is 0.00, 0.21, 0.16, 0.19. Web safe color of #cfa3ad is #cc9999. Color #cfa3ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10100011 | 10101101 |
Octal | 317 | 243 | 255 |
Decimal | 207 | 163 | 173 |
Hex | CF | A3 | AD |
Shades of #cfa3ad
Tints of #cfa3ad
RGB Percentages of Color #cfa3ad
CMYK Percentages of Color #cfa3ad
Complementary Color
#cfa3ad | #a3cfc5 |
#cfa3ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfa3ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfa3ad Color CSS Codes
.mybgcolor {background-color:#cfa3ad; } .myforecolor {color:#cfa3ad; } .mybordercolor {border:3px solid #cfa3ad; }
#cfa3ad Text Font Color
<p style="color:#cfa3ad">Text here</p>
This sample text font color is #cfa3ad
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.
#cfa3ad Background Color
<div style="background-color:#cfa3ad">
Div content here</div>
This div background color is #cfa3ad
#cfa3ad Border Color
<div style="border:3px solid #cfa3ad">
Div here</div>
This div border color is #cfa3ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,163,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfa3ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfa3ad; -webkit-box-shadow: 1px 1px 3px 2px #cfa3ad; box-shadow: 1px 1px 3px 2px #cfa3ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,163,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfa3ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfa3ad; -webkit-box-shadow: 1px 1px 3px 2px #cfa3ad; box-shadow: 1px 1px 3px 2px #cfa3ad;">
Div content here</div>
This div box has shadow with color #cfa3ad
Comments
No comments written yet.
Please login to write comment.