Color spaces of #cabbe2
RGB | 202 | 187 | 226 |
---|---|---|---|
HSL | 0.73 | 0.40 | 0.81 |
HSV | 263° | 17° | 89° |
CMYK | 0.11 | 0.17 | 0.00 0.11 |
XYZ | 55.8549 | 53.5882 | 79.3512 |
Yxy | 53.5882 | 0.2959 | 0.2838 |
Hunter Lab | 73.2040 | 8.0892 | -13.0261 |
CIE-Lab | 78.2210 | 12.6791 | -17.5315 |
#cabbe2 color RGB value is (202,187,226).
#cabbe2 hex color red value is 202, green value is 187 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #cabbe2 hue: 0.73 , saturation: 0.40 and the lightness value of cabbe2 is 0.81.
The process color (four color CMYK) of #cabbe2 color hex is 0.11, 0.17, 0.00, 0.11. Web safe color of #cabbe2 is #cccccc. Color #cabbe2 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10111011 | 11100010 |
Octal | 312 | 273 | 342 |
Decimal | 202 | 187 | 226 |
Hex | CA | BB | E2 |
Shades of #cabbe2
Tints of #cabbe2
RGB Percentages of Color #cabbe2
CMYK Percentages of Color #cabbe2
Complementary Color
#cabbe2 | #d3e2bb |
#cabbe2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cabbe2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cabbe2 Color CSS Codes
.mybgcolor {background-color:#cabbe2; } .myforecolor {color:#cabbe2; } .mybordercolor {border:3px solid #cabbe2; }
#cabbe2 Text Font Color
<p style="color:#cabbe2">Text here</p>
This sample text font color is #cabbe2
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.
#cabbe2 Background Color
<div style="background-color:#cabbe2">
Div content here</div>
This div background color is #cabbe2
#cabbe2 Border Color
<div style="border:3px solid #cabbe2">
Div here</div>
This div border color is #cabbe2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,187,226, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cabbe2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cabbe2; -webkit-box-shadow: 1px 1px 3px 2px #cabbe2; box-shadow: 1px 1px 3px 2px #cabbe2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,187,226, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cabbe2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cabbe2; -webkit-box-shadow: 1px 1px 3px 2px #cabbe2; box-shadow: 1px 1px 3px 2px #cabbe2;">
Div content here</div>
This div box has shadow with color #cabbe2
Comments
No comments written yet.
Please login to write comment.