Color spaces of #c5ccbe
RGB | 197 | 204 | 190 |
---|---|---|---|
HSL | 0.25 | 0.12 | 0.77 |
HSV | 90° | 7° | 80° |
CMYK | 0.03 | 0.00 | 0.07 0.20 |
XYZ | 53.9131 | 58.7738 | 57.2181 |
Yxy | 58.7738 | 0.3173 | 0.3459 |
Hunter Lab | 76.6641 | -8.6341 | 9.4139 |
CIE-Lab | 81.1671 | -4.9302 | 6.1353 |
#c5ccbe color RGB value is (197,204,190).
#c5ccbe hex color red value is 197, green value is 204 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c5ccbe hue: 0.25 , saturation: 0.12 and the lightness value of c5ccbe is 0.77.
The process color (four color CMYK) of #c5ccbe color hex is 0.03, 0.00, 0.07, 0.20. Web safe color of #c5ccbe is #cccccc. Color #c5ccbe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 11001100 | 10111110 |
Octal | 305 | 314 | 276 |
Decimal | 197 | 204 | 190 |
Hex | C5 | CC | BE |
Shades of #c5ccbe
Tints of #c5ccbe
RGB Percentages of Color #c5ccbe
CMYK Percentages of Color #c5ccbe
Complementary Color
#c5ccbe | #c5becc |
#c5ccbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c5ccbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#c5ccbe Color CSS Codes
.mybgcolor {background-color:#c5ccbe; } .myforecolor {color:#c5ccbe; } .mybordercolor {border:3px solid #c5ccbe; }
#c5ccbe Text Font Color
<p style="color:#c5ccbe">Text here</p>
This sample text font color is #c5ccbe
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.
#c5ccbe Background Color
<div style="background-color:#c5ccbe">
Div content here</div>
This div background color is #c5ccbe
#c5ccbe Border Color
<div style="border:3px solid #c5ccbe">
Div here</div>
This div border color is #c5ccbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,204,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c5ccbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c5ccbe; -webkit-box-shadow: 1px 1px 3px 2px #c5ccbe; box-shadow: 1px 1px 3px 2px #c5ccbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,204,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c5ccbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c5ccbe; -webkit-box-shadow: 1px 1px 3px 2px #c5ccbe; box-shadow: 1px 1px 3px 2px #c5ccbe;">
Div content here</div>
This div box has shadow with color #c5ccbe
Comments
No comments written yet.
Please login to write comment.