Color spaces of #c7accf
RGB | 199 | 172 | 207 |
---|---|---|---|
HSL | 0.80 | 0.27 | 0.74 |
HSV | 286° | 17° | 81° |
CMYK | 0.04 | 0.17 | 0.00 0.19 |
XYZ | 49.5682 | 46.1522 | 65.3272 |
Yxy | 46.1522 | 0.3078 | 0.2866 |
Hunter Lab | 67.9354 | 11.3533 | -9.4589 |
CIE-Lab | 73.6442 | 16.0647 | -14.1254 |
#c7accf color RGB value is (199,172,207).
#c7accf hex color red value is 199, green value is 172 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c7accf hue: 0.80 , saturation: 0.27 and the lightness value of c7accf is 0.74.
The process color (four color CMYK) of #c7accf color hex is 0.04, 0.17, 0.00, 0.19. Web safe color of #c7accf is #cc99cc. Color #c7accf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 10101100 | 11001111 |
Octal | 307 | 254 | 317 |
Decimal | 199 | 172 | 207 |
Hex | C7 | AC | CF |
Shades of #c7accf
Tints of #c7accf
RGB Percentages of Color #c7accf
CMYK Percentages of Color #c7accf
Complementary Color
#c7accf | #b4cfac |
#c7accf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c7accf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c7accf Color CSS Codes
.mybgcolor {background-color:#c7accf; } .myforecolor {color:#c7accf; } .mybordercolor {border:3px solid #c7accf; }
#c7accf Text Font Color
<p style="color:#c7accf">Text here</p>
This sample text font color is #c7accf
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.
#c7accf Background Color
<div style="background-color:#c7accf">
Div content here</div>
This div background color is #c7accf
#c7accf Border Color
<div style="border:3px solid #c7accf">
Div here</div>
This div border color is #c7accf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,172,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c7accf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c7accf; -webkit-box-shadow: 1px 1px 3px 2px #c7accf; box-shadow: 1px 1px 3px 2px #c7accf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,172,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c7accf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c7accf; -webkit-box-shadow: 1px 1px 3px 2px #c7accf; box-shadow: 1px 1px 3px 2px #c7accf;">
Div content here</div>
This div box has shadow with color #c7accf
Comments
No comments written yet.
Please login to write comment.