Color spaces of #c9bece
RGB | 201 | 190 | 206 |
---|---|---|---|
HSL | 0.78 | 0.14 | 0.78 |
HSV | 281° | 8° | 81° |
CMYK | 0.02 | 0.08 | 0.00 0.19 |
XYZ | 53.6414 | 53.7006 | 65.9306 |
Yxy | 53.7006 | 0.3096 | 0.3099 |
Hunter Lab | 73.2807 | 2.4206 | -2.0467 |
CIE-Lab | 78.2868 | 6.7883 | -6.6386 |
#c9bece color RGB value is (201,190,206).
#c9bece hex color red value is 201, green value is 190 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c9bece hue: 0.78 , saturation: 0.14 and the lightness value of c9bece is 0.78.
The process color (four color CMYK) of #c9bece color hex is 0.02, 0.08, 0.00, 0.19. Web safe color of #c9bece is #cccccc. Color #c9bece contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 10111110 | 11001110 |
Octal | 311 | 276 | 316 |
Decimal | 201 | 190 | 206 |
Hex | C9 | BE | CE |
Shades of #c9bece
Tints of #c9bece
RGB Percentages of Color #c9bece
CMYK Percentages of Color #c9bece
Complementary Color
#c9bece | #c3cebe |
#c9bece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c9bece Color Preview on White Background
Lorem ipsum dolor sit amet.
#c9bece Color CSS Codes
.mybgcolor {background-color:#c9bece; } .myforecolor {color:#c9bece; } .mybordercolor {border:3px solid #c9bece; }
#c9bece Text Font Color
<p style="color:#c9bece">Text here</p>
This sample text font color is #c9bece
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.
#c9bece Background Color
<div style="background-color:#c9bece">
Div content here</div>
This div background color is #c9bece
#c9bece Border Color
<div style="border:3px solid #c9bece">
Div here</div>
This div border color is #c9bece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,190,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c9bece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c9bece; -webkit-box-shadow: 1px 1px 3px 2px #c9bece; box-shadow: 1px 1px 3px 2px #c9bece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,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 #c9bece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c9bece; -webkit-box-shadow: 1px 1px 3px 2px #c9bece; box-shadow: 1px 1px 3px 2px #c9bece;">
Div content here</div>
This div box has shadow with color #c9bece
Comments
No comments written yet.
Please login to write comment.