Color spaces of #cabadb
RGB | 202 | 186 | 219 |
---|---|---|---|
HSL | 0.75 | 0.31 | 0.79 |
HSV | 269° | 15° | 86° |
CMYK | 0.08 | 0.15 | 0.00 0.14 |
XYZ | 54.7022 | 52.7888 | 74.3240 |
Yxy | 52.7888 | 0.3009 | 0.2903 |
Hunter Lab | 72.6559 | 7.2438 | -9.7921 |
CIE-Lab | 77.7501 | 11.8076 | -14.4593 |
#cabadb color RGB value is (202,186,219).
#cabadb hex color red value is 202, green value is 186 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cabadb hue: 0.75 , saturation: 0.31 and the lightness value of cabadb is 0.79.
The process color (four color CMYK) of #cabadb color hex is 0.08, 0.15, 0.00, 0.14. Web safe color of #cabadb is #cccccc. Color #cabadb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10111010 | 11011011 |
Octal | 312 | 272 | 333 |
Decimal | 202 | 186 | 219 |
Hex | CA | BA | DB |
Shades of #cabadb
Tints of #cabadb
RGB Percentages of Color #cabadb
CMYK Percentages of Color #cabadb
Complementary Color
#cabadb | #cbdbba |
#cabadb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cabadb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cabadb Color CSS Codes
.mybgcolor {background-color:#cabadb; } .myforecolor {color:#cabadb; } .mybordercolor {border:3px solid #cabadb; }
#cabadb Text Font Color
<p style="color:#cabadb">Text here</p>
This sample text font color is #cabadb
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.
#cabadb Background Color
<div style="background-color:#cabadb">
Div content here</div>
This div background color is #cabadb
#cabadb Border Color
<div style="border:3px solid #cabadb">
Div here</div>
This div border color is #cabadb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,186,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cabadb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cabadb; -webkit-box-shadow: 1px 1px 3px 2px #cabadb; box-shadow: 1px 1px 3px 2px #cabadb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,186,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cabadb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cabadb; -webkit-box-shadow: 1px 1px 3px 2px #cabadb; box-shadow: 1px 1px 3px 2px #cabadb;">
Div content here</div>
This div box has shadow with color #cabadb
Comments
No comments written yet.
Please login to write comment.