Color spaces of #cbadce
RGB | 203 | 173 | 206 |
---|---|---|---|
HSL | 0.82 | 0.25 | 0.74 |
HSV | 295° | 16° | 81° |
CMYK | 0.01 | 0.16 | 0.00 0.19 |
XYZ | 50.7128 | 47.0399 | 64.7993 |
Yxy | 47.0399 | 0.3120 | 0.2894 |
Hunter Lab | 68.5856 | 11.9595 | -8.0069 |
CIE-Lab | 74.2153 | 16.6773 | -12.6851 |
#cbadce color RGB value is (203,173,206).
#cbadce hex color red value is 203, green value is 173 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #cbadce hue: 0.82 , saturation: 0.25 and the lightness value of cbadce is 0.74.
The process color (four color CMYK) of #cbadce color hex is 0.01, 0.16, 0.00, 0.19. Web safe color of #cbadce is #cc99cc. Color #cbadce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10101101 | 11001110 |
Octal | 313 | 255 | 316 |
Decimal | 203 | 173 | 206 |
Hex | CB | AD | CE |
Shades of #cbadce
Tints of #cbadce
RGB Percentages of Color #cbadce
CMYK Percentages of Color #cbadce
Complementary Color
#cbadce | #b0cead |
#cbadce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbadce Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbadce Color CSS Codes
.mybgcolor {background-color:#cbadce; } .myforecolor {color:#cbadce; } .mybordercolor {border:3px solid #cbadce; }
#cbadce Text Font Color
<p style="color:#cbadce">Text here</p>
This sample text font color is #cbadce
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.
#cbadce Background Color
<div style="background-color:#cbadce">
Div content here</div>
This div background color is #cbadce
#cbadce Border Color
<div style="border:3px solid #cbadce">
Div here</div>
This div border color is #cbadce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,173,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbadce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbadce; -webkit-box-shadow: 1px 1px 3px 2px #cbadce; box-shadow: 1px 1px 3px 2px #cbadce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,173,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 #cbadce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbadce; -webkit-box-shadow: 1px 1px 3px 2px #cbadce; box-shadow: 1px 1px 3px 2px #cbadce;">
Div content here</div>
This div box has shadow with color #cbadce
Comments
No comments written yet.
Please login to write comment.