Color spaces of #cacdec
RGB | 202 | 205 | 236 |
---|---|---|---|
HSL | 0.65 | 0.47 | 0.86 |
HSV | 235° | 14° | 93° |
CMYK | 0.14 | 0.13 | 0.00 0.07 |
XYZ | 61.3288 | 62.2753 | 88.1448 |
Yxy | 62.2753 | 0.2896 | 0.2941 |
Hunter Lab | 78.9147 | 0.6211 | -10.9844 |
CIE-Lab | 83.0596 | 5.0802 | -15.6060 |
#cacdec color RGB value is (202,205,236).
#cacdec hex color red value is 202, green value is 205 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cacdec hue: 0.65 , saturation: 0.47 and the lightness value of cacdec is 0.86.
The process color (four color CMYK) of #cacdec color hex is 0.14, 0.13, 0.00, 0.07. Web safe color of #cacdec is #ccccff. Color #cacdec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11001101 | 11101100 |
Octal | 312 | 315 | 354 |
Decimal | 202 | 205 | 236 |
Hex | CA | CD | EC |
Shades of #cacdec
Tints of #cacdec
RGB Percentages of Color #cacdec
CMYK Percentages of Color #cacdec
Complementary Color
#cacdec | #ece9ca |
#cacdec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cacdec Color Preview on White Background
Lorem ipsum dolor sit amet.
#cacdec Color CSS Codes
.mybgcolor {background-color:#cacdec; } .myforecolor {color:#cacdec; } .mybordercolor {border:3px solid #cacdec; }
#cacdec Text Font Color
<p style="color:#cacdec">Text here</p>
This sample text font color is #cacdec
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.
#cacdec Background Color
<div style="background-color:#cacdec">
Div content here</div>
This div background color is #cacdec
#cacdec Border Color
<div style="border:3px solid #cacdec">
Div here</div>
This div border color is #cacdec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,205,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cacdec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cacdec; -webkit-box-shadow: 1px 1px 3px 2px #cacdec; box-shadow: 1px 1px 3px 2px #cacdec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,205,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cacdec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cacdec; -webkit-box-shadow: 1px 1px 3px 2px #cacdec; box-shadow: 1px 1px 3px 2px #cacdec;">
Div content here</div>
This div box has shadow with color #cacdec
Comments
No comments written yet.
Please login to write comment.