Color spaces of #c5cbeb
RGB | 197 | 203 | 235 |
---|---|---|---|
HSL | 0.64 | 0.49 | 0.85 |
HSV | 231° | 16° | 92° |
CMYK | 0.16 | 0.14 | 0.00 0.08 |
XYZ | 59.3773 | 60.5803 | 87.1609 |
Yxy | 60.5803 | 0.2867 | 0.2925 |
Hunter Lab | 77.8333 | -0.0347 | -11.9120 |
CIE-Lab | 82.1526 | 4.3575 | -16.4737 |
#c5cbeb color RGB value is (197,203,235).
#c5cbeb hex color red value is 197, green value is 203 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c5cbeb hue: 0.64 , saturation: 0.49 and the lightness value of c5cbeb is 0.85.
The process color (four color CMYK) of #c5cbeb color hex is 0.16, 0.14, 0.00, 0.08. Web safe color of #c5cbeb is #ccccff. Color #c5cbeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 11001011 | 11101011 |
Octal | 305 | 313 | 353 |
Decimal | 197 | 203 | 235 |
Hex | C5 | CB | EB |
Shades of #c5cbeb
Tints of #c5cbeb
RGB Percentages of Color #c5cbeb
CMYK Percentages of Color #c5cbeb
Complementary Color
#c5cbeb | #ebe5c5 |
#c5cbeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c5cbeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c5cbeb Color CSS Codes
.mybgcolor {background-color:#c5cbeb; } .myforecolor {color:#c5cbeb; } .mybordercolor {border:3px solid #c5cbeb; }
#c5cbeb Text Font Color
<p style="color:#c5cbeb">Text here</p>
This sample text font color is #c5cbeb
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.
#c5cbeb Background Color
<div style="background-color:#c5cbeb">
Div content here</div>
This div background color is #c5cbeb
#c5cbeb Border Color
<div style="border:3px solid #c5cbeb">
Div here</div>
This div border color is #c5cbeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,203,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c5cbeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c5cbeb; -webkit-box-shadow: 1px 1px 3px 2px #c5cbeb; box-shadow: 1px 1px 3px 2px #c5cbeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,203,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 #c5cbeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c5cbeb; -webkit-box-shadow: 1px 1px 3px 2px #c5cbeb; box-shadow: 1px 1px 3px 2px #c5cbeb;">
Div content here</div>
This div box has shadow with color #c5cbeb
Comments
No comments written yet.
Please login to write comment.