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