Color spaces of #cdcdef
RGB | 205 | 205 | 239 |
---|---|---|---|
HSL | 0.67 | 0.52 | 0.87 |
HSV | 240° | 14° | 94° |
CMYK | 0.14 | 0.14 | 0.00 0.06 |
XYZ | 62.5881 | 62.8738 | 90.4985 |
Yxy | 62.8738 | 0.2898 | 0.2911 |
Hunter Lab | 79.2930 | 2.1321 | -12.1636 |
CIE-Lab | 83.3759 | 6.6540 | -16.7051 |
#cdcdef color RGB value is (205,205,239).
#cdcdef hex color red value is 205, green value is 205 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cdcdef hue: 0.67 , saturation: 0.52 and the lightness value of cdcdef is 0.87.
The process color (four color CMYK) of #cdcdef color hex is 0.14, 0.14, 0.00, 0.06. Web safe color of #cdcdef is #ccccff. Color #cdcdef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11001101 | 11101111 |
Octal | 315 | 315 | 357 |
Decimal | 205 | 205 | 239 |
Hex | CD | CD | EF |
Shades of #cdcdef
Tints of #cdcdef
RGB Percentages of Color #cdcdef
CMYK Percentages of Color #cdcdef
Complementary Color
#cdcdef | #efefcd |
#cdcdef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdcdef Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdcdef Color CSS Codes
.mybgcolor {background-color:#cdcdef; } .myforecolor {color:#cdcdef; } .mybordercolor {border:3px solid #cdcdef; }
#cdcdef Text Font Color
<p style="color:#cdcdef">Text here</p>
This sample text font color is #cdcdef
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.
#cdcdef Background Color
<div style="background-color:#cdcdef">
Div content here</div>
This div background color is #cdcdef
#cdcdef Border Color
<div style="border:3px solid #cdcdef">
Div here</div>
This div border color is #cdcdef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,205,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdcdef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdcdef; -webkit-box-shadow: 1px 1px 3px 2px #cdcdef; box-shadow: 1px 1px 3px 2px #cdcdef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,205,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdcdef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdcdef; -webkit-box-shadow: 1px 1px 3px 2px #cdcdef; box-shadow: 1px 1px 3px 2px #cdcdef;">
Div content here</div>
This div box has shadow with color #cdcdef
Comments
No comments written yet.
Please login to write comment.