Color spaces of #cab8de
RGB | 202 | 184 | 222 |
---|---|---|---|
HSL | 0.75 | 0.37 | 0.80 |
HSV | 268° | 17° | 87° |
CMYK | 0.09 | 0.17 | 0.00 0.13 |
XYZ | 54.6824 | 52.1115 | 76.2837 |
Yxy | 52.1115 | 0.2987 | 0.2846 |
Hunter Lab | 72.1883 | 8.8837 | -12.1218 |
CIE-Lab | 77.3475 | 13.4931 | -16.6878 |
#cab8de color RGB value is (202,184,222).
#cab8de hex color red value is 202, green value is 184 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cab8de hue: 0.75 , saturation: 0.37 and the lightness value of cab8de is 0.80.
The process color (four color CMYK) of #cab8de color hex is 0.09, 0.17, 0.00, 0.13. Web safe color of #cab8de is #cccccc. Color #cab8de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10111000 | 11011110 |
Octal | 312 | 270 | 336 |
Decimal | 202 | 184 | 222 |
Hex | CA | B8 | DE |
Shades of #cab8de
Tints of #cab8de
RGB Percentages of Color #cab8de
CMYK Percentages of Color #cab8de
Complementary Color
#cab8de | #ccdeb8 |
#cab8de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cab8de Color Preview on White Background
Lorem ipsum dolor sit amet.
#cab8de Color CSS Codes
.mybgcolor {background-color:#cab8de; } .myforecolor {color:#cab8de; } .mybordercolor {border:3px solid #cab8de; }
#cab8de Text Font Color
<p style="color:#cab8de">Text here</p>
This sample text font color is #cab8de
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.
#cab8de Background Color
<div style="background-color:#cab8de">
Div content here</div>
This div background color is #cab8de
#cab8de Border Color
<div style="border:3px solid #cab8de">
Div here</div>
This div border color is #cab8de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,184,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cab8de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cab8de; -webkit-box-shadow: 1px 1px 3px 2px #cab8de; box-shadow: 1px 1px 3px 2px #cab8de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,184,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cab8de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cab8de; -webkit-box-shadow: 1px 1px 3px 2px #cab8de; box-shadow: 1px 1px 3px 2px #cab8de;">
Div content here</div>
This div box has shadow with color #cab8de
Comments
No comments written yet.
Please login to write comment.