Color spaces of #cabcfa
RGB | 202 | 188 | 250 |
---|---|---|---|
HSL | 0.70 | 0.86 | 0.86 |
HSV | 254° | 25° | 98° |
CMYK | 0.19 | 0.25 | 0.00 0.02 |
XYZ | 59.5957 | 55.4251 | 97.9996 |
Yxy | 55.4251 | 0.2798 | 0.2602 |
Hunter Lab | 74.4480 | 12.6053 | -25.9327 |
CIE-Lab | 79.2855 | 17.2391 | -28.8158 |
#cabcfa color RGB value is (202,188,250).
#cabcfa hex color red value is 202, green value is 188 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cabcfa hue: 0.70 , saturation: 0.86 and the lightness value of cabcfa is 0.86.
The process color (four color CMYK) of #cabcfa color hex is 0.19, 0.25, 0.00, 0.02. Web safe color of #cabcfa is #ccccff. Color #cabcfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10111100 | 11111010 |
Octal | 312 | 274 | 372 |
Decimal | 202 | 188 | 250 |
Hex | CA | BC | FA |
Shades of #cabcfa
Tints of #cabcfa
RGB Percentages of Color #cabcfa
CMYK Percentages of Color #cabcfa
Complementary Color
#cabcfa | #ecfabc |
#cabcfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cabcfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#cabcfa Color CSS Codes
.mybgcolor {background-color:#cabcfa; } .myforecolor {color:#cabcfa; } .mybordercolor {border:3px solid #cabcfa; }
#cabcfa Text Font Color
<p style="color:#cabcfa">Text here</p>
This sample text font color is #cabcfa
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.
#cabcfa Background Color
<div style="background-color:#cabcfa">
Div content here</div>
This div background color is #cabcfa
#cabcfa Border Color
<div style="border:3px solid #cabcfa">
Div here</div>
This div border color is #cabcfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,188,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cabcfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cabcfa; -webkit-box-shadow: 1px 1px 3px 2px #cabcfa; box-shadow: 1px 1px 3px 2px #cabcfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,188,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cabcfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cabcfa; -webkit-box-shadow: 1px 1px 3px 2px #cabcfa; box-shadow: 1px 1px 3px 2px #cabcfa;">
Div content here</div>
This div box has shadow with color #cabcfa
Comments
No comments written yet.
Please login to write comment.