Color spaces of #c69fae
RGB | 198 | 159 | 174 |
---|---|---|---|
HSL | 0.94 | 0.25 | 0.70 |
HSV | 337° | 20° | 78° |
CMYK | 0.00 | 0.20 | 0.12 0.22 |
XYZ | 43.3268 | 39.8580 | 45.4542 |
Yxy | 39.8580 | 0.3368 | 0.3098 |
Hunter Lab | 63.1332 | 12.0172 | 1.5060 |
CIE-Lab | 69.3683 | 16.8401 | -2.2881 |
#c69fae color RGB value is (198,159,174).
#c69fae hex color red value is 198, green value is 159 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c69fae hue: 0.94 , saturation: 0.25 and the lightness value of c69fae is 0.70.
The process color (four color CMYK) of #c69fae color hex is 0.00, 0.20, 0.12, 0.22. Web safe color of #c69fae is #cc9999. Color #c69fae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 10011111 | 10101110 |
Octal | 306 | 237 | 256 |
Decimal | 198 | 159 | 174 |
Hex | C6 | 9F | AE |
Shades of #c69fae
Tints of #c69fae
RGB Percentages of Color #c69fae
CMYK Percentages of Color #c69fae
Complementary Color
#c69fae | #9fc6b7 |
#c69fae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c69fae Color Preview on White Background
Lorem ipsum dolor sit amet.
#c69fae Color CSS Codes
.mybgcolor {background-color:#c69fae; } .myforecolor {color:#c69fae; } .mybordercolor {border:3px solid #c69fae; }
#c69fae Text Font Color
<p style="color:#c69fae">Text here</p>
This sample text font color is #c69fae
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.
#c69fae Background Color
<div style="background-color:#c69fae">
Div content here</div>
This div background color is #c69fae
#c69fae Border Color
<div style="border:3px solid #c69fae">
Div here</div>
This div border color is #c69fae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,159,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c69fae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c69fae; -webkit-box-shadow: 1px 1px 3px 2px #c69fae; box-shadow: 1px 1px 3px 2px #c69fae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,159,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c69fae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c69fae; -webkit-box-shadow: 1px 1px 3px 2px #c69fae; box-shadow: 1px 1px 3px 2px #c69fae;">
Div content here</div>
This div box has shadow with color #c69fae
Comments
No comments written yet.
Please login to write comment.