Color spaces of #c1ccae
RGB | 193 | 204 | 174 |
---|---|---|---|
HSL | 0.23 | 0.23 | 0.74 |
HSV | 82° | 15° | 80° |
CMYK | 0.05 | 0.00 | 0.15 0.20 |
XYZ | 51.2252 | 57.5792 | 48.4584 |
Yxy | 57.5792 | 0.3257 | 0.3661 |
Hunter Lab | 75.8810 | -12.2911 | 15.2534 |
CIE-Lab | 80.5043 | -9.0691 | 13.6888 |
#c1ccae color RGB value is (193,204,174).
#c1ccae hex color red value is 193, green value is 204 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c1ccae hue: 0.23 , saturation: 0.23 and the lightness value of c1ccae is 0.74.
The process color (four color CMYK) of #c1ccae color hex is 0.05, 0.00, 0.15, 0.20. Web safe color of #c1ccae is #cccc99. Color #c1ccae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 11001100 | 10101110 |
Octal | 301 | 314 | 256 |
Decimal | 193 | 204 | 174 |
Hex | C1 | CC | AE |
Shades of #c1ccae
Tints of #c1ccae
RGB Percentages of Color #c1ccae
CMYK Percentages of Color #c1ccae
Complementary Color
#c1ccae | #b9aecc |
#c1ccae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c1ccae Color Preview on White Background
Lorem ipsum dolor sit amet.
#c1ccae Color CSS Codes
.mybgcolor {background-color:#c1ccae; } .myforecolor {color:#c1ccae; } .mybordercolor {border:3px solid #c1ccae; }
#c1ccae Text Font Color
<p style="color:#c1ccae">Text here</p>
This sample text font color is #c1ccae
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.
#c1ccae Background Color
<div style="background-color:#c1ccae">
Div content here</div>
This div background color is #c1ccae
#c1ccae Border Color
<div style="border:3px solid #c1ccae">
Div here</div>
This div border color is #c1ccae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,204,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c1ccae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c1ccae; -webkit-box-shadow: 1px 1px 3px 2px #c1ccae; box-shadow: 1px 1px 3px 2px #c1ccae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,204,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 #c1ccae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c1ccae; -webkit-box-shadow: 1px 1px 3px 2px #c1ccae; box-shadow: 1px 1px 3px 2px #c1ccae;">
Div content here</div>
This div box has shadow with color #c1ccae
Comments
No comments written yet.
Please login to write comment.