Color spaces of #cbbee3
RGB | 203 | 190 | 227 |
---|---|---|---|
HSL | 0.73 | 0.40 | 0.82 |
HSV | 261° | 16° | 89° |
CMYK | 0.11 | 0.16 | 0.00 0.11 |
XYZ | 56.9072 | 55.0695 | 80.3032 |
Yxy | 55.0695 | 0.2960 | 0.2864 |
Hunter Lab | 74.2088 | 7.0177 | -12.2130 |
CIE-Lab | 79.0813 | 11.5847 | -16.7651 |
#cbbee3 color RGB value is (203,190,227).
#cbbee3 hex color red value is 203, green value is 190 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #cbbee3 hue: 0.73 , saturation: 0.40 and the lightness value of cbbee3 is 0.82.
The process color (four color CMYK) of #cbbee3 color hex is 0.11, 0.16, 0.00, 0.11. Web safe color of #cbbee3 is #cccccc. Color #cbbee3 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10111110 | 11100011 |
Octal | 313 | 276 | 343 |
Decimal | 203 | 190 | 227 |
Hex | CB | BE | E3 |
Shades of #cbbee3
Tints of #cbbee3
RGB Percentages of Color #cbbee3
CMYK Percentages of Color #cbbee3
Complementary Color
#cbbee3 | #d6e3be |
#cbbee3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbbee3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbbee3 Color CSS Codes
.mybgcolor {background-color:#cbbee3; } .myforecolor {color:#cbbee3; } .mybordercolor {border:3px solid #cbbee3; }
#cbbee3 Text Font Color
<p style="color:#cbbee3">Text here</p>
This sample text font color is #cbbee3
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.
#cbbee3 Background Color
<div style="background-color:#cbbee3">
Div content here</div>
This div background color is #cbbee3
#cbbee3 Border Color
<div style="border:3px solid #cbbee3">
Div here</div>
This div border color is #cbbee3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,190,227, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbbee3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbbee3; -webkit-box-shadow: 1px 1px 3px 2px #cbbee3; box-shadow: 1px 1px 3px 2px #cbbee3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,190,227, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbbee3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbbee3; -webkit-box-shadow: 1px 1px 3px 2px #cbbee3; box-shadow: 1px 1px 3px 2px #cbbee3;">
Div content here</div>
This div box has shadow with color #cbbee3
Comments
No comments written yet.
Please login to write comment.