Color spaces of #c1bece
RGB | 193 | 190 | 206 |
---|---|---|---|
HSL | 0.70 | 0.14 | 0.78 |
HSV | 251° | 8° | 81° |
CMYK | 0.06 | 0.08 | 0.00 0.19 |
XYZ | 51.5464 | 52.6206 | 65.8325 |
Yxy | 52.6206 | 0.3032 | 0.3095 |
Hunter Lab | 72.5401 | -0.1044 | -3.0296 |
CIE-Lab | 77.6505 | 4.0805 | -7.6518 |
#c1bece color RGB value is (193,190,206).
#c1bece hex color red value is 193, green value is 190 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c1bece hue: 0.70 , saturation: 0.14 and the lightness value of c1bece is 0.78.
The process color (four color CMYK) of #c1bece color hex is 0.06, 0.08, 0.00, 0.19. Web safe color of #c1bece is #cccccc. Color #c1bece contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 10111110 | 11001110 |
Octal | 301 | 276 | 316 |
Decimal | 193 | 190 | 206 |
Hex | C1 | BE | CE |
Shades of #c1bece
Tints of #c1bece
RGB Percentages of Color #c1bece
CMYK Percentages of Color #c1bece
Complementary Color
#c1bece | #cbcebe |
#c1bece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c1bece Color Preview on White Background
Lorem ipsum dolor sit amet.
#c1bece Color CSS Codes
.mybgcolor {background-color:#c1bece; } .myforecolor {color:#c1bece; } .mybordercolor {border:3px solid #c1bece; }
#c1bece Text Font Color
<p style="color:#c1bece">Text here</p>
This sample text font color is #c1bece
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.
#c1bece Background Color
<div style="background-color:#c1bece">
Div content here</div>
This div background color is #c1bece
#c1bece Border Color
<div style="border:3px solid #c1bece">
Div here</div>
This div border color is #c1bece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,190,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c1bece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c1bece; -webkit-box-shadow: 1px 1px 3px 2px #c1bece; box-shadow: 1px 1px 3px 2px #c1bece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,190,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 #c1bece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c1bece; -webkit-box-shadow: 1px 1px 3px 2px #c1bece; box-shadow: 1px 1px 3px 2px #c1bece;">
Div content here</div>
This div box has shadow with color #c1bece
#c1bece Color Palettes
Comments
No comments written yet.
Please login to write comment.