Color spaces of #ccbeea
RGB | 204 | 190 | 234 |
---|---|---|---|
HSL | 0.72 | 0.51 | 0.83 |
HSV | 259° | 19° | 92° |
CMYK | 0.13 | 0.19 | 0.00 0.08 |
XYZ | 58.1666 | 55.6048 | 85.5090 |
Yxy | 55.6048 | 0.2919 | 0.2790 |
Hunter Lab | 74.5686 | 8.7423 | -15.7907 |
CIE-Lab | 79.3884 | 13.3472 | -20.0589 |
#ccbeea color RGB value is (204,190,234).
#ccbeea hex color red value is 204, green value is 190 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ccbeea hue: 0.72 , saturation: 0.51 and the lightness value of ccbeea is 0.83.
The process color (four color CMYK) of #ccbeea color hex is 0.13, 0.19, 0.00, 0.08. Web safe color of #ccbeea is #ccccff. Color #ccbeea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10111110 | 11101010 |
Octal | 314 | 276 | 352 |
Decimal | 204 | 190 | 234 |
Hex | CC | BE | EA |
Shades of #ccbeea
Tints of #ccbeea
RGB Percentages of Color #ccbeea
CMYK Percentages of Color #ccbeea
Complementary Color
#ccbeea | #dceabe |
#ccbeea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccbeea Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccbeea Color CSS Codes
.mybgcolor {background-color:#ccbeea; } .myforecolor {color:#ccbeea; } .mybordercolor {border:3px solid #ccbeea; }
#ccbeea Text Font Color
<p style="color:#ccbeea">Text here</p>
This sample text font color is #ccbeea
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.
#ccbeea Background Color
<div style="background-color:#ccbeea">
Div content here</div>
This div background color is #ccbeea
#ccbeea Border Color
<div style="border:3px solid #ccbeea">
Div here</div>
This div border color is #ccbeea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,190,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccbeea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccbeea; -webkit-box-shadow: 1px 1px 3px 2px #ccbeea; box-shadow: 1px 1px 3px 2px #ccbeea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,190,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccbeea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccbeea; -webkit-box-shadow: 1px 1px 3px 2px #ccbeea; box-shadow: 1px 1px 3px 2px #ccbeea;">
Div content here</div>
This div box has shadow with color #ccbeea
Comments
No comments written yet.
Please login to write comment.