Color spaces of #ceb3bb
RGB | 206 | 179 | 187 |
---|---|---|---|
HSL | 0.95 | 0.22 | 0.75 |
HSV | 342° | 13° | 81° |
CMYK | 0.00 | 0.13 | 0.09 0.19 |
XYZ | 50.5433 | 48.9499 | 53.7981 |
Yxy | 48.9499 | 0.3297 | 0.3193 |
Hunter Lab | 69.9642 | 6.5140 | 3.3846 |
CIE-Lab | 75.4201 | 11.0316 | -0.4913 |
#ceb3bb color RGB value is (206,179,187).
#ceb3bb hex color red value is 206, green value is 179 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ceb3bb hue: 0.95 , saturation: 0.22 and the lightness value of ceb3bb is 0.75.
The process color (four color CMYK) of #ceb3bb color hex is 0.00, 0.13, 0.09, 0.19. Web safe color of #ceb3bb is #cccccc. Color #ceb3bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10110011 | 10111011 |
Octal | 316 | 263 | 273 |
Decimal | 206 | 179 | 187 |
Hex | CE | B3 | BB |
Shades of #ceb3bb
Tints of #ceb3bb
RGB Percentages of Color #ceb3bb
CMYK Percentages of Color #ceb3bb
Complementary Color
#ceb3bb | #b3cec6 |
#ceb3bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ceb3bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ceb3bb Color CSS Codes
.mybgcolor {background-color:#ceb3bb; } .myforecolor {color:#ceb3bb; } .mybordercolor {border:3px solid #ceb3bb; }
#ceb3bb Text Font Color
<p style="color:#ceb3bb">Text here</p>
This sample text font color is #ceb3bb
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.
#ceb3bb Background Color
<div style="background-color:#ceb3bb">
Div content here</div>
This div background color is #ceb3bb
#ceb3bb Border Color
<div style="border:3px solid #ceb3bb">
Div here</div>
This div border color is #ceb3bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,179,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ceb3bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ceb3bb; -webkit-box-shadow: 1px 1px 3px 2px #ceb3bb; box-shadow: 1px 1px 3px 2px #ceb3bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,179,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ceb3bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ceb3bb; -webkit-box-shadow: 1px 1px 3px 2px #ceb3bb; box-shadow: 1px 1px 3px 2px #ceb3bb;">
Div content here</div>
This div box has shadow with color #ceb3bb
#ceb3bb Color Palettes
Comments
No comments written yet.
Please login to write comment.