Color spaces of #ccc5eb
RGB | 204 | 197 | 235 |
---|---|---|---|
HSL | 0.70 | 0.49 | 0.85 |
HSV | 251° | 16° | 92° |
CMYK | 0.13 | 0.16 | 0.00 0.08 |
XYZ | 59.8635 | 58.7680 | 86.7855 |
Yxy | 58.7680 | 0.2914 | 0.2861 |
Hunter Lab | 76.6603 | 5.2339 | -13.4588 |
CIE-Lab | 81.1639 | 9.7826 | -17.9113 |
#ccc5eb color RGB value is (204,197,235).
#ccc5eb hex color red value is 204, green value is 197 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ccc5eb hue: 0.70 , saturation: 0.49 and the lightness value of ccc5eb is 0.85.
The process color (four color CMYK) of #ccc5eb color hex is 0.13, 0.16, 0.00, 0.08. Web safe color of #ccc5eb is #ccccff. Color #ccc5eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11000101 | 11101011 |
Octal | 314 | 305 | 353 |
Decimal | 204 | 197 | 235 |
Hex | CC | C5 | EB |
Shades of #ccc5eb
Tints of #ccc5eb
RGB Percentages of Color #ccc5eb
CMYK Percentages of Color #ccc5eb
Complementary Color
#ccc5eb | #e4ebc5 |
#ccc5eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccc5eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccc5eb Color CSS Codes
.mybgcolor {background-color:#ccc5eb; } .myforecolor {color:#ccc5eb; } .mybordercolor {border:3px solid #ccc5eb; }
#ccc5eb Text Font Color
<p style="color:#ccc5eb">Text here</p>
This sample text font color is #ccc5eb
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.
#ccc5eb Background Color
<div style="background-color:#ccc5eb">
Div content here</div>
This div background color is #ccc5eb
#ccc5eb Border Color
<div style="border:3px solid #ccc5eb">
Div here</div>
This div border color is #ccc5eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,197,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccc5eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccc5eb; -webkit-box-shadow: 1px 1px 3px 2px #ccc5eb; box-shadow: 1px 1px 3px 2px #ccc5eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,197,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 #ccc5eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccc5eb; -webkit-box-shadow: 1px 1px 3px 2px #ccc5eb; box-shadow: 1px 1px 3px 2px #ccc5eb;">
Div content here</div>
This div box has shadow with color #ccc5eb
Comments
No comments written yet.
Please login to write comment.