Color spaces of #c2aece
RGB | 194 | 174 | 206 |
---|---|---|---|
HSL | 0.77 | 0.25 | 0.75 |
HSV | 278° | 16° | 81° |
CMYK | 0.06 | 0.16 | 0.00 0.19 |
XYZ | 48.5248 | 46.1977 | 64.7520 |
Yxy | 46.1977 | 0.3043 | 0.2897 |
Hunter Lab | 67.9689 | 8.4903 | -8.9056 |
CIE-Lab | 73.6736 | 13.0938 | -13.5780 |
#c2aece color RGB value is (194,174,206).
#c2aece hex color red value is 194, green value is 174 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c2aece hue: 0.77 , saturation: 0.25 and the lightness value of c2aece is 0.75.
The process color (four color CMYK) of #c2aece color hex is 0.06, 0.16, 0.00, 0.19. Web safe color of #c2aece is #cc99cc. Color #c2aece contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 10101110 | 11001110 |
Octal | 302 | 256 | 316 |
Decimal | 194 | 174 | 206 |
Hex | C2 | AE | CE |
Shades of #c2aece
Tints of #c2aece
RGB Percentages of Color #c2aece
CMYK Percentages of Color #c2aece
Complementary Color
#c2aece | #baceae |
#c2aece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c2aece Color Preview on White Background
Lorem ipsum dolor sit amet.
#c2aece Color CSS Codes
.mybgcolor {background-color:#c2aece; } .myforecolor {color:#c2aece; } .mybordercolor {border:3px solid #c2aece; }
#c2aece Text Font Color
<p style="color:#c2aece">Text here</p>
This sample text font color is #c2aece
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.
#c2aece Background Color
<div style="background-color:#c2aece">
Div content here</div>
This div background color is #c2aece
#c2aece Border Color
<div style="border:3px solid #c2aece">
Div here</div>
This div border color is #c2aece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,174,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c2aece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c2aece; -webkit-box-shadow: 1px 1px 3px 2px #c2aece; box-shadow: 1px 1px 3px 2px #c2aece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,174,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c2aece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c2aece; -webkit-box-shadow: 1px 1px 3px 2px #c2aece; box-shadow: 1px 1px 3px 2px #c2aece;">
Div content here</div>
This div box has shadow with color #c2aece
Comments
No comments written yet.
Please login to write comment.