Color spaces of #c5aebf
RGB | 197 | 174 | 191 |
---|---|---|---|
HSL | 0.88 | 0.17 | 0.73 |
HSV | 316° | 12° | 77° |
CMYK | 0.00 | 0.12 | 0.03 0.23 |
XYZ | 47.5660 | 45.9040 | 55.6436 |
Yxy | 45.9040 | 0.3190 | 0.3078 |
Hunter Lab | 67.7525 | 6.7500 | -1.2668 |
CIE-Lab | 73.4832 | 11.2651 | -5.6186 |
#c5aebf color RGB value is (197,174,191).
#c5aebf hex color red value is 197, green value is 174 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c5aebf hue: 0.88 , saturation: 0.17 and the lightness value of c5aebf is 0.73.
The process color (four color CMYK) of #c5aebf color hex is 0.00, 0.12, 0.03, 0.23. Web safe color of #c5aebf is #cc99cc. Color #c5aebf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 10101110 | 10111111 |
Octal | 305 | 256 | 277 |
Decimal | 197 | 174 | 191 |
Hex | C5 | AE | BF |
Shades of #c5aebf
Tints of #c5aebf
RGB Percentages of Color #c5aebf
CMYK Percentages of Color #c5aebf
Complementary Color
#c5aebf | #aec5b4 |
#c5aebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c5aebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c5aebf Color CSS Codes
.mybgcolor {background-color:#c5aebf; } .myforecolor {color:#c5aebf; } .mybordercolor {border:3px solid #c5aebf; }
#c5aebf Text Font Color
<p style="color:#c5aebf">Text here</p>
This sample text font color is #c5aebf
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.
#c5aebf Background Color
<div style="background-color:#c5aebf">
Div content here</div>
This div background color is #c5aebf
#c5aebf Border Color
<div style="border:3px solid #c5aebf">
Div here</div>
This div border color is #c5aebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,174,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c5aebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c5aebf; -webkit-box-shadow: 1px 1px 3px 2px #c5aebf; box-shadow: 1px 1px 3px 2px #c5aebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,174,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c5aebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c5aebf; -webkit-box-shadow: 1px 1px 3px 2px #c5aebf; box-shadow: 1px 1px 3px 2px #c5aebf;">
Div content here</div>
This div box has shadow with color #c5aebf
#c5aebf Color Palettes
Comments
No comments written yet.
Please login to write comment.