Color spaces of #c5beba
RGB | 197 | 190 | 186 |
---|---|---|---|
HSL | 0.06 | 0.09 | 0.75 |
HSV | 22° | 6° | 77° |
CMYK | 0.00 | 0.04 | 0.06 0.23 |
XYZ | 50.3023 | 52.2424 | 53.8869 |
Yxy | 52.2424 | 0.3216 | 0.3340 |
Hunter Lab | 72.2789 | -2.2615 | 6.3921 |
CIE-Lab | 77.4256 | 1.7427 | 2.8793 |
#c5beba color RGB value is (197,190,186).
#c5beba hex color red value is 197, green value is 190 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c5beba hue: 0.06 , saturation: 0.09 and the lightness value of c5beba is 0.75.
The process color (four color CMYK) of #c5beba color hex is 0.00, 0.04, 0.06, 0.23. Web safe color of #c5beba is #cccccc. Color #c5beba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 10111110 | 10111010 |
Octal | 305 | 276 | 272 |
Decimal | 197 | 190 | 186 |
Hex | C5 | BE | BA |
Shades of #c5beba
Tints of #c5beba
RGB Percentages of Color #c5beba
CMYK Percentages of Color #c5beba
Complementary Color
#c5beba | #bac1c5 |
#c5beba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c5beba Color Preview on White Background
Lorem ipsum dolor sit amet.
#c5beba Color CSS Codes
.mybgcolor {background-color:#c5beba; } .myforecolor {color:#c5beba; } .mybordercolor {border:3px solid #c5beba; }
#c5beba Text Font Color
<p style="color:#c5beba">Text here</p>
This sample text font color is #c5beba
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.
#c5beba Background Color
<div style="background-color:#c5beba">
Div content here</div>
This div background color is #c5beba
#c5beba Border Color
<div style="border:3px solid #c5beba">
Div here</div>
This div border color is #c5beba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,190,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c5beba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c5beba; -webkit-box-shadow: 1px 1px 3px 2px #c5beba; box-shadow: 1px 1px 3px 2px #c5beba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,190,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c5beba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c5beba; -webkit-box-shadow: 1px 1px 3px 2px #c5beba; box-shadow: 1px 1px 3px 2px #c5beba;">
Div content here</div>
This div box has shadow with color #c5beba
Comments
No comments written yet.
Please login to write comment.