Color spaces of #c5faab
RGB | 197 | 250 | 171 |
---|---|---|---|
HSL | 0.28 | 0.89 | 0.83 |
HSV | 100° | 32° | 98° |
CMYK | 0.21 | 0.00 | 0.32 0.02 |
XYZ | 64.5623 | 83.1818 | 51.1810 |
Yxy | 83.1818 | 0.3246 | 0.4182 |
Hunter Lab | 91.2041 | -33.2490 | 30.5711 |
CIE-Lab | 93.0940 | -30.7077 | 32.5874 |
#c5faab color RGB value is (197,250,171).
#c5faab hex color red value is 197, green value is 250 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c5faab hue: 0.28 , saturation: 0.89 and the lightness value of c5faab is 0.83.
The process color (four color CMYK) of #c5faab color hex is 0.21, 0.00, 0.32, 0.02. Web safe color of #c5faab is #ccff99. Color #c5faab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 11111010 | 10101011 |
Octal | 305 | 372 | 253 |
Decimal | 197 | 250 | 171 |
Hex | C5 | FA | AB |
Shades of #c5faab
Tints of #c5faab
RGB Percentages of Color #c5faab
CMYK Percentages of Color #c5faab
Complementary Color
#c5faab | #e0abfa |
#c5faab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c5faab Color Preview on White Background
Lorem ipsum dolor sit amet.
#c5faab Color CSS Codes
.mybgcolor {background-color:#c5faab; } .myforecolor {color:#c5faab; } .mybordercolor {border:3px solid #c5faab; }
#c5faab Text Font Color
<p style="color:#c5faab">Text here</p>
This sample text font color is #c5faab
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.
#c5faab Background Color
<div style="background-color:#c5faab">
Div content here</div>
This div background color is #c5faab
#c5faab Border Color
<div style="border:3px solid #c5faab">
Div here</div>
This div border color is #c5faab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,250,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c5faab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c5faab; -webkit-box-shadow: 1px 1px 3px 2px #c5faab; box-shadow: 1px 1px 3px 2px #c5faab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,250,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c5faab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c5faab; -webkit-box-shadow: 1px 1px 3px 2px #c5faab; box-shadow: 1px 1px 3px 2px #c5faab;">
Div content here</div>
This div box has shadow with color #c5faab
Comments
No comments written yet.
Please login to write comment.