Color spaces of #c4cdeb
RGB | 196 | 205 | 235 |
---|---|---|---|
HSL | 0.63 | 0.49 | 0.85 |
HSV | 226° | 17° | 92° |
CMYK | 0.17 | 0.13 | 0.00 0.08 |
XYZ | 59.5917 | 61.3966 | 87.3072 |
Yxy | 61.3966 | 0.2861 | 0.2948 |
Hunter Lab | 78.3560 | -1.3692 | -11.2140 |
CIE-Lab | 82.5915 | 2.9795 | -15.8208 |
#c4cdeb color RGB value is (196,205,235).
#c4cdeb hex color red value is 196, green value is 205 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c4cdeb hue: 0.63 , saturation: 0.49 and the lightness value of c4cdeb is 0.85.
The process color (four color CMYK) of #c4cdeb color hex is 0.17, 0.13, 0.00, 0.08. Web safe color of #c4cdeb is #ccccff. Color #c4cdeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 11001101 | 11101011 |
Octal | 304 | 315 | 353 |
Decimal | 196 | 205 | 235 |
Hex | C4 | CD | EB |
Shades of #c4cdeb
Tints of #c4cdeb
RGB Percentages of Color #c4cdeb
CMYK Percentages of Color #c4cdeb
Complementary Color
#c4cdeb | #ebe2c4 |
#c4cdeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c4cdeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c4cdeb Color CSS Codes
.mybgcolor {background-color:#c4cdeb; } .myforecolor {color:#c4cdeb; } .mybordercolor {border:3px solid #c4cdeb; }
#c4cdeb Text Font Color
<p style="color:#c4cdeb">Text here</p>
This sample text font color is #c4cdeb
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.
#c4cdeb Background Color
<div style="background-color:#c4cdeb">
Div content here</div>
This div background color is #c4cdeb
#c4cdeb Border Color
<div style="border:3px solid #c4cdeb">
Div here</div>
This div border color is #c4cdeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,205,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c4cdeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c4cdeb; -webkit-box-shadow: 1px 1px 3px 2px #c4cdeb; box-shadow: 1px 1px 3px 2px #c4cdeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,205,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 #c4cdeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c4cdeb; -webkit-box-shadow: 1px 1px 3px 2px #c4cdeb; box-shadow: 1px 1px 3px 2px #c4cdeb;">
Div content here</div>
This div box has shadow with color #c4cdeb
Comments
No comments written yet.
Please login to write comment.