Color spaces of #cbbdeb
RGB | 203 | 189 | 235 |
---|---|---|---|
HSL | 0.72 | 0.53 | 0.83 |
HSV | 258° | 20° | 92° |
CMYK | 0.14 | 0.20 | 0.00 0.08 |
XYZ | 57.8216 | 55.0899 | 86.1831 |
Yxy | 55.0899 | 0.2904 | 0.2767 |
Hunter Lab | 74.2226 | 9.1673 | -16.8884 |
CIE-Lab | 79.0930 | 13.7793 | -21.0517 |
#cbbdeb color RGB value is (203,189,235).
#cbbdeb hex color red value is 203, green value is 189 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cbbdeb hue: 0.72 , saturation: 0.53 and the lightness value of cbbdeb is 0.83.
The process color (four color CMYK) of #cbbdeb color hex is 0.14, 0.20, 0.00, 0.08. Web safe color of #cbbdeb is #ccccff. Color #cbbdeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10111101 | 11101011 |
Octal | 313 | 275 | 353 |
Decimal | 203 | 189 | 235 |
Hex | CB | BD | EB |
Shades of #cbbdeb
Tints of #cbbdeb
RGB Percentages of Color #cbbdeb
CMYK Percentages of Color #cbbdeb
Complementary Color
#cbbdeb | #ddebbd |
#cbbdeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbbdeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbbdeb Color CSS Codes
.mybgcolor {background-color:#cbbdeb; } .myforecolor {color:#cbbdeb; } .mybordercolor {border:3px solid #cbbdeb; }
#cbbdeb Text Font Color
<p style="color:#cbbdeb">Text here</p>
This sample text font color is #cbbdeb
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.
#cbbdeb Background Color
<div style="background-color:#cbbdeb">
Div content here</div>
This div background color is #cbbdeb
#cbbdeb Border Color
<div style="border:3px solid #cbbdeb">
Div here</div>
This div border color is #cbbdeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,189,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbbdeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbbdeb; -webkit-box-shadow: 1px 1px 3px 2px #cbbdeb; box-shadow: 1px 1px 3px 2px #cbbdeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,189,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbbdeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbbdeb; -webkit-box-shadow: 1px 1px 3px 2px #cbbdeb; box-shadow: 1px 1px 3px 2px #cbbdeb;">
Div content here</div>
This div box has shadow with color #cbbdeb
#cbbdeb Color Palettes
Comments
No comments written yet.
Please login to write comment.