Color spaces of #cdcaea
RGB | 205 | 202 | 234 |
---|---|---|---|
HSL | 0.68 | 0.43 | 0.85 |
HSV | 246° | 14° | 92° |
CMYK | 0.12 | 0.14 | 0.00 0.08 |
XYZ | 61.1486 | 61.1607 | 86.4242 |
Yxy | 61.1607 | 0.2930 | 0.2930 |
Hunter Lab | 78.2053 | 2.7096 | -10.7773 |
CIE-Lab | 82.4651 | 7.2194 | -15.4102 |
#cdcaea color RGB value is (205,202,234).
#cdcaea hex color red value is 205, green value is 202 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cdcaea hue: 0.68 , saturation: 0.43 and the lightness value of cdcaea is 0.85.
The process color (four color CMYK) of #cdcaea color hex is 0.12, 0.14, 0.00, 0.08. Web safe color of #cdcaea is #ccccff. Color #cdcaea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11001010 | 11101010 |
Octal | 315 | 312 | 352 |
Decimal | 205 | 202 | 234 |
Hex | CD | CA | EA |
Shades of #cdcaea
Tints of #cdcaea
RGB Percentages of Color #cdcaea
CMYK Percentages of Color #cdcaea
Complementary Color
#cdcaea | #e7eaca |
#cdcaea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdcaea Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdcaea Color CSS Codes
.mybgcolor {background-color:#cdcaea; } .myforecolor {color:#cdcaea; } .mybordercolor {border:3px solid #cdcaea; }
#cdcaea Text Font Color
<p style="color:#cdcaea">Text here</p>
This sample text font color is #cdcaea
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.
#cdcaea Background Color
<div style="background-color:#cdcaea">
Div content here</div>
This div background color is #cdcaea
#cdcaea Border Color
<div style="border:3px solid #cdcaea">
Div here</div>
This div border color is #cdcaea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,202,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdcaea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdcaea; -webkit-box-shadow: 1px 1px 3px 2px #cdcaea; box-shadow: 1px 1px 3px 2px #cdcaea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,202,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdcaea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdcaea; -webkit-box-shadow: 1px 1px 3px 2px #cdcaea; box-shadow: 1px 1px 3px 2px #cdcaea;">
Div content here</div>
This div box has shadow with color #cdcaea
#cdcaea Color Palettes
Comments
No comments written yet.
Please login to write comment.