Color spaces of #cabdeb
RGB | 202 | 189 | 235 |
---|---|---|---|
HSL | 0.71 | 0.53 | 0.83 |
HSV | 257° | 20° | 92° |
CMYK | 0.14 | 0.20 | 0.00 0.08 |
XYZ | 57.5501 | 54.9499 | 86.1704 |
Yxy | 54.9499 | 0.2897 | 0.2766 |
Hunter Lab | 74.1282 | 8.8557 | -17.0320 |
CIE-Lab | 79.0124 | 13.4627 | -21.1817 |
#cabdeb color RGB value is (202,189,235).
#cabdeb hex color red value is 202, green value is 189 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cabdeb hue: 0.71 , saturation: 0.53 and the lightness value of cabdeb is 0.83.
The process color (four color CMYK) of #cabdeb color hex is 0.14, 0.20, 0.00, 0.08. Web safe color of #cabdeb is #ccccff. Color #cabdeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10111101 | 11101011 |
Octal | 312 | 275 | 353 |
Decimal | 202 | 189 | 235 |
Hex | CA | BD | EB |
Shades of #cabdeb
Tints of #cabdeb
RGB Percentages of Color #cabdeb
CMYK Percentages of Color #cabdeb
Complementary Color
#cabdeb | #deebbd |
#cabdeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cabdeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cabdeb Color CSS Codes
.mybgcolor {background-color:#cabdeb; } .myforecolor {color:#cabdeb; } .mybordercolor {border:3px solid #cabdeb; }
#cabdeb Text Font Color
<p style="color:#cabdeb">Text here</p>
This sample text font color is #cabdeb
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.
#cabdeb Background Color
<div style="background-color:#cabdeb">
Div content here</div>
This div background color is #cabdeb
#cabdeb Border Color
<div style="border:3px solid #cabdeb">
Div here</div>
This div border color is #cabdeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,189,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cabdeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cabdeb; -webkit-box-shadow: 1px 1px 3px 2px #cabdeb; box-shadow: 1px 1px 3px 2px #cabdeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,189,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cabdeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cabdeb; -webkit-box-shadow: 1px 1px 3px 2px #cabdeb; box-shadow: 1px 1px 3px 2px #cabdeb;">
Div content here</div>
This div box has shadow with color #cabdeb
Comments
No comments written yet.
Please login to write comment.