Color spaces of #ccaef7
RGB | 204 | 174 | 247 |
---|---|---|---|
HSL | 0.74 | 0.82 | 0.83 |
HSV | 265° | 30° | 97° |
CMYK | 0.17 | 0.30 | 0.00 0.03 |
XYZ | 56.8264 | 49.8249 | 94.6178 |
Yxy | 49.8249 | 0.2823 | 0.2476 |
Hunter Lab | 70.5868 | 20.1760 | -30.0644 |
CIE-Lab | 75.9617 | 24.8319 | -32.2993 |
#ccaef7 color RGB value is (204,174,247).
#ccaef7 hex color red value is 204, green value is 174 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #ccaef7 hue: 0.74 , saturation: 0.82 and the lightness value of ccaef7 is 0.83.
The process color (four color CMYK) of #ccaef7 color hex is 0.17, 0.30, 0.00, 0.03. Web safe color of #ccaef7 is #cc99ff. Color #ccaef7 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10101110 | 11110111 |
Octal | 314 | 256 | 367 |
Decimal | 204 | 174 | 247 |
Hex | CC | AE | F7 |
Shades of #ccaef7
Tints of #ccaef7
RGB Percentages of Color #ccaef7
CMYK Percentages of Color #ccaef7
Complementary Color
#ccaef7 | #d9f7ae |
#ccaef7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccaef7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccaef7 Color CSS Codes
.mybgcolor {background-color:#ccaef7; } .myforecolor {color:#ccaef7; } .mybordercolor {border:3px solid #ccaef7; }
#ccaef7 Text Font Color
<p style="color:#ccaef7">Text here</p>
This sample text font color is #ccaef7
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.
#ccaef7 Background Color
<div style="background-color:#ccaef7">
Div content here</div>
This div background color is #ccaef7
#ccaef7 Border Color
<div style="border:3px solid #ccaef7">
Div here</div>
This div border color is #ccaef7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,174,247, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccaef7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccaef7; -webkit-box-shadow: 1px 1px 3px 2px #ccaef7; box-shadow: 1px 1px 3px 2px #ccaef7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,174,247, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccaef7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccaef7; -webkit-box-shadow: 1px 1px 3px 2px #ccaef7; box-shadow: 1px 1px 3px 2px #ccaef7;">
Div content here</div>
This div box has shadow with color #ccaef7
Comments
No comments written yet.
Please login to write comment.