Color spaces of #cebecb
RGB | 206 | 190 | 203 |
---|---|---|---|
HSL | 0.86 | 0.14 | 0.78 |
HSV | 311° | 8° | 81° |
CMYK | 0.00 | 0.08 | 0.01 0.19 |
XYZ | 54.6465 | 54.2605 | 64.0931 |
Yxy | 54.2605 | 0.3159 | 0.3136 |
Hunter Lab | 73.6617 | 3.5135 | -0.0250 |
CIE-Lab | 78.6134 | 7.9455 | -4.4888 |
#cebecb color RGB value is (206,190,203).
#cebecb hex color red value is 206, green value is 190 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #cebecb hue: 0.86 , saturation: 0.14 and the lightness value of cebecb is 0.78.
The process color (four color CMYK) of #cebecb color hex is 0.00, 0.08, 0.01, 0.19. Web safe color of #cebecb is #cccccc. Color #cebecb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10111110 | 11001011 |
Octal | 316 | 276 | 313 |
Decimal | 206 | 190 | 203 |
Hex | CE | BE | CB |
Shades of #cebecb
Tints of #cebecb
RGB Percentages of Color #cebecb
CMYK Percentages of Color #cebecb
Complementary Color
#cebecb | #becec1 |
#cebecb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cebecb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cebecb Color CSS Codes
.mybgcolor {background-color:#cebecb; } .myforecolor {color:#cebecb; } .mybordercolor {border:3px solid #cebecb; }
#cebecb Text Font Color
<p style="color:#cebecb">Text here</p>
This sample text font color is #cebecb
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.
#cebecb Background Color
<div style="background-color:#cebecb">
Div content here</div>
This div background color is #cebecb
#cebecb Border Color
<div style="border:3px solid #cebecb">
Div here</div>
This div border color is #cebecb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,190,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cebecb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cebecb; -webkit-box-shadow: 1px 1px 3px 2px #cebecb; box-shadow: 1px 1px 3px 2px #cebecb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,190,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cebecb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cebecb; -webkit-box-shadow: 1px 1px 3px 2px #cebecb; box-shadow: 1px 1px 3px 2px #cebecb;">
Div content here</div>
This div box has shadow with color #cebecb
#cebecb Color Palettes
Comments
No comments written yet.
Please login to write comment.