Color spaces of #cbcaf4
RGB | 203 | 202 | 244 |
---|---|---|---|
HSL | 0.67 | 0.66 | 0.87 |
HSV | 241° | 17° | 96° |
CMYK | 0.17 | 0.17 | 0.00 0.04 |
XYZ | 62.0783 | 61.4692 | 94.1808 |
Yxy | 61.4692 | 0.2851 | 0.2823 |
Hunter Lab | 78.4023 | 4.1308 | -16.3405 |
CIE-Lab | 82.6303 | 8.6835 | -20.5073 |
#cbcaf4 color RGB value is (203,202,244).
#cbcaf4 hex color red value is 203, green value is 202 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #cbcaf4 hue: 0.67 , saturation: 0.66 and the lightness value of cbcaf4 is 0.87.
The process color (four color CMYK) of #cbcaf4 color hex is 0.17, 0.17, 0.00, 0.04. Web safe color of #cbcaf4 is #ccccff. Color #cbcaf4 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11001010 | 11110100 |
Octal | 313 | 312 | 364 |
Decimal | 203 | 202 | 244 |
Hex | CB | CA | F4 |
Shades of #cbcaf4
Tints of #cbcaf4
RGB Percentages of Color #cbcaf4
CMYK Percentages of Color #cbcaf4
Complementary Color
#cbcaf4 | #f3f4ca |
#cbcaf4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbcaf4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbcaf4 Color CSS Codes
.mybgcolor {background-color:#cbcaf4; } .myforecolor {color:#cbcaf4; } .mybordercolor {border:3px solid #cbcaf4; }
#cbcaf4 Text Font Color
<p style="color:#cbcaf4">Text here</p>
This sample text font color is #cbcaf4
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.
#cbcaf4 Background Color
<div style="background-color:#cbcaf4">
Div content here</div>
This div background color is #cbcaf4
#cbcaf4 Border Color
<div style="border:3px solid #cbcaf4">
Div here</div>
This div border color is #cbcaf4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,202,244, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbcaf4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbcaf4; -webkit-box-shadow: 1px 1px 3px 2px #cbcaf4; box-shadow: 1px 1px 3px 2px #cbcaf4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,202,244, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbcaf4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbcaf4; -webkit-box-shadow: 1px 1px 3px 2px #cbcaf4; box-shadow: 1px 1px 3px 2px #cbcaf4;">
Div content here</div>
This div box has shadow with color #cbcaf4
Comments
No comments written yet.
Please login to write comment.