Color spaces of #ccbee5
RGB | 204 | 190 | 229 |
---|---|---|---|
HSL | 0.73 | 0.43 | 0.82 |
HSV | 262° | 17° | 90° |
CMYK | 0.11 | 0.17 | 0.00 0.10 |
XYZ | 57.4582 | 55.3214 | 81.7785 |
Yxy | 55.3214 | 0.2953 | 0.2843 |
Hunter Lab | 74.3784 | 7.7313 | -13.1241 |
CIE-Lab | 79.2260 | 12.3166 | -17.6154 |
#ccbee5 color RGB value is (204,190,229).
#ccbee5 hex color red value is 204, green value is 190 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #ccbee5 hue: 0.73 , saturation: 0.43 and the lightness value of ccbee5 is 0.82.
The process color (four color CMYK) of #ccbee5 color hex is 0.11, 0.17, 0.00, 0.10. Web safe color of #ccbee5 is #cccccc. Color #ccbee5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10111110 | 11100101 |
Octal | 314 | 276 | 345 |
Decimal | 204 | 190 | 229 |
Hex | CC | BE | E5 |
Shades of #ccbee5
Tints of #ccbee5
RGB Percentages of Color #ccbee5
CMYK Percentages of Color #ccbee5
Complementary Color
#ccbee5 | #d7e5be |
#ccbee5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccbee5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccbee5 Color CSS Codes
.mybgcolor {background-color:#ccbee5; } .myforecolor {color:#ccbee5; } .mybordercolor {border:3px solid #ccbee5; }
#ccbee5 Text Font Color
<p style="color:#ccbee5">Text here</p>
This sample text font color is #ccbee5
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.
#ccbee5 Background Color
<div style="background-color:#ccbee5">
Div content here</div>
This div background color is #ccbee5
#ccbee5 Border Color
<div style="border:3px solid #ccbee5">
Div here</div>
This div border color is #ccbee5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,190,229, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccbee5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccbee5; -webkit-box-shadow: 1px 1px 3px 2px #ccbee5; box-shadow: 1px 1px 3px 2px #ccbee5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,190,229, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccbee5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccbee5; -webkit-box-shadow: 1px 1px 3px 2px #ccbee5; box-shadow: 1px 1px 3px 2px #ccbee5;">
Div content here</div>
This div box has shadow with color #ccbee5
Comments
No comments written yet.
Please login to write comment.